Searched defs:Two (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/test/tools/javac/implicitThis/
H A DNewBeforeOuterConstructed3.java31 class Two extends NewBeforeOuterConstructed3 { class in class:NewBeforeOuterConstructed3
36 class Three extends Two {
38 new Two();
H A DWhichImplicitThis5.java39 class Two extends One { class in class:WhichImplicitThis5
41 Two() { method in class:WhichImplicitThis5.Two
49 Two t = new WhichImplicitThis5().new Two();
/openjdk7/langtools/test/tools/javadoc/
H A DLangVers.java67 One, Two, Red, Blue; enum constant in enum:LangVers.Fish
/openjdk7/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java51 * @run main/othervm -Dtest.security=off TestAppletLoggerContext Two
52 * @run main/othervm -Dtest.security=on TestAppletLoggerContext Two
181 LoadingApplet, LoadingMain, One, Two, Three, Four, Five, Six, Seven; enum constant in enum:TestAppletLoggerContext.TestCase
189 case Two: testTwo(); break;
210 case Two:

Completed in 72 milliseconds