Home
last modified time | relevance | path

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

/libcore/benchmarks/src/benchmarks/regression/
DAnnotatedElementBenchmark.java61 method.getParameterAnnotations(); in timeGetParameterAnnotations()
/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java522 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
DMethod.java593 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Method
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DAnnotationsTest.java69 Annotation[][] noParameterAnnotations = method.getParameterAnnotations(); in testParameterAnnotations()
75 Annotation[][] parameterAnnotations = parameters.getParameterAnnotations(); in testParameterAnnotations()
/libcore/libart/src/main/java/java/lang/reflect/
DAbstractMethod.java223 public abstract Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in AbstractMethod
/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()