Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/docs/src/lexer/
DToken.kt170 fun annotations(): List<TokenGrammar> { in annotations() method
/system/tools/hidl/
DScope.cpp109 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope
113 void Scope::setAnnotations(std::vector<Annotation*>* annotations) { in setAnnotations()
DMethod.cpp32 std::vector<Annotation*>* annotations, const Location& location) in Method()
68 const std::vector<Annotation *> &Method::annotations() const { in annotations() function in android::Method
/system/tools/hidl/docs/src/parser/files/
DInterfaceFileParser.kt49 val annotations: List<AnnotationParser> get() = interfaceEntry.annotationParsers //name, value constant
/system/tools/aidl/
Dast_java.h116 std::vector<std::string> annotations; member
298 std::vector<std::string> annotations; member
326 std::vector<std::string> annotations; member
Daidl_language.cpp104 static bool HasAnnotation(const vector<AidlAnnotation>& annotations, const string& name) { in HasAnnotation()
179 string annotations = AidlAnnotatable::ToString(); in Signature() local
Daidl_language.h171 void Annotate(vector<AidlAnnotation>&& annotations) { annotations_ = std::move(annotations); } in Annotate()