Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_java.h114 std::vector<std::string> annotations; member
294 std::vector<std::string> annotations; member
321 std::vector<std::string> annotations; member
Daidl_checkapi.cpp52 set<AidlAnnotation> annotations; in get_strict_annotations() local
Daidl_language.cpp249 static bool HasAnnotation(const vector<AidlAnnotation>& annotations, const string& name) { in HasAnnotation()
258 static const AidlAnnotation* GetAnnotation(const vector<AidlAnnotation>& annotations, in GetAnnotation()
378 string annotations = AidlAnnotatable::ToString(); in Signature() local
Daidl_language.h237 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