Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 94) sorted by relevance

1234

/system/tools/hidl/
DScope.cpp63 for (const Annotation* annotation : annotations()) { in validateAnnotations()
127 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope
131 void Scope::setAnnotations(std::vector<Annotation*>* annotations) { in setAnnotations() argument
133 CHECK(annotations != nullptr); in setAnnotations()
134 mAnnotations = *annotations; in setAnnotations()
276 CHECK(annotations().empty()); in validate()
DScope.h61 const std::vector<Annotation*>& annotations() const;
63 void setAnnotations(std::vector<Annotation*>* annotations);
DMethod.h57 std::vector<Annotation*>* annotations, const Location& location);
68 const std::vector<Annotation *> &annotations() const;
DMethod.cpp37 std::vector<Annotation*>* annotations, const Location& location) in Method() argument
42 mAnnotations(annotations), in Method()
73 const std::vector<Annotation *> &Method::annotations() const { in annotations() function in android::Method
DEnumType.cpp115 for (const Annotation* annotation : annotations()) { in validateAnnotations()
274 if (annotations().size() != 0) { in emitHidlDefinition()
275 out.join(annotations().begin(), annotations().end(), " ", in emitHidlDefinition()
665 for (const auto &annotation : annotations()) { in findExportAnnotation()
DInterface.cpp536 for (const Annotation* annotation : annotations()) { in validateAnnotations()
550 for (const Annotation* annotation : method->annotations()) { in validateAnnotations()
602 for (const auto& annotation : annotations()) { in hasSensitiveDataAnnotation()
929 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration()
Dhidl-gen_y.yy312 %type<annotations> opt_annotations
337 std::vector<android::Annotation *> *annotations;
652 // little sense to annotate them and have their annotations
834 $1 /* annotations */,
843 $1 /* annotations */,
857 $1 /* annotations */,
/system/tools/aidl/
Daidl_dumpapi.cpp82 auto annotations = a.ToString(); in DumpAnnotations() local
83 if (!annotations.empty()) { in DumpAnnotations()
84 out << annotations << "\n"; in DumpAnnotations()
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
Dast_java.cpp87 for (const auto& a : this->annotations) { in Write()
114 for (const auto& a : this->annotations) { in WriteDeclaration()
337 for (const auto& a : this->annotations) { in Write()
386 for (const auto& a : this->annotations) { in Write()
Daidl_checkapi.cpp96 vector<string> annotations; in get_strict_annotations() local
106 annotations.push_back(annotation_string); in get_strict_annotations()
108 return annotations; in get_strict_annotations()
Daidl_language.cpp328 static const AidlAnnotation* GetAnnotation(const vector<AidlAnnotation>& annotations, in GetAnnotation() argument
330 for (const auto& a : annotations) { in GetAnnotation()
482 string annotations = AidlAnnotatable::ToString(); in ToString() local
483 if (annotations != "") { in ToString()
484 ret = annotations + " " + ret; in ToString()
Daidl_language_l.ll105 /* annotations */
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dbuild.gradle27 exclude group: 'com.android.support', module: 'support-annotations'
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dbuild.gradle38 exclude group: 'com.android.support', module: 'support-annotations'
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dbuild.gradle31 exclude group: 'com.android.support', module: 'support-annotations'
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict43 # annotations
/system/security/keystore/
DTEST_MAPPING7 "include-annotation": "android.platform.test.annotations.RequiresDevice"
/system/tools/xsdc/tests/
DAndroid.bp25 "stub-annotations",
/system/extras/perf2cfg/perf2cfg/
Dedit.py314 annotations = []
319 annotations.append(annotation)
321 info = ', '.join(annotations)
/system/extras/perf2cfg/
DREADME.md73 ## Method annotations
75 Once the annotated CFG file has been opened in c1visualizer, method annotations
/system/chre/chpp/api_parser/
Dchre_api_to_chpp.py116 for annotation in self.api.annotations[chre_type]["."]:
920 self.annotations = defaultdict(lambda: defaultdict(list))
923 self.annotations[struct_info['name']][annotation['field']].append(annotation)
965 'annotations': self.annotations[type_name][member_name],
982 for annotation in self.annotations[type_name][member_name]:
DREADME.md96 // List of annotations for fields within the struct
97 "annotations": [
128 "annotations": [
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java25 import android.platform.test.annotations.RequiresDevice;
/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java26 import android.platform.test.annotations.LargeTest;

1234