Home
last modified time | relevance | path

Searched defs:annotationClass (Results 1 – 25 of 982) sorted by relevance

12345678910>>...40

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java268 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
284 <T extends Annotation> T getAnnotation(Class<T> annotationClass); in getAnnotation()
335 default <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
367 default <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
424 default <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
DAccessibleObject.java200 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation()
210 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
219 public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
235 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
247 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
DParameter.java275 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation()
290 public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
305 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
316 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DAnnotatedElement.annotated.java36 … extends java.lang.annotation.Annotation> annotationClass) { throw new RuntimeException("Stub!"); } in isAnnotationPresent()
38 …g.annotation.Annotation> T getAnnotation(@libcore.util.NonNull java.lang.Class<T> annotationClass); in getAnnotation()
42 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getAnnotationsByType()
44 …on(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!")… in getDeclaredAnnotation()
46 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getDeclaredAnnotationsByType()
H A DAccessibleObject.annotated.java42 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getAnnotation()
44 … extends java.lang.annotation.Annotation> annotationClass) { throw new RuntimeException("Stub!"); } in isAnnotationPresent()
46 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getAnnotationsByType()
50 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getDeclaredAnnotation()
52 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getDeclaredAnnotationsByType()
H A DParameter.annotated.java59 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getAnnotation()
61 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getAnnotationsByType()
65 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getDeclaredAnnotation()
67 …(@libcore.util.NonNull java.lang.Class<T> annotationClass) { throw new RuntimeException("Stub!"); } in getDeclaredAnnotationsByType()
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DAnnotatedElement.java268 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
284 <T extends Annotation> T getAnnotation(Class<T> annotationClass); in getAnnotation()
335 default <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
367 default <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
424 default <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
H A DAccessibleObject.java200 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation()
210 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
219 public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
235 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
247 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
H A DParameter.java275 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation()
290 public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
305 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
316 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java268 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
284 <T extends Annotation> T getAnnotation(Class<T> annotationClass); in getAnnotation()
335 default <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
367 default <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
424 default <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
DAccessibleObject.java200 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation()
210 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
219 public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
235 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
247 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DAccessibleObject.java57 java.lang.Class<T> annotationClass) { in getAnnotation()
62 java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass) { in isAnnotationPresent()
67 java.lang.Class<T> annotationClass) { in getAnnotationsByType()
76 java.lang.Class<T> annotationClass) { in getDeclaredAnnotation()
81 java.lang.Class<T> annotationClass) { in getDeclaredAnnotationsByType()
H A DParameter.java95 java.lang.Class<T> annotationClass) { in getAnnotation()
105 java.lang.Class<T> annotationClass) { in getAnnotationsByType()
114 java.lang.Class<T> annotationClass) { in getDeclaredAnnotation()
119 java.lang.Class<T> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/art/test/048-reflect-v8/src/
H A DAnnotationTest.java130 private static <A extends Annotation> void printAnnotationsByType(Class<A> annotationClass, in printAnnotationsByType()
155 Class<A> annotationClass, Class<?> annotationUseClass) { in printDeclaredAnnotationsByType()
194 private static <A extends Annotation> void printMethodAnnotationsByType(Class<A> annotationClass, in printMethodAnnotationsByType()
234 private static <A extends Annotation> void printMethodDeclaredAnnotation(Class<A> annotationClass, in printMethodDeclaredAnnotation()
276 Class<A> annotationClass, String methodName, Class<?> annotationUseClass) { in printMethodDeclaredAnnotationByType()
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/model/
H A DTestClass.java126 Class<? extends Annotation> annotationClass) { in getAnnotatedMethods()
145 Class<? extends Annotation> annotationClass) { in getAnnotatedFields()
227 Class<? extends Annotation> annotationClass, Class<T> valueClass) { in getAnnotatedFieldValues()
245 Class<? extends Annotation> annotationClass, Class<T> valueClass, in collectAnnotatedFieldValues()
261 Class<? extends Annotation> annotationClass, Class<T> valueClass) { in getAnnotatedMethodValues()
279 Class<? extends Annotation> annotationClass, Class<T> valueClass, in collectAnnotatedMethodValues()
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/annotations/
H A DJDK15AnnotationFinder.java104 public <A extends IAnnotation> A findAnnotation(Method m, Class<A> annotationClass) { in findAnnotation()
116 public <A extends IAnnotation> A findAnnotation(ITestNGMethod tm, Class<A> annotationClass) { in findAnnotation()
185 public <A extends IAnnotation> A findAnnotation(Class<?> cls, Class<A> annotationClass) { in findAnnotation()
197 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass) { in findAnnotation()
209 Class<A> annotationClass, Class<?> testClass, in findAnnotation()
H A DIAnnotationFinder.java24 public <A extends IAnnotation> A findAnnotation(Class<?> cls, Class<A> annotationClass); in findAnnotation()
33 public <A extends IAnnotation> A findAnnotation(Method m, Class<A> annotationClass); in findAnnotation()
34 <A extends IAnnotation> A findAnnotation(ITestNGMethod m, Class<A> annotationClass); in findAnnotation()
43 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass); in findAnnotation()
H A DAnnotationHelper.java196 Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, in findMethodsWithAnnotation()
277 public static Annotation findAnnotationSuperClasses(Class<?> annotationClass, Class c) { in findAnnotationSuperClasses()
299 Class<? extends IAnnotation> annotationClass) { in isAnnotationPresent()
304 Class<? extends IAnnotation> annotationClass) { in isAnnotationPresent()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DPackage.java402 public <A extends Annotation> A getAnnotation(Class<A> annotationClass) { in getAnnotation()
412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
421 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationClass) { in getAnnotationsByType()
437 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass) { in getDeclaredAnnotation()
446 public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/
DPackage.java402 public <A extends Annotation> A getAnnotation(Class<A> annotationClass) { in getAnnotation()
412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
421 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationClass) { in getAnnotationsByType()
437 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass) { in getDeclaredAnnotation()
446 public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DPackage.java402 public <A extends Annotation> A getAnnotation(Class<A> annotationClass) { in getAnnotation()
412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent()
421 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationClass) { in getAnnotationsByType()
437 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass) { in getDeclaredAnnotation()
446 public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DClass.annotated.java162 …(@libcore.util.NonNull java.lang.Class<A> annotationClass) { throw new RuntimeException("Stub!"); } in getAnnotation()
164 … extends java.lang.annotation.Annotation> annotationClass) { throw new RuntimeException("Stub!"); } in isAnnotationPresent()
166 …AnnotationsByType(@libcore.util.NonNull java.lang.Class<A> annotationClass) { throw new RuntimeExc… in getAnnotationsByType()
168 …DeclaredAnnotationsByType(@libcore.util.NonNull java.lang.Class<A> annotationClass) { throw new Ru… in getDeclaredAnnotationsByType()
172 …re.util.Nullable A getDeclaredAnnotation(@libcore.util.NonNull java.lang.Class<A> annotationClass); in getDeclaredAnnotation()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/reflect/
DParameter.java275 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation()
290 public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) { in getAnnotationsByType()
305 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) { in getDeclaredAnnotation()
316 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) { in getDeclaredAnnotationsByType()
/aosp_15_r20/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotatedElements.java43 AnnotatedElement element, Class<T> annotationClass) { in getDirectOrIndirectAnnotationsByType()
79 Class<T> annotationClass, ArrayList<T> unfoldedAnnotations) { in insertAnnotationValues()
149 getRepeatableAnnotationContainerClassFor(Class<T> annotationClass) { in getRepeatableAnnotationContainerClassFor()
/aosp_15_r20/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestPredicates.java43 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation()
49 private final Class<? extends Annotation> annotationClass; field in TestPredicates.HasAnnotation
51 private HasAnnotation(Class<? extends Annotation> annotationClass) { in HasAnnotation()

12345678910>>...40