Searched refs:SingleUser (Results 1 – 3 of 3) sorted by relevance
/art/test/048-reflect-v8/src/ |
D | AnnotationTest.java | 32 printAnnotationsByType(Calendar.class, SingleUser.class); in testAnnotationsByType() 33 printAnnotationsByType(Calendars.class, SingleUser.class); in testAnnotationsByType() 76 printDeclaredAnnotation(SingleUser.class, Calendar.class); in testDeclaredAnnotation() 77 printDeclaredAnnotation(SingleUser.class, Calendars.class); in testDeclaredAnnotation() 102 printDeclaredAnnotationsByType(Calendar.class, SingleUser.class); in testDeclaredAnnotationsByType() 103 printDeclaredAnnotationsByType(Calendars.class, SingleUser.class); in testDeclaredAnnotationsByType()
|
D | SingleUser.java | 19 public class SingleUser { class
|
/art/test/048-reflect-v8/ |
D | expected.txt | 20 Annotations by type, defined by class SingleUser with annotation Calendar: @Calendar(dayOfMonth=uns… 21 Annotations by type, defined by class SingleUser with annotation Calendars: <empty> 37 Declared annotations by class class SingleUser, annotation interface Calendar: @Calendar(dayOfMonth… 38 Declared annotations by class class SingleUser, annotation interface Calendars: <null> 52 Declared annnotations by type, defined by class SingleUser with annotation Calendar: @Calendar(dayO… 53 Declared annnotations by type, defined by class SingleUser with annotation Calendars: <empty>
|