Searched defs:AddFile (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list_unittest.cpp23 void AddFile(const char* path, const char* data, size_t len) { function in class:crazy::TestSystem
79 sys.AddFile("/opt/foo", "FOO", 3);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_service_helper.cc102 GDataErrorCode FakeDriveServiceHelper::AddFile( function in class:sync_file_system::drive_backend::FakeDriveServiceHelper
/external/chromium_org/components/feedback/
H A Dfeedback_common.cc130 void FeedbackCommon::AddFile(const std::string& filename, function in class:FeedbackCommon
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_edit.h62 void AddFile(int level, uint64_t file, function in class:leveldb::VersionEdit
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc81 void AddFile(const string& name, const char* contents) { function in class:google::protobuf::compiler::__anon14061::MockSourceTree
106 void AddFile(const string& filename, const char* text) { function in class:google::protobuf::compiler::__anon14061::ImporterTest
107 source_tree_.AddFile(filename, text);
120 AddFile("foo.proto",
137 AddFile("foo.proto",
143 AddFile("bar.proto",
182 AddFile("foo.proto",
195 AddFile("recursive1.proto",
198 AddFile("recursive2.proto",
216 AddFile(
349 void AddFile(const string& filename, const char* contents) { function in class:google::protobuf::compiler::__anon14061::DiskSourceTreeTest
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc81 void AddFile(const string& name, const char* contents) { function in class:google::protobuf::compiler::__anon28056::MockSourceTree
106 void AddFile(const string& filename, const char* text) { function in class:google::protobuf::compiler::__anon28056::ImporterTest
107 source_tree_.AddFile(filename, text);
120 AddFile("foo.proto",
137 AddFile("foo.proto",
143 AddFile("bar.proto",
182 AddFile("foo.proto",
195 AddFile("recursive1.proto",
198 AddFile("recursive2.proto",
216 AddFile(
349 void AddFile(const string& filename, const char* contents) { function in class:google::protobuf::compiler::__anon28056::DiskSourceTreeTest
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
264 return index_.AddFile(*file, file);
312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
H A Ddescriptor.cc408 bool AddFile(const FileDescriptor* file);
745 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { function in class:google::protobuf::DescriptorPool::Tables
3115 if (!tables_->AddFile(result)) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
264 return index_.AddFile(*file, file);
312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
H A Ddescriptor.cc367 bool AddFile(const FileDescriptor* file);
653 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { function in class:google::protobuf::DescriptorPool::Tables
2766 if (!tables_->AddFile(result)) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc156 return AddFile(path, std::vector<uint8_t>(), out_node);
159 bool FakeHtml5FsFilesystem::AddFile(const Path& path, function in class:FakeHtml5FsFilesystem
164 return AddFile(path, data, out_node);
167 bool FakeHtml5FsFilesystem::AddFile(const Path& path, function in class:FakeHtml5FsFilesystem
652 EXPECT_TRUE(filesystem->AddFile(newpath, contents, NULL));
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1845 # maintains the object's dicts. Better yet, callers can just call AddFile
1851 def AddFile(self, path, settings=None): member in class:XCBuildPhase
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp855 void CArchiveDatabase::AddFile(const CFileItem &file, const CFileItem2 &file2) function in class:NArchive::N7z::CArchiveDatabase

Completed in 539 milliseconds