/system/tools/aidl/ |
D | generate_cpp_unittest.cpp | 748 void Compare(Document* doc, const char* expected) { in Compare() argument 752 doc->Write(cw.get()); in Compare() 781 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface); in TEST_F() local 782 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput); in TEST_F() 788 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface); in TEST_F() local 789 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput); in TEST_F() 795 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface); in TEST_F() local 796 Compare(doc.get(), kExpectedComplexTypeServerHeaderOutput); in TEST_F() 802 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface); in TEST_F() local 803 Compare(doc.get(), kExpectedComplexTypeServerSourceOutput); in TEST_F() [all …]
|
D | aidl.cpp | 136 bool check_filenames(const std::string& filename, const AidlDocument* doc) { in check_filenames() argument 137 if (!doc) in check_filenames() 140 const AidlInterface* interface = doc->GetInterface(); in check_filenames() 149 for (const auto& item : doc->GetParcelables()) { in check_filenames() 158 const AidlDocument* doc, in gather_types() argument 162 const AidlInterface* interface = doc->GetInterface(); in gather_types() 167 for (const auto& item : doc->GetParcelables()) { in gather_types() 527 AidlParcelable doc(new AidlQualifiedName(class_name, ""), in parse_preprocessed_file() local 529 types->AddParcelableType(doc, filename); in parse_preprocessed_file() 532 AidlInterface doc(class_name, lineno, "", false, temp, package); in parse_preprocessed_file() local [all …]
|
D | aidl_language.h | 399 void SetDocument(AidlDocument* doc) { document_.reset(doc); }; in SetDocument() argument
|
/system/media/camera/docs/ |
D | metadata-validate | 29 doc=$1 31 xmllint --noout --schema $schema $doc || exit 1 32 python $thisdir/metadata_validate.py $doc || exit 1
|
D | camera_device_info.mako | 9 // Content of this file is generated from $(ANDROID_ROOT)/system/media/camera/doc
|
D | camera_device_info.proto | 9 // Content of this file is generated from $(ANDROID_ROOT)/system/media/camera/doc
|
D | html.mako | 138 # Render as markdown, and do HTML-doc-specific rewrites
|
/system/libvintf/ |
D | parse_xml.cpp | 39 DocType *doc = new tinyxml2::XMLDocument(); in createDocument() local 40 if (doc->Parse(xml.c_str()) == tinyxml2::XML_NO_ERROR) { in createDocument() 41 return doc; in createDocument() 43 delete doc; in createDocument() 147 DocType *doc = createDocument(); in serialize() local 148 appendChild(doc, serialize(o, doc)); in serialize() 149 std::string s = printDocument(doc); in serialize() 150 deleteDocument(doc); in serialize() 160 DocType *doc = createDocument(xml); in deserialize() local 161 if (doc == nullptr) { in deserialize() [all …]
|
/system/bt/doc/ |
D | directory_layout.md | 17 * doc - *Documentation* - Stack documentation.
|
D | style_guide.md | 12 Each subsystem's purpose should be documented in the `doc/directory_layout.md`
|
/system/core/libmemunreachable/ |
D | README.md | 6 …tmlpreview.github.io/?https://github.com/gperftools/gperftools/blob/master/doc/heap_checker.html),…
|
/system/ca-certificates/files/ |
D | ea169617.0 | 96 CPS: http://acedicom.edicomgroup.com/doc
|
/system/media/audio_utils/ |
D | Doxyfile | 1264 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). 1272 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- 1274 # The default value is: doc. 1277 QHP_VIRTUAL_FOLDER = doc 1281 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- 1289 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- 1297 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
|
D | Doxyfile.orig | 1264 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). 1272 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- 1274 # The default value is: doc. 1277 QHP_VIRTUAL_FOLDER = doc 1281 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- 1289 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- 1297 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
|
/system/update_engine/ |
D | pylintrc | 123 # used to format the message information. See doc for all details
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1309 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). 1317 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- 1319 # The default value is: doc. 1322 QHP_VIRTUAL_FOLDER = doc 1326 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- 1334 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- 1342 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
|