Home
last modified time | relevance | path

Searched refs:User (Results 1 – 5 of 5) sorted by relevance

/art/test/048-reflect-v8/src/
DAnnotationTest.java35 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()
DUserSub.java18 extends User
DUserSub2.java20 extends User
DUser.java29 public class User { class
/art/test/048-reflect-v8/
Dexpected.txt22 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=[@…