HomeSort by relevance Sort by last modified time
    Searched refs:AddFile (Results 1 - 25 of 41) 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/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);
  /ndk/sources/android/crazy_linker/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/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 641 fake_drive_service_helper()->AddFile(
686 fake_drive_service_helper()->AddFile(
    [all...]
  /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,
  /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(
429 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL));
464 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL));
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_fake_unittest.cc 388 fake_drive_helper_->AddFile(
475 fake_drive_helper_->AddFile(
478 fake_drive_helper_->AddFile(
481 fake_drive_helper_->AddFile(
600 fake_drive_helper_->AddFile(
633 fake_drive_helper_->AddFile(
666 fake_drive_helper_->AddFile(
drive_file_sync_service_sync_unittest.cc 423 fake_drive_helper_->AddFile(
464 fake_drive_helper_->AddFile(
512 fake_drive_helper_->AddFile(
  /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/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 164 bool AddFile(const FileDescriptorProto& file,
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 502 xct.SourcesPhase().AddFile(source)
504 xct.FrameworksPhase().AddFile(source)
514 xct.ResourcesPhase().AddFile(resource)
521 xct.HeadersPhase().AddFile(header, settings)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 263 void AddFile(const CFileItem &file, const CFileItem2 &file2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 112 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob2 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
161 #define IBackgroundCopyJob2_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName)
bits2_0.h 94 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
147 #define IBackgroundCopyJob3_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl -> AddFile(This,RemoteUrl,LocalName)

Completed in 1556 milliseconds

1 2