Searched defs:annotations (Results 1 – 10 of 10) sorted by relevance
93 repeated Annotation annotations = 6; field101 repeated Annotation annotations = 6; field111 repeated Annotation annotations = 6; field
194 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()
440 String methodName, Set<? extends Annotation> annotations) { in handleAnnotations()
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
367 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation() local
555 AnnotationDesc[] annotations = method.annotations(); in getTestMethods() local
187 jclass annotations = env->FindClass("java/lang/annotation/Annotation"); in Java_com_android_gtestrunner_GtestRunner_nInitialize() local