Searched refs:User2 (Results 1 – 3 of 3) sorted by relevance
/art/test/048-reflect-v8/src/ |
D | User2.java | 25 public class User2 { class
|
D | AnnotationTest.java | 38 printAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testAnnotationsByType() 39 printAnnotationsByType(Calendars.class, User2.class); in testAnnotationsByType() 108 printDeclaredAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testDeclaredAnnotationsByType() 109 printDeclaredAnnotationsByType(Calendars.class, User2.class); in testDeclaredAnnotationsByType()
|
/art/test/048-reflect-v8/ |
D | expected.txt | 24 Annotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMonth=z, dayOf… 25 Annotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[@Calendar(… 56 Declared annnotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMont… 57 Declared annnotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[…
|