Home
last modified time | relevance | path

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

/system/chre/api_parser/
Dchre_api_annotations.json14 "annotations": [ array
49 "annotations": [ array
95 "annotations": [ array
120 "annotations": [ array
140 "annotations": [ array
150 "annotations": [ array
165 "annotations": [ array
185 "annotations": [ array
195 "annotations": [ array
205 "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.cpp110 auto annotations = a.ToString(); in DumpAnnotations() local
Dparser.cpp52 std::vector<std::unique_ptr<AidlAnnotation>> annotations; in Visit() local
Daidl_checkapi.cpp100 vector<string> annotations; in get_strict_annotations() local
Daidl_language.cpp414 const vector<std::unique_ptr<AidlAnnotation>>& annotations, AidlAnnotation::Type type) { in GetAnnotation()
687 string annotations = AidlAnnotatable::ToString(); in ToString() local
Daidl_unittest.cpp2283 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