/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 99 void AddFile(const string& name, const char* contents) { in AddFile() function in google::protobuf::compiler::__anond30b922c0111::MockSourceTree 128 void AddFile(const string& filename, const char* text) { in AddFile() function in google::protobuf::compiler::__anond30b922c0111::ImporterTest 129 source_tree_.AddFile(filename, text); in AddFile() 143 AddFile("foo.proto", in TEST_F() 160 AddFile("foo.proto", in TEST_F() 166 AddFile("bar.proto", in TEST_F() 205 AddFile("foo.proto", in TEST_F() 218 AddFile("recursive1.proto", in TEST_F() 221 AddFile("recursive2.proto", in TEST_F() 261 void AddFile(const string& filename, const char* contents) { in AddFile() function in google::protobuf::compiler::__anond30b922c0111::DiskSourceTreeTest [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | module_unittest.py | 21 fs.AddFile('/src/x.html', """ 29 fs.AddFile('/src/y.html', """ 33 fs.AddFile('/src/z.html', """ 36 fs.AddFile('/src/py_vulcanize.html', '<!DOCTYPE html>') 57 fs.AddFile('/x/src/my_module.html', """ 62 fs.AddFile('/x/py_vulcanize/foo.html', """ 75 fs.AddFile('/x/src/my_module.html', """ 79 fs.AddFile('/x/py_vulcanize/foo.html', """ 98 fs.AddFile('/x/y/z/foo.html', """ 104 fs.AddFile('/x/y/z/foo.css', """ [all …]
|
D | fake_fs_unittest.py | 15 fs.AddFile('/blah/x', 'foobar') 24 fs.AddFile('/blah/x', 'foobar') 31 fs.AddFile('/x/w2/w3/z3.txt', '') 32 fs.AddFile('/x/w/z.txt', '') 33 fs.AddFile('/x/y.txt', '') 34 fs.AddFile('/a.txt', 'foobar')
|
D | generate_unittest.py | 17 self.fs.AddFile( 21 self.fs.AddFile( 29 self.fs.AddFile('/x/foo/raw/raw_script.js', '\n/* raw script */\n') 30 self.fs.AddFile('/x/components/polymer/polymer.min.js', '\n') 32 self.fs.AddFile('/x/foo/external_script.js', 'External()') 33 self.fs.AddFile('/x/foo/inline_and_external_module.html',
|
D | style_sheet_unittest.py | 19 fs.AddFile('/src/foo/x.css', """ 24 fs.AddFile('/src/images/bar.jpeg', 'hello world') 45 fs.AddFile('/src/foo/x.css', """ 59 fs.AddFile('/src/foo/x.css', """
|
D | fake_fs.py | 64 def AddFile(self, path, contents): member in FakeFS
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | TypeRegistry.cs | 98 builder.AddFile(file); in FromFiles() 149 internal void AddFile(FileDescriptor fileDescriptor) in AddFile() method in Google.Protobuf.Reflection.TypeRegistry.Builder 157 AddFile(dependency); in AddFile()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | metadata_test.cc | 76 void AddFile(const string& filename, const string& data) { in AddFile() function in google::protobuf::compiler::cpp::__anon67e9d3ad0111::CppMetadataTest 196 AddFile("test.proto", kSmallTestFile); in TEST_F() 213 AddFile("test.proto", kSmallTestFile); in TEST_F() 225 AddFile("test.proto", kSmallTestFile); in TEST_F()
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | SymbolRegistry.cs | 46 builder.AddFile(file); in FromFiles() 86 internal void AddFile(FileDescriptor fileDescriptor) in AddFile() method in Grpc.Reflection.SymbolRegistry.Builder 96 AddFile(dependency); in AddFile()
|
/external/v8/tools/clang/translation_unit/ |
D | TranslationUnitGenerator.cpp | 58 void AddFile(const string& path); 139 void IncludeFinderPPCallbacks::AddFile(const string& path) { in AddFile() function in __anonc815feaf0111::IncludeFinderPPCallbacks 191 AddFile(last_inclusion_directive_); in InclusionDirective() 217 AddFile(main_file->getName()); in EndOfMainFile()
|
/external/google-breakpad/src/common/linux/ |
D | google_crashdump_uploader_test.cc | 48 MOCK_METHOD2(AddFile, bool(const string& upload_file_path, 88 EXPECT_CALL(m, AddFile(tempfn, _)).WillOnce(Return(true)); in TEST_F()
|
D | libcurl_wrapper.h | 50 virtual bool AddFile(const string& upload_file_path,
|
D | google_crashdump_uploader.cc | 191 if (!http_layer_->AddFile(minidump_pathname_, in Upload()
|
D | libcurl_wrapper.cc | 84 bool LibcurlWrapper::AddFile(const string& upload_file_path, in AddFile() function in google_breakpad::LibcurlWrapper
|
/external/u-boot/tools/buildman/ |
D | bsettings.py | 30 def AddFile(data): function
|
D | test.py | 128 bsettings.AddFile(settings_data)
|
D | func_test.py | 186 bsettings.AddFile(settings_data)
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile( in AddFile() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex 263 return index_.AddFile(*file, file); in AddAndOwn() 312 return index_.AddFile(file, std::make_pair(encoded_file_descriptor, size)); in Add()
|
D | descriptor_database.h | 166 bool AddFile(const FileDescriptorProto& file,
|
/external/golang-protobuf/protoc-gen-go/generator/internal/remap/ |
D | remap.go | 99 s.Init(fs.AddFile("src", fs.Base(), len(src)), src, nil, scanner.ScanComments)
|
/external/libchrome/build/android/gyp/util/ |
D | md5_check.py | 63 new_metadata.AddFile(path, _Md5ForPath(path)) 282 def AddFile(self, path, tag): member in _Metadata
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.h | 237 void AddFile(const CFileItem &file, const CFileItem2 &file2, const UString &name);
|
D | 7zUpdate.cpp | 1924 newDatabase.AddFile(file, file2, name); in Update() 2287 newDatabase.AddFile(file, file2, name); in Update() 2446 newDatabase.AddFile(file, file2, name); in Update()
|
D | 7zOut.cpp | 887 void CArchiveDatabaseOut::AddFile(const CFileItem &file, const CFileItem2 &file2, const UString &na… in AddFile() function in NArchive::N7z::CArchiveDatabaseOut
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 1242 bool AddFile(const string& filename, const void* desc, string* error) { in AddFile() function in google::protobuf::compiler::js::__anon01e68c8a0111::FileDeduplicator 1337 if (!dedup.AddFile(GetMessageFileName(options, desc), desc, error)) { in GenerateJspbAllowedSet() 1343 if (!dedup.AddFile(GetEnumFileName(options, desc), desc, error)) { in GenerateJspbAllowedSet() 1358 if (!dedup.AddFile(GetExtensionFileName(options, files_ordered[i]), in GenerateJspbAllowedSet()
|