Home
last modified time | relevance | path

Searched refs:testConvert (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java1025 testConvert(Callee.ofType(1), null, "id", int.class); in testConvertArguments()
1026 testConvert(Callee.ofType(1), null, "id", String.class); in testConvertArguments()
1027 testConvert(Callee.ofType(1), null, "id", Integer.class); in testConvertArguments()
1028 testConvert(Callee.ofType(1), null, "id", short.class); in testConvertArguments()
1029 testConvert(Callee.ofType(1), null, "id", char.class); in testConvertArguments()
1030 testConvert(Callee.ofType(1), null, "id", byte.class); in testConvertArguments()
1033 …void testConvert(MethodHandle id, Class<?> rtype, String name, Class<?>... params) throws Throwabl… in testConvert() method in MethodHandlesGeneralTest
1034 testConvert(true, id, rtype, name, params); in testConvert()
1037 void testConvert(boolean positive, in testConvert() method in MethodHandlesGeneralTest
1093 testConvert(true, vac.asType(MethodType.genericMethodType(0)), null, "vac"); in testVarargsCollector()
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DTimeUnitTest.java41 public void testConvert() { in testConvert() method in TimeUnitTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DTimeUnitTest.java79 public void testConvert() { in testConvert() method in TimeUnitTest