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

/system/tools/aidl/
H A Dgenerate_cpp_unittest.cpp1310 void Compare(Document* doc, const char* expected) { argument
1314 doc->Write(cw.get());
1343 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface); local
1344 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput);
1350 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface); local
1351 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput);
1358 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface); local
1359 Compare(doc.get(), kExpectedComplexTypeClientWithTraceSourceOutput);
1365 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface); local
1366 Compare(doc
1372 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface); local
1380 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface); local
1387 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface); local
1394 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface); local
[all...]
H A Daidl.cpp136 bool check_filenames(const std::string& filename, const AidlDocument* doc) { argument
137 if (!doc)
140 const AidlInterface* interface = doc->GetInterface();
149 for (const auto& item : doc->GetParcelables()) {
158 const AidlDocument* doc,
162 const AidlInterface* interface = doc->GetInterface();
167 for (const auto& item : doc->GetParcelables()) {
527 AidlParcelable doc(new AidlQualifiedName(class_name, ""),
529 types->AddParcelableType(doc, filename);
532 AidlInterface doc(class_nam
157 gather_types(const std::string& filename, const AidlDocument* doc, TypeNamespace* types) argument
[all...]
H A Daidl_language.h408 void SetDocument(AidlDocument* doc) { document_.reset(doc); }; argument
/system/libvintf/
H A Dparse_xml.cpp47 DocType *doc = new tinyxml2::XMLDocument(); local
48 if (doc->Parse(xml.c_str()) == tinyxml2::XML_SUCCESS) {
49 return doc;
51 delete doc;
159 DocType *doc = createDocument(); variable
160 appendChild(doc, serialize(o, doc, flags));
161 std::string s = printDocument(doc);
162 deleteDocument(doc); variable
183 auto doc variable
189 deleteDocument(doc); variable
[all...]

Completed in 389 milliseconds