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

/openjdk7/jdk/test/java/lang/annotation/
H A DUnitTest.java49 checkScalarTypes(UnitTest.class.getMethod("scalarTypesMethod", X));
170 checkScalarTypes(UnitTest.class.getField("scalarTypesField"));
291 checkScalarTypes(TestType.class.getField("scalarTypesField"));
412 checkScalarTypes(UnitTest.class.getConstructor(new Class[]{Iterator.class}));
654 checkScalarTypes(scalarTypesClass.class);
1330 static void checkScalarTypes(AnnotatedElement e) { method in class:UnitTest
1332 checkScalarTypes(e.getAnnotation(ScalarTypes.class), e);
1339 static void checkScalarTypes(ScalarTypes st, AnnotatedElement e) throws Exception { method in class:UnitTest
1557 checkScalarTypes((ScalarTypes) m.getParameterAnnotations()[0][0], m);

Completed in 113 milliseconds