/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | ExecutableParameterTest.java | 55 Annotation[][] noParameterAnnotations = getParameterAnnotations( in testMethodGetParameterAnnotations() 62 Annotation[][] parameterAnnotations = getParameterAnnotations( in testMethodGetParameterAnnotations() 158 Annotation[][] noParameterAnnotations = getParameterAnnotations( in testConstructorGetParameterAnnotations() 165 Annotation[][] parameterAnnotations = getParameterAnnotations( in testConstructorGetParameterAnnotations() 240 Annotation[][] annotations = getParameterAnnotations(constructor, 2); in testImplicitConstructorParameters_innerClass() 261 Annotation[][] annotations = getParameterAnnotations(constructor, 2); in testImplicitConstructorParameters_anonymousClass() 281 Annotation[][] annotations = getParameterAnnotations(constructor, 1); in testImplicitConstructorParameters_staticInnerClass() 287 Annotation[][] allAnnotations = getParameterAnnotations(executable, 1); in assertOnlyParameterAnnotations() 293 private static Annotation[][] getParameterAnnotations( in getParameterAnnotations() method in ExecutableParameterTest 295 Annotation[][] allAnnotations = executable.getParameterAnnotations(); in getParameterAnnotations()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Constructor.annotated.java | 72 public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw new RuntimeException("… in getParameterAnnotations() method in Constructor
|
D | Executable.annotated.java | 62 …til.NonNull Annotation @libcore.util.NonNull [] @libcore.util.NonNull [] getParameterAnnotations(); in getParameterAnnotations() method in Executable
|
D | Method.annotated.java | 82 @libcore.util.NonNull public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw … in getParameterAnnotations() method in Method
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Parameter.java | 299 return executable.getParameterAnnotations()[index]; in getDeclaredAnnotations()
|
D | Constructor.java | 399 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
|
D | Method.java | 510 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Method
|
D | Executable.java | 532 public abstract Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Executable
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Constructor.java | 143 public java.lang.annotation.Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
|
D | Executable.java | 128 public abstract java.lang.annotation.Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Executable
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | AnnotatedElementBenchmark.java | 61 method.getParameterAnnotations(); in timeGetParameterAnnotations()
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
D | AnnotationTest.java | 133 …[] annotations = c.getDeclaredMethod("test35304_method", parameterTypes).getParameterAnnotations(); in test35304()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | ConstructorTest.java | 108 Annotation[][] paramAnnotations = ctor1.getParameterAnnotations(); in test_getParameterAnnotations()
|
D | MethodTest.java | 406 Annotation[][] annotations = method.getParameterAnnotations(); in test_getParameterAnnotations()
|
/libcore/api/ |
D | current.txt | 5009 method public java.lang.annotation.Annotation[][] getParameterAnnotations(); 5020 method @NonNull public abstract java.lang.annotation.Annotation[][] getParameterAnnotations(); 5109 method @NonNull public java.lang.annotation.Annotation[][] getParameterAnnotations();
|