/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
D | DeviceStateTester.java | 47 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()
|
D | DynamicParameterizedAnnotation.java | 31 DynamicParameterizedAnnotation(String name, Annotation[] annotations) { in DynamicParameterizedAnnotation() 43 public Annotation[] annotations() { in annotations() method in DynamicParameterizedAnnotation
|
D | BedsteadJUnit4.java | 277 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 …]
|
D | BedsteadFrameworkMethod.java | 71 List<Annotation> annotations = in calculateAnnotations() local
|
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/filter/ |
D | CoreTestModeFilter.java | 86 private boolean isAnnotated(Collection<Annotation> annotations) { in isAnnotated()
|
/cts/tools/cts-api-coverage/proto/ |
D | testsuite.proto | 93 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/ |
D | ApiEvolutionTest.java | 220 Annotation[] annotations = original.getDeclaredAnnotations(); in assertSyntheticMethodOverloadExists() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | TestCaseReport.java | 141 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/ |
D | DexParser.java | 200 private List<ApiAnnotation> getAnnotationList(Set<? extends Annotation> annotations) { in getAnnotationList()
|
D | TestSuiteParser.java | 349 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/ |
D | release.proto | 72 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/ |
D | Processor.java | 154 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { in process()
|
/cts/common/device-side/nativetesthelper/jni/ |
D | gtest_wrapper.cpp | 187 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/ |
D | Processor.java | 238 public boolean process(Set<? extends TypeElement> annotations, in process()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/ |
D | Processor.java | 155 public boolean process(Set<? extends TypeElement> annotations, in process()
|