Searched refs:checkSingleMemberShortAcceptDef (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/annotation/
H A DUnitTest.java91 checkSingleMemberShortAcceptDef(UnitTest.class.getMethod("SingleMemberShortAcceptDef", X));
212 checkSingleMemberShortAcceptDef(UnitTest.class.getField("SingleMemberShortAcceptDefField"));
333 checkSingleMemberShortAcceptDef(TestType.class.getField("SingleMemberShortAcceptDef"));
454 checkSingleMemberShortAcceptDef(UnitTest.class.getConstructor(new Class[] { short.class, Map.class }));
696 checkSingleMemberShortAcceptDef(SingleMemberShortAcceptDefClass.class);
1819 checkSingleMemberShortAcceptDef((SingleMemberShortWithDef) m.getParameterAnnotations()[0][0], m);
2637 static void checkSingleMemberShortAcceptDef(AnnotatedElement e) { method in class:UnitTest
2638 checkSingleMemberShortAcceptDef(e.getAnnotation(SingleMemberShortWithDef.class), e);
2640 static void checkSingleMemberShortAcceptDef(SingleMemberShortWithDef a, AnnotatedElement e) { method in class:UnitTest

Completed in 126 milliseconds