Searched defs:annotations (Results 1 – 12 of 12) sorted by relevance
88 List<Annotation> annotations = new ArrayList<>(); in positiveStates() local150 List<Annotation> annotations = new ArrayList<>(); in negativeStates() local211 List<Annotation> annotations = new ArrayList<>(); in cannotSetPolicyStates() local
94 List<Annotation> annotations = in calculateAnnotations() local147 public static void resolveRecursiveAnnotations(List<Annotation> annotations, in resolveRecursiveAnnotations()166 Annotation[] annotations = in getReplacementAnnotations() local276 List<Annotation> annotations = new ArrayList<>(annotationCounts.keySet()); in bedsteadAnnotationsSortedByMostCommon() local304 List<Annotation> annotations = new ArrayList<>(Arrays.asList(method.getAnnotations())); in getParameterizedAnnotations() local323 private static void parseEnterpriseAnnotations(List<Annotation> annotations) { in parseEnterpriseAnnotations()
181 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
121 public boolean process(Set<? extends TypeElement> annotations, in process()
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()
87 public boolean process(Set<? extends TypeElement> annotations, in process()
72 repeated ApiAnnotation annotations = 6; field83 repeated ApiAnnotation annotations = 7; field93 repeated ApiAnnotation annotations = 7; field
187 jclass annotations = env->FindClass("java/lang/annotation/Annotation"); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local