Searched defs:file_ (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium/chrome/browser/net/
H A Dnet_log_logger.h36 ScopedStdioHandle file_; member in class:NetLogLogger
/external/chromium/base/
H A Devent_recorder.h83 file_(NULL),
99 FILE* file_; member in class:base::EventRecorder
H A Dfile_util.h532 // Is file_ a valid file handle that points to an open, memory mapped file?
553 base::PlatformFile file_; member in class:file_util::MemoryMappedFile
/external/chromium/chrome/browser/
H A Dspellcheck_host_impl.h118 base::PlatformFile file_; member in class:SpellCheckHostImpl
/external/chromium/chrome/browser/webdata/
H A Dtoken_service_table_unittest.cc22 PathService::Get(chrome::DIR_TEST_DATA, &file_);
26 file_ = file_.AppendASCII(test_db);
27 file_util::Delete(file_, false);
31 file_util::Delete(file_, false);
34 FilePath file_; member in class:TokenServiceTableTest
42 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
75 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
H A Dweb_apps_table_unittest.cc24 PathService::Get(chrome::DIR_TEST_DATA, &file_);
28 file_ = file_.AppendASCII(test_db);
29 file_util::Delete(file_, false);
33 file_util::Delete(file_, false);
36 FilePath file_; member in class:WebAppsTableTest
46 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
64 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
H A Dkeyword_table_unittest.cc24 PathService::Get(chrome::DIR_TEST_DATA, &file_);
28 file_ = file_.AppendASCII(test_db);
29 file_util::Delete(file_, false);
33 file_util::Delete(file_, false);
52 FilePath file_; member in class:KeywordTableTest
62 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
140 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
155 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
225 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
[all...]
H A Dlogins_table_unittest.cc26 PathService::Get(chrome::DIR_TEST_DATA, &file_);
30 file_ = file_.AppendASCII(test_db);
31 file_util::Delete(file_, false);
35 file_util::Delete(file_, false);
38 FilePath file_; member in class:LoginsTableTest
47 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
202 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
244 ASSERT_EQ(sql::INIT_OK, db.Init(file_));
/external/chromium/chrome/common/
H A Dimportant_file_writer_unittest.cc48 file_ = temp_dir_.path().AppendASCII("test-file");
52 FilePath file_; member in class:ImportantFileWriterTest
60 ImportantFileWriter writer(file_,
71 ImportantFileWriter writer(file_,
87 ImportantFileWriter writer(file_,
103 ImportantFileWriter writer(file_,
/external/chromium/net/base/
H A Dfile_stream.h142 base::PlatformFile file_; member in class:net::FileStream
/external/chromium/net/disk_cache/
H A Dstorage_block.h78 MappedFile* file_; member in class:disk_cache::StorageBlock
H A Dfile_win.cc25 scoped_refptr<disk_cache::File> file_; member in struct:__anon2875::MyOverlapped
61 file_ = file;
188 data->file_ = NULL; // There is no reason to hold on to this anymore.
228 data->file_ = NULL; // There is no reason to hold on to this anymore.
H A Dfile_posix.cc29 : disk_cache::BackgroundIO(controller), callback_(callback), file_(file),
38 return file_;
54 disk_cache::File* file_; member in class:__anon2874::FileBackgroundIO
93 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
103 bool rv = file_->Write(buf_, buf_len_, offset_);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.h78 const FileDescriptor* file_; member in class:google::protobuf::compiler::cpp::FileGenerator
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h85 const FileDescriptor* file_; member in class:google::protobuf::compiler::java::FileGenerator
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.h81 const FileDescriptor* file_; member in class:google::protobuf::compiler::javamicro::FileGenerator
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h141 // Guards file_, printer_ and file_descriptor_serialized_.
143 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
/external/chromium/chrome/browser/password_manager/
H A Dlogin_database_unittest.cc22 PathService::Get(chrome::DIR_TEST_DATA, &file_);
26 file_ = file_.AppendASCII(test_db);
27 file_util::Delete(file_, false);
31 file_util::Delete(file_, false);
34 FilePath file_; member in class:LoginDatabaseTest
40 ASSERT_TRUE(db->Init(file_));
202 EXPECT_TRUE(db->Init(file_));
249 EXPECT_TRUE(db->Init(file_));
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.h256 file_util::ScopedFILE file_; member in class:SafeBrowsingStoreFile
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h244 : file_(a_file), line_(a_line), last_clause_(kNone) {}
247 const char* file() const { return file_; }
262 Assert(property, file_, line_, failure_message);
267 Expect(property, file_, line_, failure_message);
270 const char* file_; member in class:testing::internal::UntypedOnCallSpecBase
345 // source file that contains the statement => file_
685 const char* file() const { return file_; }
729 Assert(property, file_, line_, failure_message);
734 Expect(property, file_, line_, failure_message);
833 const char* file_; // Th
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {}
203 String file() const { return file_; }
209 String file_; member in class:testing::internal::InternalRunDeathTestFlag
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h112 const int file_; member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
193 const int file_; member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/external/chromium/chrome/browser/sessions/
H A Dsession_backend.cc48 file_.reset(new net::FileStream());
49 file_->Open(path, base::PLATFORM_FILE_OPEN | base::PLATFORM_FILE_READ);
77 scoped_ptr<net::FileStream> file_; member in class:__anon2266::SessionFileReader
90 if (!file_->IsOpen())
95 read_count = file_->ReadUntilComplete(reinterpret_cast<char*>(&header),
171 int read_count = file_->ReadUntilComplete(&(buffer_[available_count_]),
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.h166 // the table file open and the handle to it in file_
332 FILE* file_; member in class:VisitedLinkMaster
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index),
237 String file() const { return file_; }
243 String file_; member in class:testing::internal::InternalRunDeathTestFlag

Completed in 4258 milliseconds

123