Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 27) sorted by relevance

12

/system/tools/aidl/
Dgenerate_cpp_unittest.cpp1398 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 …]
Daidl.cpp442 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/
DREADME.md4 $ 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.
DAndroid.bp16 // hidl-doc
19 name: "hidl-doc",
/system/media/camera/docs/
Dmetadata-validate29 doc=$1
31 xmllint --noout --schema $schema $doc || exit 1
32 python $thisdir/metadata_validate.py $doc || exit 1
Dcamera_device_info.mako9 // Content of this file is generated from $(ANDROID_ROOT)/system/media/camera/doc
Dcamera_device_info.proto9 // Content of this file is generated from $(ANDROID_ROOT)/system/media/camera/doc
Dhtml.mako139 # Render as markdown, and do HTML-doc-specific rewrites
/system/tools/hidl/
DREADME.md57 m hidl-doc && hidl-doc -h
Dhidl-gen_y.yy229 %token<docComment> DOC_COMMENT "doc comment"
341 // Don't care if license header is a doc comment or not
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp277 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/
Dbuild.gradle8 …// https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#prepa…
/system/tools/hidl/scripts/
Dgen-docs.sh67 function hidl-doc-generate-sources() {
/system/extras/simpleperf/demo/CppApi/app/
Dbuild.gradle8 …// (https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#why-…
/system/libvintf/
Dparse_xml.cpp47 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/
DAndroid.mk28 $(call all-named-files-under,*,doc) \
/system/tools/xsdc/build/
Dxsdc.go123 if doc, ok := to.(java.ApiFilePath); ok {
124 module.docsPath = doc.ApiFilePath()
/system/bt/doc/
Ddirectory_layout.md17 * doc - *Documentation* - Stack documentation.
Dstyle_guide.md12 Each subsystem's purpose should be documented in the `doc/directory_layout.md`
/system/extras/simpleperf/demo/
DREADME.md13 … [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/
DREADME.md6 …tmlpreview.github.io/?https://github.com/gperftools/gperftools/blob/master/doc/heap_checker.html),…
/system/media/audio_utils/
DDoxyfile1264 # (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).
DDoxyfile.orig1264 # (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/
Dpylintrc123 # used to format the message information. See doc for all details
/system/chre/pal/doc/
DDoxyfile1309 # (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).

12