Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DPermuteArgsTest.java129 testOnePermutation(mhName, permString); in main()
300 testOnePermutation(mh, perm, args); in testRotations()
305 static void testOnePermutation(MethodHandle mh, int[] perm, Object[] args) in testOnePermutation() method in PermuteArgsTest
323 static void testOnePermutation(String mhName, String permString) throws Throwable { in testOnePermutation() method in PermuteArgsTest
336 testOnePermutation(mhName, perm); in testOnePermutation()
338 static void testOnePermutation(String mhName, int[] perm) throws Throwable { in testOnePermutation() method in PermuteArgsTest
343 testOnePermutation(mh, perm, args); in testOnePermutation()