Home
last modified time | relevance | path

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

/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_checkapi.cpp57 set<AidlAnnotation> annotations; in get_strict_annotations() local
Daidl_language.cpp249 static const AidlAnnotation* GetAnnotation(const vector<AidlAnnotation>& annotations, in GetAnnotation()
400 string annotations = AidlAnnotatable::ToString(); in Signature() local
Daidl_language.h225 void Annotate(vector<AidlAnnotation>&& annotations) { in Annotate()
/system/tools/hidl/
DScope.cpp111 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope
115 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