/system/tools/hidl/ |
D | Scope.cpp | 63 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()
|
D | Scope.h | 61 const std::vector<Annotation*>& annotations() const; 63 void setAnnotations(std::vector<Annotation*>* annotations);
|
D | Method.h | 57 std::vector<Annotation*>* annotations, const Location& location); 68 const std::vector<Annotation *> &annotations() const;
|
D | Method.cpp | 37 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
|
D | EnumType.cpp | 115 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()
|
D | Interface.cpp | 536 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()
|
D | hidl-gen_y.yy | 312 %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/ |
D | aidl_dumpapi.cpp | 82 auto annotations = a.ToString(); in DumpAnnotations() local 83 if (!annotations.empty()) { in DumpAnnotations() 84 out << annotations << "\n"; in DumpAnnotations()
|
D | ast_java.h | 89 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
|
D | ast_java.cpp | 87 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()
|
D | aidl_checkapi.cpp | 96 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()
|
D | aidl_language.cpp | 328 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()
|
D | aidl_language_l.ll | 105 /* annotations */
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | build.gradle | 27 exclude group: 'com.android.support', module: 'support-annotations'
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | build.gradle | 38 exclude group: 'com.android.support', module: 'support-annotations'
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | build.gradle | 31 exclude group: 'com.android.support', module: 'support-annotations'
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.dict | 43 # annotations
|
/system/security/keystore/ |
D | TEST_MAPPING | 7 "include-annotation": "android.platform.test.annotations.RequiresDevice"
|
/system/tools/xsdc/tests/ |
D | Android.bp | 25 "stub-annotations",
|
/system/extras/perf2cfg/perf2cfg/ |
D | edit.py | 314 annotations = [] 319 annotations.append(annotation) 321 info = ', '.join(annotations)
|
/system/extras/perf2cfg/ |
D | README.md | 73 ## Method annotations 75 Once the annotated CFG file has been opened in c1visualizer, method annotations
|
/system/chre/chpp/api_parser/ |
D | chre_api_to_chpp.py | 116 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]:
|
D | README.md | 96 // List of annotations for fields within the struct 97 "annotations": [ 128 "annotations": [
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 25 import android.platform.test.annotations.RequiresDevice;
|
/system/apex/tests/src/com/android/tests/apex/host/ |
D | ApexCompressionTests.java | 26 import android.platform.test.annotations.LargeTest;
|