Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDynamicParameterizedAnnotation.java31 DynamicParameterizedAnnotation(String name, Annotation[] annotations) { in DynamicParameterizedAnnotation()
42 public Annotation[] annotations() { in annotations() method in DynamicParameterizedAnnotation
DBedsteadJUnit4.java120 List<Annotation> annotations = in calculateAnnotations() local
187 public static void resolveRecursiveAnnotations(List<Annotation> annotations, in resolveRecursiveAnnotations()
230 Annotation[] annotations = in getReplacementAnnotations() local
352 List<Annotation> annotations = new ArrayList<>(annotationCounts.keySet()); in bedsteadAnnotationsSortedByMostCommon() local
380 List<Annotation> annotations = new ArrayList<>(Arrays.asList(method.getAnnotations())); in getParameterizedAnnotations() local
399 private static void parseEnterpriseAnnotations(List<Annotation> annotations) { in parseEnterpriseAnnotations()
DDeviceState.java218 List<Annotation> annotations = getAnnotations(description); in applyTest() local
/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.java220 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()
/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/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java657 public boolean process(Set<? extends TypeElement> annotations, in process()
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/
DProcessor.java179 public boolean process(Set<? extends TypeElement> annotations, in process()
/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