Home
last modified time | relevance | path

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

/art/test/048-reflect-v8/src/
DUser2.java25 public class User2 { class
DAnnotationTest.java38 printAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testAnnotationsByType()
39 printAnnotationsByType(Calendars.class, User2.class); in testAnnotationsByType()
108 printDeclaredAnnotationsByType(Calendar.class, User2.class); // Enforce ordering 'z,x,y' in testDeclaredAnnotationsByType()
109 printDeclaredAnnotationsByType(Calendars.class, User2.class); in testDeclaredAnnotationsByType()
/art/test/048-reflect-v8/
Dexpected.txt24 Annotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMonth=z, dayOf…
25 Annotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[@Calendar(…
56 Declared annnotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMont…
57 Declared annnotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[…