Home
last modified time | relevance | path

Searched refs:getParameterAnnotations (Results 1 – 14 of 14) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DExecutableParameterTest.java55 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/
DConstructor.annotated.java72 public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw new RuntimeException("… in getParameterAnnotations() method in Constructor
DExecutable.annotated.java62 …til.NonNull Annotation @libcore.util.NonNull [] @libcore.util.NonNull [] getParameterAnnotations(); in getParameterAnnotations() method in Executable
DMethod.annotated.java82 @libcore.util.NonNull public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw … in getParameterAnnotations() method in Method
/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java399 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
DParameter.java299 return executable.getParameterAnnotations()[index]; in getDeclaredAnnotations()
DMethod.java510 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Method
DExecutable.java532 public abstract Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Executable
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DConstructor.java143 public java.lang.annotation.Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
DExecutable.java128 public abstract java.lang.annotation.Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Executable
/libcore/benchmarks/src/benchmarks/regression/
DAnnotatedElementBenchmark.java61 method.getParameterAnnotations(); in timeGetParameterAnnotations()
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationTest.java133 …[] annotations = c.getDeclaredMethod("test35304_method", parameterTypes).getParameterAnnotations(); in test35304()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DConstructorTest.java108 Annotation[][] paramAnnotations = ctor1.getParameterAnnotations(); in test_getParameterAnnotations()
DMethodTest.java406 Annotation[][] annotations = method.getParameterAnnotations(); in test_getParameterAnnotations()