/system/tools/aidl/ |
D | generate_cpp_unittest.cpp | 1398 void Compare(Document* doc, const char* expected) { in Compare() argument 1400 doc->Write(CodeWriter::ForString(&output).get()); in Compare() 1429 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface, options_); in TEST_F() local 1430 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput); in TEST_F() 1436 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F() local 1437 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput); in TEST_F() 1443 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface, options_); in TEST_F() local 1444 Compare(doc.get(), kExpectedComplexTypeServerHeaderOutput); in TEST_F() 1450 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F() local 1451 Compare(doc.get(), kExpectedComplexTypeServerSourceOutput); in TEST_F() [all …]
|
D | aidl.cpp | 442 AidlParcelable* doc = new AidlParcelable( in parse_preprocessed_file() local 444 types->AddParcelableType(*doc, filename); in parse_preprocessed_file() 445 typenames.AddPreprocessedType(unique_ptr<AidlParcelable>(doc)); in parse_preprocessed_file() 448 AidlStructuredParcelable* doc = in parse_preprocessed_file() local 451 types->AddParcelableType(*doc, filename); in parse_preprocessed_file() 452 typenames.AddPreprocessedType(unique_ptr<AidlStructuredParcelable>(doc)); in parse_preprocessed_file() 455 AidlInterface* doc = new AidlInterface(location, class_name, "", false, temp, package); in parse_preprocessed_file() local 456 types->AddBinderType(*doc, filename); in parse_preprocessed_file() 457 typenames.AddPreprocessedType(unique_ptr<AidlInterface>(doc)); in parse_preprocessed_file()
|
/system/tools/hidl/docs/ |
D | README.md | 4 $ m -j hidl-doc 12 $ ./bin/hidl-doc -h 19 $ ./bin/hidl-doc -v -i /path/to/android/hardware/interfaces/audio/2.0/types.hal \ 25 that encounter doc parse errors: 28 $ ./bin/hidl-doc -v -s -i /path/to/android/hardware/interfaces/ \ 35 file, if you make any changes to the templates, `hidl-doc.jar` must be rebuilt.
|
D | Android.bp | 16 // hidl-doc 19 name: "hidl-doc",
|
/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 | 139 # Render as markdown, and do HTML-doc-specific rewrites
|
/system/tools/hidl/ |
D | README.md | 57 m hidl-doc && hidl-doc -h
|
D | hidl-gen_y.yy | 229 %token<docComment> DOC_COMMENT "doc comment" 341 // Don't care if license header is a doc comment or not
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 277 tinyxml2::XMLDocument doc; in ParseXml() local 278 if (doc.LoadFile(file.c_str())) { in ParseXml() 279 printf("Failed to open/parse XML file '%s'\nXMLError: %s\n", file.c_str(), doc.ErrorStr()); in ParseXml() 283 tinyxml2::XMLConstHandle handle(&doc); in ParseXml()
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 8 …// https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#prepa…
|
/system/tools/hidl/scripts/ |
D | gen-docs.sh | 67 function hidl-doc-generate-sources() {
|
/system/extras/simpleperf/demo/CppApi/app/ |
D | build.gradle | 8 …// (https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#why-…
|
/system/libvintf/ |
D | parse_xml.cpp | 47 DocType *doc = new tinyxml2::XMLDocument(); in createDocument() local 48 if (doc->Parse(xml.c_str()) == tinyxml2::XML_SUCCESS) { in createDocument() 49 return doc; in createDocument() 51 delete doc; in createDocument() 159 DocType *doc = createDocument(); in serialize() local 160 appendChild(doc, serialize(o, doc, flags)); in serialize() 161 std::string s = printDocument(doc); in serialize() 162 deleteDocument(doc); in serialize() 183 auto doc = createDocument(xml); in operator ()() local 184 if (doc == nullptr) { in operator ()() [all …]
|
/system/extras/simpleperf/ |
D | Android.mk | 28 $(call all-named-files-under,*,doc) \
|
/system/tools/xsdc/build/ |
D | xsdc.go | 123 if doc, ok := to.(java.ApiFilePath); ok { 124 module.docsPath = doc.ApiFilePath()
|
/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/extras/simpleperf/demo/ |
D | README.md | 13 … [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md). 14 …ttps://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#Android-a…
|
/system/core/libmemunreachable/ |
D | README.md | 6 …tmlpreview.github.io/?https://github.com/gperftools/gperftools/blob/master/doc/heap_checker.html),…
|
/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/pal/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).
|