Home
last modified time | relevance | path

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

1234

/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() argument
117 CHECK(annotations != nullptr); in setAnnotations()
118 mAnnotations = *annotations; in setAnnotations()
260 CHECK(annotations().empty()); in validate()
DScope.h58 const std::vector<Annotation*>& annotations() const;
60 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.cpp258 if (annotations().size() != 0) { in emitHidlDefinition()
259 out.join(annotations().begin(), annotations().end(), " ", in emitHidlDefinition()
649 for (const auto &annotation : annotations()) { in findExportAnnotation()
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 */,
DInterface.cpp536 for (const Annotation* annotation : method->annotations()) { in validateAnnotations()
904 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration()
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dbuild.gradle27 exclude group: 'com.android.support', module: 'support-annotations'
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict36 # annotations
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dbuild.gradle31 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/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
60 annotations.insert(annotation); in get_strict_annotations()
63 return annotations; in get_strict_annotations()
Dast_java.cpp84 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()
Daidl_language.cpp249 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()
Daidl_language_l.ll98 /* annotations */
Dgenerate_java_binder.cpp407 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()
Daidl_language.h225 void Annotate(vector<AidlAnnotation>&& annotations) { in Annotate() argument
226 for (auto& annotation : annotations) { in Annotate()
Dgenerate_java.cpp104 parcel_class->annotations = generate_java_annotations(*parcel); in generate_parcel_class()
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java24 import android.platform.test.annotations.RequiresDevice;
/system/extras/libfec/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/tests/cpueater/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/sane_schedstat/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/runconuid/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/bootctl/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications

1234