Searched defs:test10 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DTest.java137 case "/test/test10": /* test10 */
413 static void test10 (String u) throws Exception { method in class:Test
507 test10("http://localhost:"+ port + "/test/test10");
/openjdk7/hotspot/test/compiler/6689060/
H A DTest.java336 int test10(int y, int l, int i, Class cls) { method in class:Test
422 y = tsr.test10(y, 1, 0, cls);
454 y = tsr.test10(y, 1, 0, cls);
486 y = tsr.test10(y, 1, 0, cls);
565 y = tsr.test10(0, 1, 0, cls);
567 System.out.println("After 'test10' y=" + y);
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java43 test10(); // Test for offsetByCodePoints(int index, int offset)
495 static void test10() { method in class:Supplementary

Completed in 34 milliseconds