Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 5 of 5) 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.cpp587 for (const Annotation* annotation : method->annotations()) { in validateAnnotations() local
928 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local
DEnumType.cpp610 for (const auto &annotation : annotations()) { in findExportAnnotation() local
627 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader() local