Searched refs:doc (Results 1 – 13 of 13) sorted by relevance
/system/tools/aidl/ |
D | generate_cpp_unittest.cpp | 682 void Compare(Document* doc, const char* expected) { in Compare() argument 686 doc->Write(cw.get()); in Compare() 715 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface); in TEST_F() local 716 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput); in TEST_F() 722 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface); in TEST_F() local 723 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput); in TEST_F() 729 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface); in TEST_F() local 730 Compare(doc.get(), kExpectedComplexTypeServerHeaderOutput); in TEST_F() 736 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface); in TEST_F() local 737 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() 484 AidlParcelable doc(new AidlQualifiedName(class_name, ""), in parse_preprocessed_file() local 486 types->AddParcelableType(doc, filename); in parse_preprocessed_file() 489 AidlInterface doc(class_name, lineno, "", false, temp, package); in parse_preprocessed_file() local [all …]
|
D | aidl_language.h | 356 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/bt/doc/ |
D | directory_layout.md | 17 * doc - *Documentation* - Stack documentation.
|
D | style_guide.md | 8 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.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).
|
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).
|