Searched defs:annotations (Results 1 – 12 of 12) sorted by relevance
31 DynamicParameterizedAnnotation(String name, Annotation[] annotations) { in DynamicParameterizedAnnotation()42 public Annotation[] annotations() { in annotations() method in DynamicParameterizedAnnotation
120 List<Annotation> annotations = in calculateAnnotations() local187 public static void resolveRecursiveAnnotations(List<Annotation> annotations, in resolveRecursiveAnnotations()230 Annotation[] annotations = in getReplacementAnnotations() local352 List<Annotation> annotations = new ArrayList<>(annotationCounts.keySet()); in bedsteadAnnotationsSortedByMostCommon() local380 List<Annotation> annotations = new ArrayList<>(Arrays.asList(method.getAnnotations())); in getParameterizedAnnotations() local399 private static void parseEnterpriseAnnotations(List<Annotation> annotations) { in parseEnterpriseAnnotations()
218 List<Annotation> annotations = getAnnotations(description); in applyTest() local
93 repeated Annotation annotations = 6; field101 repeated Annotation annotations = 6; field111 repeated Annotation annotations = 6; field
220 Annotation[] annotations = original.getDeclaredAnnotations(); in assertSyntheticMethodOverloadExists() local
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()
185 private List<ApiAnnotation> getAnnotationList(Set<? extends Annotation> annotations) { in getAnnotationList()
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()
72 repeated ApiAnnotation annotations = 6; field83 repeated ApiAnnotation annotations = 7; field93 repeated ApiAnnotation annotations = 7; field
657 public boolean process(Set<? extends TypeElement> annotations, in process()
179 public boolean process(Set<? extends TypeElement> annotations, in process()
187 jclass annotations = env->FindClass("java/lang/annotation/Annotation"); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local