Home
last modified time | relevance | path

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

/system/chre/chpp/api_parser/
Dchre_api_annotations.json13 "annotations": [ array
48 "annotations": [ array
76 "annotations": [ array
101 "annotations": [ array
121 "annotations": [ array
131 "annotations": [ array
146 "annotations": [ array
166 "annotations": [ array
176 "annotations": [ array
186 "annotations": [ array
[all …]
/system/tools/aidl/
Dast_java.h89 std::vector<std::string> annotations; member
114 std::vector<std::string> annotations; member
294 std::vector<std::string> annotations; member
321 std::vector<std::string> annotations; member
Daidl_dumpapi.cpp82 auto annotations = a.ToString(); in DumpAnnotations() local
Daidl_checkapi.cpp96 vector<string> annotations; in get_strict_annotations() local
Daidl_language.cpp328 static const AidlAnnotation* GetAnnotation(const vector<AidlAnnotation>& annotations, in GetAnnotation()
482 string annotations = AidlAnnotatable::ToString(); in ToString() local
/system/tools/hidl/
DScope.cpp127 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope
131 void Scope::setAnnotations(std::vector<Annotation*>* annotations) { in setAnnotations()
DMethod.cpp37 std::vector<Annotation*>* annotations, const Location& location) in Method()
73 const std::vector<Annotation *> &Method::annotations() const { in annotations() function in android::Method