Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java1317 public void testDropArguments() throws Throwable { in testDropArguments() method in MethodHandlesGeneralTest
1323 testDropArguments(nargs, pos, drop); in testDropArguments()
1329 void testDropArguments(int nargs, int pos, int drop) throws Throwable { in testDropArguments() method in MethodHandlesGeneralTest
DJavaDocExamplesTest.java257 @Test public void testDropArguments() throws Throwable { in testDropArguments() method in JavaDocExamplesTest
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java58 public static void testDropArguments() throws Throwable { in testDropArguments() method in MethodHandleCombinersTest