Home
last modified time | relevance | path

Searched refs:Calendars (Results 1 – 10 of 10) sorted by relevance

/art/test/048-reflect-v8/src/
DAnnotationTest.java33 printAnnotationsByType(Calendars.class, SingleUser.class); in testAnnotationsByType()
36 printAnnotationsByType(Calendars.class, User.class); in testAnnotationsByType()
39 printAnnotationsByType(Calendars.class, User2.class); in testAnnotationsByType()
48 printAnnotationsByType(Calendars.class, UserComplex.class); in testAnnotationsByType()
51 printAnnotationsByType(Calendars.class, UserSub.class); in testAnnotationsByType()
56 printAnnotationsByType(Calendars.class, UserSub2.class); in testAnnotationsByType()
77 printDeclaredAnnotation(SingleUser.class, Calendars.class); in testDeclaredAnnotation()
80 printDeclaredAnnotation(User.class, Calendars.class); in testDeclaredAnnotation()
83 printDeclaredAnnotation(UserComplex.class, Calendars.class); in testDeclaredAnnotation()
86 printDeclaredAnnotation(UserSub.class, Calendars.class); in testDeclaredAnnotation()
[all …]
DAnnotationTestFixture.java23 @Calendars ({
31 @Calendars ({
41 @Calendars ({
DAnnotationTestHelpers.java27 } else if (anno instanceof Calendars) { in asString()
28 return asString((Calendars)anno); in asString()
67 public static String asString(Calendars calendars) { in asString()
DIFaceA.java19 @Calendars ({
DUser.java25 @Calendars ({
DUser2.java20 @Calendars ({
DUserComplex.java24 @Calendars ({
DCalendars.java24 public @interface Calendars { annotation
DCalendar.java25 @Repeatable(Calendars.class)
/art/test/048-reflect-v8/
Dexpected.txt21 Annotations by type, defined by class SingleUser with annotation Calendars: <empty>
23 Annotations by type, defined by class User with annotation Calendars: @Calendars(value=[@Calendar(d…
25 Annotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[@Calendar(…
27 Annotations by type, defined by class UserComplex with annotation Calendars: @Calendars(value=[@Cal…
29 Annotations by type, defined by class UserSub with annotation Calendars: @Calendars(value=[@Calenda…
31 Annotations by type, defined by class UserSub2 with annotation Calendars: @Calendars(value=[@Calend…
38 Declared annotations by class class SingleUser, annotation interface Calendars: <null>
40 Declared annotations by class class User, annotation interface Calendars: @Calendars(value=[@Calend…
42 Declared annotations by class class UserComplex, annotation interface Calendars: @Calendars(value=[…
44 Declared annotations by class class UserSub, annotation interface Calendars: <null>
[all …]