Searched defs:doc (Results 1 – 3 of 3) sorted by relevance
| /system/tools/aidl/ |
| D | generate_cpp_unittest.cpp | 682 void Compare(Document* doc, const char* expected) { in Compare() 715 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface); in TEST_F() local 722 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface); in TEST_F() local 729 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface); in TEST_F() local 736 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface); in TEST_F() local 743 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface); in TEST_F() local 750 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface); in TEST_F() local
|
| D | aidl.cpp | 136 bool check_filenames(const std::string& filename, const AidlDocument* doc) { in check_filenames() 158 const AidlDocument* doc, in gather_types() 484 AidlParcelable doc(new AidlQualifiedName(class_name, ""), in parse_preprocessed_file() local 489 AidlInterface doc(class_name, lineno, "", false, temp, package); in parse_preprocessed_file() local 711 AidlDocument* doc = p.GetDocument(); in preprocess_aidl() local
|
| D | aidl_language.h | 356 void SetDocument(AidlDocument* doc) { document_.reset(doc); }; in SetDocument()
|