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

/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java286 void testExhaustively(byte[] prefix, int n) { method in class:FindDecoderBugs.CharsetTester
294 testExhaustively(ia, n - 1);
314 testExhaustively(prefix, 1);
315 testExhaustively(prefix, 2);
317 // testExhaustively(cs, tester, prefix, 3);
H A DFindEncoderBugs.java421 void testExhaustively(char[] prefix, int n) { method in class:FindEncoderBugs.CharsetTester
429 testExhaustively(ia, n - 1);
449 testExhaustively(prefix, 1);
451 //testExhaustively(prefix, 2);

Completed in 32 milliseconds