Searched refs:UserSub (Results 1 – 3 of 3) sorted by relevance
/art/test/048-reflect-v8/src/ |
D | AnnotationTest.java | 50 printAnnotationsByType(Calendar.class, UserSub.class); in testAnnotationsByType() 51 printAnnotationsByType(Calendars.class, UserSub.class); in testAnnotationsByType() 85 printDeclaredAnnotation(UserSub.class, Calendar.class); in testDeclaredAnnotation() 86 printDeclaredAnnotation(UserSub.class, Calendars.class); in testDeclaredAnnotation() 114 printDeclaredAnnotationsByType(Calendar.class, UserSub.class); in testDeclaredAnnotationsByType() 115 printDeclaredAnnotationsByType(Calendars.class, UserSub.class); in testDeclaredAnnotationsByType()
|
D | UserSub.java | 17 public class UserSub class
|
/art/test/048-reflect-v8/ |
D | expected.txt | 28 Annotations by type, defined by class UserSub with annotation Calendar: @Calendar(dayOfMonth=last, … 29 Annotations by type, defined by class UserSub with annotation Calendars: @Calendars(value=[@Calenda… 43 Declared annotations by class class UserSub, annotation interface Calendar: <null> 44 Declared annotations by class class UserSub, annotation interface Calendars: <null> 60 Declared annnotations by type, defined by class UserSub with annotation Calendar: <empty> 61 Declared annnotations by type, defined by class UserSub with annotation Calendars: <empty>
|