Searched refs:UserComplex (Results 1 – 3 of 3) sorted by relevance
/art/test/048-reflect-v8/src/ |
D | AnnotationTest.java | 47 printAnnotationsByType(Calendar.class, UserComplex.class); // Cs(C,C),C collapses into C,C,C. in testAnnotationsByType() 48 printAnnotationsByType(Calendars.class, UserComplex.class); in testAnnotationsByType() 82 printDeclaredAnnotation(UserComplex.class, Calendar.class); in testDeclaredAnnotation() 83 printDeclaredAnnotation(UserComplex.class, Calendars.class); in testDeclaredAnnotation() 111 printDeclaredAnnotationsByType(Calendar.class, UserComplex.class); in testDeclaredAnnotationsByType() 112 printDeclaredAnnotationsByType(Calendars.class, UserComplex.class); in testDeclaredAnnotationsByType()
|
D | UserComplex.java | 29 public class UserComplex { class
|
/art/test/048-reflect-v8/ |
D | expected.txt | 26 Annotations by type, defined by class UserComplex with annotation Calendar: @Calendar(dayOfMonth=af… 27 Annotations by type, defined by class UserComplex with annotation Calendars: @Calendars(value=[@Cal… 41 Declared annotations by class class UserComplex, annotation interface Calendar: @Calendar(dayOfMont… 42 Declared annotations by class class UserComplex, annotation interface Calendars: @Calendars(value=[… 58 Declared annnotations by type, defined by class UserComplex with annotation Calendar: @Calendar(day… 59 Declared annnotations by type, defined by class UserComplex with annotation Calendars: @Calendars(v…
|