Searched refs:parameter1 (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | AnnotatedElementParameterTest.java | 45 public void methodWithoutAnnotatedParameters(String parameter1, String parameter2) {} in methodWithoutAnnotatedParameters() argument 47 public void methodWithAnnotatedParameters(@AnnotationB @AnnotationD String parameter1, in methodWithAnnotatedParameters() argument 59 Parameter parameter1 = parameters[1]; in testMethodParameterAnnotations() local 60 checkAnnotatedElementPresentMethods(parameter1); in testMethodParameterAnnotations() 69 Parameter parameter1 = parameters[1]; in testMethodParameterAnnotations() local 70 checkAnnotatedElementPresentMethods(parameter1, AnnotationC.class, AnnotationD.class); in testMethodParameterAnnotations() 76 public ConstructorClass(Integer parameter1, Integer parameter2) {} in ConstructorClass() argument 79 public ConstructorClass(@AnnotationB @AnnotationD String parameter1, in ConstructorClass() argument 91 Parameter parameter1 = parameters[1]; in testConstructorParameterAnnotations() local 92 checkAnnotatedElementPresentMethods(parameter1); in testConstructorParameterAnnotations() [all …]
|
D | ExecutableParameterTest.java | 46 public void methodWithoutAnnotatedParameters(String parameter1, String parameter2) {} in methodWithoutAnnotatedParameters() argument 48 public void methodWithAnnotatedParameters(@AnnotationB @AnnotationD String parameter1, in methodWithAnnotatedParameters() argument 148 public ConstructorClass(Integer parameter1, Integer parameter2) {} in ConstructorClass() argument 151 public ConstructorClass(@AnnotationB @AnnotationD String parameter1, in ConstructorClass() argument
|
D | MethodTest.java | 38 public void method(String parameter1, String parameter2) {} in method() argument
|