Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/docs/src/lexer/
DDocLexer.kt50 for (annotation in TokenGrammar.docAnnotations()) { in <lambda>() method
DHidlLexer.kt81 for (annotation in TokenGrammar.annotations()) { in <lambda>() constant
/system/tools/hidl/
DScope.cpp127 for (const auto* annotation : mAnnotations) { in getConstantExpressions() local
DInterface.cpp586 for (const Annotation* annotation : method->annotations()) { in validateAnnotations() local
928 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local
DEnumType.cpp623 for (const auto &annotation : annotations()) { in findExportAnnotation() local
640 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader() local
/system/tools/aidl/
Daidl_language.h59 void Annotate(AidlAnnotatable::Annotation annotation) { in Annotate()