Searched refs:UserSub2 (Results 1 – 3 of 3) sorted by relevance
/art/test/048-reflect-v8/src/ |
D | AnnotationTest.java | 53 printAnnotationsByType(Calendar.class, UserSub2.class); in testAnnotationsByType() 56 printAnnotationsByType(Calendars.class, UserSub2.class); in testAnnotationsByType() 88 printDeclaredAnnotation(UserSub2.class, Calendar.class); in testDeclaredAnnotation() 89 printDeclaredAnnotation(UserSub2.class, Calendars.class); in testDeclaredAnnotation() 117 printDeclaredAnnotationsByType(Calendar.class, UserSub2.class); in testDeclaredAnnotationsByType() 120 printDeclaredAnnotationsByType(Calendars.class, UserSub2.class); in testDeclaredAnnotationsByType()
|
D | UserSub2.java | 19 public class UserSub2 class
|
/art/test/048-reflect-v8/ |
D | expected.txt | 30 Annotations by type, defined by class UserSub2 with annotation Calendar: @Calendar(dayOfMonth=sub2,… 31 Annotations by type, defined by class UserSub2 with annotation Calendars: @Calendars(value=[@Calend… 45 Declared annotations by class class UserSub2, annotation interface Calendar: @Calendar(dayOfMonth=s… 46 Declared annotations by class class UserSub2, annotation interface Calendars: <null> 62 Declared annnotations by type, defined by class UserSub2 with annotation Calendar: @Calendar(dayOfM… 63 Declared annnotations by type, defined by class UserSub2 with annotation Calendars: <empty>
|