Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/proto/
Dtestsuite.proto93 repeated Annotation annotations = 6; field
101 repeated Annotation annotations = 6; field
111 repeated Annotation annotations = 6; field
/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/
DApiEvolutionTest.java194 Annotation[] annotations = original.getDeclaredAnnotations(); in assertSyntheticMethodOverloadExists() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestCaseReport.java141 private static boolean hasAnnotation(Set<? extends Annotation> annotations, String tag) { in hasAnnotation()
150 private static boolean hasAnnotationSuffix(Set<? extends Annotation> annotations, String tag) { in hasAnnotationSuffix()
DCtsApiCoverage.java440 String methodName, Set<? extends Annotation> annotations) { in handleAnnotations()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDexParser.java185 private List<ApiAnnotation> getAnnotationList(Set<? extends Annotation> annotations) { in getAnnotationList()
DTestSuiteParser.java349 private static boolean hasAnnotation(Set<? extends Annotation> annotations, String tag) { in hasAnnotation()
358 private static boolean hasAnnotationSuffix(Set<? extends Annotation> annotations, String tag) { in hasAnnotationSuffix()
/cts/tools/release-parser/proto/
Drelease.proto72 repeated ApiAnnotation annotations = 6; field
83 repeated ApiAnnotation annotations = 7; field
93 repeated ApiAnnotation annotations = 7; field
/cts/tools/utils/
DCollectAllTests.java367 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation() local
DDescriptionGenerator.java555 AnnotationDesc[] annotations = method.annotations(); in getTestMethods() local
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp187 jclass annotations = env->FindClass("java/lang/annotation/Annotation"); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local