Lines Matching refs:Calendar

32     printAnnotationsByType(Calendar.class, SingleUser.class);  in testAnnotationsByType()
35 printAnnotationsByType(Calendar.class, User.class); in testAnnotationsByType()
38 printAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testAnnotationsByType()
47 printAnnotationsByType(Calendar.class, UserComplex.class); // Cs(C,C),C collapses into C,C,C. in testAnnotationsByType()
50 printAnnotationsByType(Calendar.class, UserSub.class); in testAnnotationsByType()
53 printAnnotationsByType(Calendar.class, UserSub2.class); in testAnnotationsByType()
76 printDeclaredAnnotation(SingleUser.class, Calendar.class); in testDeclaredAnnotation()
79 printDeclaredAnnotation(User.class, Calendar.class); in testDeclaredAnnotation()
82 printDeclaredAnnotation(UserComplex.class, Calendar.class); in testDeclaredAnnotation()
85 printDeclaredAnnotation(UserSub.class, Calendar.class); in testDeclaredAnnotation()
88 printDeclaredAnnotation(UserSub2.class, Calendar.class); in testDeclaredAnnotation()
102 printDeclaredAnnotationsByType(Calendar.class, SingleUser.class); in testDeclaredAnnotationsByType()
105 printDeclaredAnnotationsByType(Calendar.class, User.class); in testDeclaredAnnotationsByType()
108 printDeclaredAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testDeclaredAnnotationsByType()
111 printDeclaredAnnotationsByType(Calendar.class, UserComplex.class); in testDeclaredAnnotationsByType()
114 printDeclaredAnnotationsByType(Calendar.class, UserSub.class); in testDeclaredAnnotationsByType()
117 printDeclaredAnnotationsByType(Calendar.class, UserSub2.class); in testDeclaredAnnotationsByType()
176 printMethodAnnotationsByType(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodAnnotationsByType()
179 printMethodAnnotationsByType(Calendar.class, "user", AnnotationTestFixture.class); in testMethodAnnotationsByType()
182 printMethodAnnotationsByType(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodAnnotationsByType()
185 printMethodAnnotationsByType(Calendar.class, "userComplex", AnnotationTestFixture.class); in testMethodAnnotationsByType()
216 printMethodDeclaredAnnotation(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
219 printMethodDeclaredAnnotation(Calendar.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
222 printMethodDeclaredAnnotation(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
225 printMethodDeclaredAnnotation(Calendar.class, "userComplex", AnnotationTestFixture.class); in testMethodDeclaredAnnotations()
256 printMethodDeclaredAnnotationByType(Calendar.class, "singleUser", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
259 printMethodDeclaredAnnotationByType(Calendar.class, "user", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
262 printMethodDeclaredAnnotationByType(Calendar.class, "user2", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()
265 printMethodDeclaredAnnotationByType(Calendar.class, "userComplex", AnnotationTestFixture.class); in testMethodDeclaredAnnotationsByType()