Searched refs:doc (Results 1 - 5 of 5) sorted by last modified time

/system/tools/aidl/
H A Daidl.cpp136 bool check_filenames(const std::string& filename, const AidlDocument* doc) { argument
137 if (!doc)
140 const AidlInterface* interface = doc->GetInterface();
149 for (const auto& item : doc->GetParcelables()) {
158 const AidlDocument* doc,
162 const AidlInterface* interface = doc->GetInterface();
167 for (const auto& item : doc->GetParcelables()) {
484 AidlParcelable doc(new AidlQualifiedName(class_name, ""),
486 types->AddParcelableType(doc, filename);
489 AidlInterface doc(class_nam
157 gather_types(const std::string& filename, const AidlDocument* doc, TypeNamespace* types) argument
[all...]
H A Daidl_language.h356 void SetDocument(AidlDocument* doc) { document_.reset(doc); }; argument
H A Dgenerate_cpp_unittest.cpp682 void Compare(Document* doc, const char* expected) { argument
686 doc->Write(cw.get());
715 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface); local
716 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput);
722 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface); local
723 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput);
729 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface); local
730 Compare(doc.get(), kExpectedComplexTypeServerHeaderOutput);
736 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface); local
737 Compare(doc
743 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface); local
750 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface); local
[all...]
/system/media/camera/docs/
H A Dmetadata-validate29 doc=$1
31 xmllint --noout --schema $schema $doc || exit 1
32 python $thisdir/metadata_validate.py $doc || exit 1
/system/bt/doc/
H A Ddirectory_layout.md17 * doc - *Documentation* - Stack documentation.

Completed in 107 milliseconds