Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceStateTester.java47 public void apply(List<Annotation> annotations, Runnable runnable) { in apply()
61 public void apply(List<Annotation> annotations) { in apply()
79 private void setup(List<Annotation> annotations) { in setup()
DDynamicParameterizedAnnotation.java31 DynamicParameterizedAnnotation(String name, Annotation[] annotations) { in DynamicParameterizedAnnotation()
43 public Annotation[] annotations() { in annotations() method in DynamicParameterizedAnnotation
DBedsteadJUnit4.java277 List<Annotation> annotations, List<Annotation> parameterizedAnnotations) { in resolveRecursiveAnnotations()
278 resolveRecursiveAnnotations(getHarrierRule(), annotations, parameterizedAnnotations); in resolveRecursiveAnnotations() local
288 List<Annotation> annotations, in resolveRecursiveAnnotations()
390 Annotation[] annotations = in getReplacementAnnotations() local
503 List<List<Annotation>> annotations) { in calculateCartesianProductOfAnnotationSets()
517 List<List<Annotation>> annotations, in generateCartesianProductOfAnnotationSets()
599 List<Annotation> annotations = in generateGeneralParameterisationMethods() local
818 List<Annotation> annotations = new ArrayList<>(annotationCosts.keySet()); in bedsteadAnnotationsSortedByCost() local
826 List<Annotation> annotations = new ArrayList<>(annotationCounts.keySet()); in bedsteadAnnotationsSortedByMostCommon() local
860 List<Annotation> annotations = new ArrayList<>(Arrays.asList(method.getAnnotations())); in getParameterizedAnnotations() local
[all …]
DBedsteadFrameworkMethod.java71 List<Annotation> annotations = in calculateAnnotations() local
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/filter/
DCoreTestModeFilter.java86 private boolean isAnnotated(Collection<Annotation> annotations) { in isAnnotated()
/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.java200 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/testapisreflection/src/processor/main/java/com/android/bedstead/testapisreflection/processor/
DProcessor.java154 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { 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
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/
DProcessor.java238 public boolean process(Set<? extends TypeElement> annotations, in process()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java155 public boolean process(Set<? extends TypeElement> annotations, in process()