Home
last modified time | relevance | path

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

/art/test/048-reflect-v8/src/
DAnnotationTest.java32 printAnnotationsByType(Calendar.class, SingleUser.class); in testAnnotationsByType()
33 printAnnotationsByType(Calendars.class, SingleUser.class); in testAnnotationsByType()
35 printAnnotationsByType(Calendar.class, User.class); in testAnnotationsByType()
36 printAnnotationsByType(Calendars.class, User.class); in testAnnotationsByType()
38 printAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testAnnotationsByType()
39 printAnnotationsByType(Calendars.class, User2.class); in testAnnotationsByType()
47 printAnnotationsByType(Calendar.class, UserComplex.class); // Cs(C,C),C collapses into C,C,C. in testAnnotationsByType()
48 printAnnotationsByType(Calendars.class, UserComplex.class); in testAnnotationsByType()
50 printAnnotationsByType(Calendar.class, UserSub.class); in testAnnotationsByType()
51 printAnnotationsByType(Calendars.class, UserSub.class); in testAnnotationsByType()
[all …]