HomeSort by relevance Sort by last modified time
    Searched defs:AddFile (Results 1 - 18 of 18) sorted by null

  /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/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/
fake_drive_service_helper.cc 102 GDataErrorCode FakeDriveServiceHelper::AddFile(
  /external/chromium_org/components/feedback/
feedback_common.cc 130 void FeedbackCommon::AddFile(const std::string& filename,
  /external/chromium_org/third_party/leveldatabase/src/db/
version_edit.h 62 void AddFile(int level, uint64_t file,
  /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/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.cc 408 bool AddFile(const FileDescriptor* file);
745 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) {
    [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/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.cc 367 bool AddFile(const FileDescriptor* file);
653 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) {
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
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/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 855 void CArchiveDatabase::AddFile(const CFileItem &file, const CFileItem2 &file2)
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]
  /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)
bits.h 298 virtual HRESULT WINAPI AddFile(LPCWSTR RemoteUrl,LPCWSTR LocalName) = 0;
337 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
378 #define IBackgroundCopyJob_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName)
    [all...]

Completed in 455 milliseconds