Home
last modified time | relevance | path

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

/system/chre/chpp/api_parser/
Dchre_api_annotations.json14 "annotations": [ array
49 "annotations": [ array
77 "annotations": [ array
102 "annotations": [ array
122 "annotations": [ array
132 "annotations": [ array
147 "annotations": [ array
167 "annotations": [ array
177 "annotations": [ array
187 "annotations": [ array
[all …]
/system/tools/aidl/
Dast_java.h89 std::vector<std::string> annotations; member
114 std::vector<std::string> annotations; member
291 std::vector<std::string> annotations; member
318 std::vector<std::string> annotations; member
Dpreprocess.cpp77 auto annotations = a.ToString(); in DumpAnnotations() local
Daidl_dumpapi.cpp87 auto annotations = a.ToString(); in DumpAnnotations() local
Dparser.cpp46 std::vector<std::unique_ptr<AidlAnnotation>> annotations; in Visit() local
Daidl_checkapi.cpp91 vector<string> annotations; in get_strict_annotations() local
Daidl_language.cpp406 const vector<std::unique_ptr<AidlAnnotation>>& annotations, AidlAnnotation::Type type) { in GetAnnotation()
658 string annotations = AidlAnnotatable::ToString(); in ToString() local
Daidl_unittest.cpp1986 std::vector<std::unique_ptr<AidlAnnotation>> annotations; in TEST_F() 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