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

/openjdk7/langtools/test/tools/javac/implicitThis/
H A DNewBeforeOuterConstructed3.java36 class Three extends Two { class in class:NewBeforeOuterConstructed3
43 System.out.println(o + " " + o.new Three());
/openjdk7/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java53 * @run main/othervm -Dtest.security=off TestAppletLoggerContext Three
54 * @run main/othervm -Dtest.security=on TestAppletLoggerContext Three
181 LoadingApplet, LoadingMain, One, Two, Three, Four, Five, Six, Seven; enum constant in enum:TestAppletLoggerContext.TestCase
190 case Three: testThree(); break;
213 case Three:

Completed in 80 milliseconds