Searched refs:User (Results 1 – 5 of 5) sorted by relevance
/art/test/048-reflect-v8/src/ |
D | AnnotationTest.java | 35 printAnnotationsByType(Calendar.class, User.class); in testAnnotationsByType() 36 printAnnotationsByType(Calendars.class, User.class); in testAnnotationsByType() 79 printDeclaredAnnotation(User.class, Calendar.class); in testDeclaredAnnotation() 80 printDeclaredAnnotation(User.class, Calendars.class); in testDeclaredAnnotation() 105 printDeclaredAnnotationsByType(Calendar.class, User.class); in testDeclaredAnnotationsByType() 106 printDeclaredAnnotationsByType(Calendars.class, User.class); in testDeclaredAnnotationsByType()
|
D | UserSub.java | 18 extends User
|
D | UserSub2.java | 20 extends User
|
D | User.java | 29 public class User { class
|
/art/test/048-reflect-v8/ |
D | expected.txt | 22 Annotations by type, defined by class User with annotation Calendar: @Calendar(dayOfMonth=last, day… 23 Annotations by type, defined by class User with annotation Calendars: @Calendars(value=[@Calendar(d… 39 Declared annotations by class class User, annotation interface Calendar: <null> 40 Declared annotations by class class User, annotation interface Calendars: @Calendars(value=[@Calend… 54 Declared annnotations by type, defined by class User with annotation Calendar: @Calendar(dayOfMonth… 55 Declared annnotations by type, defined by class User with annotation Calendars: @Calendars(value=[@…
|