Searched refs:getParameterAnnotations (Results 1 – 14 of 14) sorted by relevance
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 ExecutableParameterTest295 Annotation[][] allAnnotations = executable.getParameterAnnotations(); in getParameterAnnotations()
72 public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw new RuntimeException("… in getParameterAnnotations() method in Constructor
62 …til.NonNull Annotation @libcore.util.NonNull [] @libcore.util.NonNull [] getParameterAnnotations(); in getParameterAnnotations() method in Executable
82 @libcore.util.NonNull public java.lang.annotation.Annotation[][] getParameterAnnotations() { throw … in getParameterAnnotations() method in Method
399 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
299 return executable.getParameterAnnotations()[index]; in getDeclaredAnnotations()
510 public Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Method
532 public abstract Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Executable
143 public java.lang.annotation.Annotation[][] getParameterAnnotations() { in getParameterAnnotations() method in Constructor
128 public abstract java.lang.annotation.Annotation[][] getParameterAnnotations(); in getParameterAnnotations() method in Executable
61 method.getParameterAnnotations(); in timeGetParameterAnnotations()
133 …[] annotations = c.getDeclaredMethod("test35304_method", parameterTypes).getParameterAnnotations(); in test35304()
108 Annotation[][] paramAnnotations = ctor1.getParameterAnnotations(); in test_getParameterAnnotations()
406 Annotation[][] annotations = method.getParameterAnnotations(); in test_getParameterAnnotations()