Searched defs:doc (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | generate_cpp_unittest.cpp | 1558 void Compare(Document* doc, const char* expected) { in Compare() 1589 unique_ptr<Document> doc = internals::BuildClientHeader(typenames_, *interface, options_); in TEST_F() local 1596 unique_ptr<Document> doc = internals::BuildClientSource(typenames_, *interface, options_); in TEST_F() local 1603 unique_ptr<Document> doc = internals::BuildServerHeader(typenames_, *interface, options_); in TEST_F() local 1610 unique_ptr<Document> doc = internals::BuildServerSource(typenames_, *interface, options_); in TEST_F() local 1617 unique_ptr<Document> doc = internals::BuildInterfaceHeader(typenames_, *interface, options_); in TEST_F() local 1624 unique_ptr<Document> doc = internals::BuildInterfaceSource(typenames_, *interface, options_); in TEST_F() local 1640 unique_ptr<Document> doc = internals::BuildClientSource(typenames_, *interface, options_); in TEST_F() local 1647 unique_ptr<Document> doc = internals::BuildServerSource(typenames_, *interface, options_); in TEST_F() local 1711 unique_ptr<Document> doc = internals::BuildEnumHeader(typenames_, *enum_decl); in TEST_F() local [all …]
|
D | aidl.cpp | 388 AidlParcelable* doc = new AidlParcelable(location, class_name, package, "" /* comments */); in parse_preprocessed_file() local 392 AidlStructuredParcelable* doc = in parse_preprocessed_file() local 397 AidlInterface* doc = new AidlInterface(location, class_name, "", false, temp, package); in parse_preprocessed_file() local
|
D | aidl_typenames.cpp | 118 bool AidlTypenames::AddDocument(std::unique_ptr<AidlDocument> doc) { in AddDocument()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 277 tinyxml2::XMLDocument doc; in ParseXml() local
|
/system/libvintf/ |
D | parse_xml.cpp | 48 DocType *doc = new tinyxml2::XMLDocument(); in createDocument() local 160 DocType *doc = createDocument(); in serialize() local 184 auto doc = createDocument(xml); in operator ()() local
|