Home
last modified time | relevance | path

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

/art/test/048-reflect-v8/src/
DAnnotationTest.java102 printDeclaredAnnotationsByType(Calendar.class, SingleUser.class); in testDeclaredAnnotationsByType()
103 printDeclaredAnnotationsByType(Calendars.class, SingleUser.class); in testDeclaredAnnotationsByType()
105 printDeclaredAnnotationsByType(Calendar.class, User.class); in testDeclaredAnnotationsByType()
106 printDeclaredAnnotationsByType(Calendars.class, User.class); in testDeclaredAnnotationsByType()
108 printDeclaredAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testDeclaredAnnotationsByType()
109 printDeclaredAnnotationsByType(Calendars.class, User2.class); in testDeclaredAnnotationsByType()
111 printDeclaredAnnotationsByType(Calendar.class, UserComplex.class); in testDeclaredAnnotationsByType()
112 printDeclaredAnnotationsByType(Calendars.class, UserComplex.class); in testDeclaredAnnotationsByType()
114 printDeclaredAnnotationsByType(Calendar.class, UserSub.class); in testDeclaredAnnotationsByType()
115 printDeclaredAnnotationsByType(Calendars.class, UserSub.class); in testDeclaredAnnotationsByType()
[all …]