/system/tools/hidl/ |
D | Scope.cpp | 111 const std::vector<Annotation*>& Scope::annotations() const { in annotations() function in android::Scope 115 void Scope::setAnnotations(std::vector<Annotation*>* annotations) { in setAnnotations() argument 117 CHECK(annotations != nullptr); in setAnnotations() 118 mAnnotations = *annotations; in setAnnotations() 260 CHECK(annotations().empty()); in validate()
|
D | Scope.h | 58 const std::vector<Annotation*>& annotations() const; 60 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 | 258 if (annotations().size() != 0) { in emitHidlDefinition() 259 out.join(annotations().begin(), annotations().end(), " ", in emitHidlDefinition() 649 for (const auto &annotation : annotations()) { in findExportAnnotation()
|
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 */,
|
D | Interface.cpp | 536 for (const Annotation* annotation : method->annotations()) { in validateAnnotations() 904 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration()
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | build.gradle | 27 exclude group: 'com.android.support', module: 'support-annotations'
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.dict | 36 # annotations
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | build.gradle | 31 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/tools/aidl/ |
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 | aidl_checkapi.cpp | 57 set<AidlAnnotation> annotations; in get_strict_annotations() local 60 annotations.insert(annotation); in get_strict_annotations() 63 return annotations; in get_strict_annotations()
|
D | ast_java.cpp | 84 for (const auto& a : this->annotations) { in Write() 111 for (const auto& a : this->annotations) { in WriteDeclaration() 336 for (const auto& a : this->annotations) { in Write() 387 for (const auto& a : this->annotations) { in Write()
|
D | aidl_language.cpp | 249 static const AidlAnnotation* GetAnnotation(const vector<AidlAnnotation>& annotations, in GetAnnotation() argument 251 for (const auto& a : annotations) { in GetAnnotation() 400 string annotations = AidlAnnotatable::ToString(); in Signature() local 401 if (annotations != "") { in Signature() 402 ret = annotations + " " + ret; in Signature()
|
D | aidl_language_l.ll | 98 /* annotations */
|
D | generate_java_binder.cpp | 407 decl->annotations = generate_java_annotations(method.GetType()); in generate_interface_method() 411 var->annotations = generate_java_annotations(arg->GetType()); in generate_interface_method() 1052 interface->annotations = generate_java_annotations(*iface); in generate_binder_interface_class()
|
D | aidl_language.h | 225 void Annotate(vector<AidlAnnotation>&& annotations) { in Annotate() argument 226 for (auto& annotation : annotations) { in Annotate()
|
D | generate_java.cpp | 104 parcel_class->annotations = generate_java_annotations(*parcel); in generate_parcel_class()
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 24 import android.platform.test.annotations.RequiresDevice;
|
/system/extras/libfec/ |
D | NOTICE | 55 editorial revisions, annotations, elaborations, or other modifications
|
/system/extras/tests/cpueater/ |
D | NOTICE | 55 editorial revisions, annotations, elaborations, or other modifications
|
/system/extras/sane_schedstat/ |
D | NOTICE | 55 editorial revisions, annotations, elaborations, or other modifications
|
/system/extras/runconuid/ |
D | NOTICE | 55 editorial revisions, annotations, elaborations, or other modifications
|
/system/extras/bootctl/ |
D | NOTICE | 55 editorial revisions, annotations, elaborations, or other modifications
|