HomeSort by relevance Sort by last modified time
    Searched refs:AddFile (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 81 void AddFile(const string& name, const char* contents) {
106 void AddFile(const string& filename, const char* text) {
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(
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_search_path_list_unittest.cpp 23 void AddFile(const char* path, const char* data, size_t len) {
79 sys.AddFile("/opt/foo", "FOO", 3);
  /external/chromium_org/tools/findit/
component_dictionary.py 17 def AddFile(self, file_path, crashed_line_range, stack_frame_index,
96 file_dict.AddFile(file_path, crashed_line_range, stack_frame_index,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task_unittest.cc 106 fake_drive_service_helper()->AddFile(
110 fake_drive_service_helper()->AddFile(
121 fake_drive_service_helper()->AddFile(
131 fake_drive_service_helper()->AddFile(
fake_drive_service_helper.h 36 google_apis::GDataErrorCode AddFile(
drive_backend_sync_unittest.cc 671 fake_drive_service_helper()->AddFile(
716 fake_drive_service_helper()->AddFile(
    [all...]
fake_drive_service_helper.cc 102 GDataErrorCode FakeDriveServiceHelper::AddFile(
remote_to_local_syncer_unittest.cc 157 fake_drive_helper_->AddFile(
conflict_resolver_unittest.cc 150 fake_drive_helper_->AddFile(
local_to_remote_syncer_unittest.cc 156 fake_drive_helper_->AddFile(
  /external/chromium_org/third_party/leveldatabase/src/db/
version_edit_test.cc 28 edit.AddFile(3, kBig + 300 + i, kBig + 400 + i,
version_edit.h 62 void AddFile(int level, uint64_t file,
repair.cc 398 edit_.AddFile(0, t.meta.number, t.meta.file_size,
db_impl.cc 492 edit->AddFile(level, meta.number, meta.file_size,
691 c->edit()->AddFile(c->level() + 1, f->number, f->file_size,
848 compact->compaction->edit()->AddFile(
    [all...]
  /external/chromium_org/components/feedback/
feedback_common.h 51 void AddFile(const std::string& filename, scoped_ptr<std::string> data);
feedback_data.cc 121 AddFile(kTraceFilename, data.Pass());
feedback_common.cc 130 void FeedbackCommon::AddFile(const std::string& filename,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 79 bool AddFile(const Path& path,
82 bool AddFile(const Path& path,
fake_pepper_interface_html5_fs.cc 156 return AddFile(path, std::vector<uint8_t>(), out_node);
159 bool FakeHtml5FsFilesystem::AddFile(const Path& path,
164 return AddFile(path, data, out_node);
167 bool FakeHtml5FsFilesystem::AddFile(const Path& path,
652 EXPECT_TRUE(filesystem->AddFile(newpath, contents, NULL));
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 285 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL));
327 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL));
370 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddFile(
427 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL));
462 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile(
264 return index_.AddFile(*file, file);
312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
descriptor_database.h 165 bool AddFile(const FileDescriptorProto& file,
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 503 xct.SourcesPhase().AddFile(source)
505 xct.FrameworksPhase().AddFile(source)
515 xct.ResourcesPhase().AddFile(resource)
522 xct.HeadersPhase().AddFile(header, settings)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 263 void AddFile(const CFileItem &file, const CFileItem2 &file2);
7zUpdate.cpp 1006 newDatabase.AddFile(file, file2);
1125 newDatabase.AddFile(file, file2);
1169 newDatabase.AddFile(file, file2);

Completed in 270 milliseconds

1 2