Home
last modified time | relevance | path

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

/art/test/048-reflect-v8/src/
DAnnotationTest.java50 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()
DUserSub.java17 public class UserSub class
/art/test/048-reflect-v8/
Dexpected.txt28 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>