Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Dgenerate_cpp_unittest.cpp1398 void Compare(Document* doc, const char* expected) { in Compare()
1429 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface, options_); in TEST_F() local
1436 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F() local
1443 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface, options_); in TEST_F() local
1450 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F() local
1457 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface, options_); in TEST_F() local
1464 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface, options_); in TEST_F() local
1480 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F() local
1487 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F() local
Daidl.cpp442 AidlParcelable* doc = new AidlParcelable( in parse_preprocessed_file() local
448 AidlStructuredParcelable* doc = in parse_preprocessed_file() local
455 AidlInterface* doc = new AidlInterface(location, class_name, "", false, temp, package); in parse_preprocessed_file() local
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp277 tinyxml2::XMLDocument doc; in ParseXml() local
/system/libvintf/
Dparse_xml.cpp47 DocType *doc = new tinyxml2::XMLDocument(); in createDocument() local
159 DocType *doc = createDocument(); in serialize() local
183 auto doc = createDocument(xml); in operator ()() local