Searched refs:One (Results 1 - 19 of 19) sorted by relevance

/openjdk10/langtools/test/tools/javac/NameClash/b/
H A DOne.java26 public class One { class
/openjdk10/langtools/test/tools/javac/NameClash/a/
H A DOne.java26 public class One { class
/openjdk10/langtools/test/tools/javac/
H A DSuperNew4.java35 class One {
36 One(Object o) {}
37 One() {
39 { new One(null); }
H A DSuperNew3.java37 class One extends SuperNew3 {}
40 super(new One() {
41 { new One(); }
H A DTypeVarShadow.java34 abstract class One<E> { class in class:TypeVarShadow
38 abstract class Two<T> extends One<T> {
/openjdk10/langtools/test/tools/javac/NameClash/
H A DOne.java27 * @summary The class One exists in package a and package b. The compiler
31 * @compile One.java
37 public class One { class
/openjdk10/langtools/test/tools/javac/importscope/T8133235/
H A DA.java44 public interface One { interface in class:A
H A DC.java28 public class C implements B.One {
/openjdk10/langtools/test/tools/javac/generics/wildcards/
H A DT8034147.java32 static class One<X extends Two<? super X>> {} class in class:T8034147
/openjdk10/langtools/test/tools/javac/generics/inference/8147493/
H A DT8147493a.java34 interface One {} interface in class:T8147493a
35 interface Two<I extends One> { I get(); }
43 abstract <I extends One, E extends Two<I>, L extends Three<E>> Four<L> g(
/openjdk10/langtools/test/tools/javac/implicitThis/
H A DWhichImplicitThis5.java36 class One extends WhichImplicitThis5 { class in class:WhichImplicitThis5
39 class Two extends One {
/openjdk10/hotspot/test/compiler/c2/
H A DTest6837094.java49 Factory<Child1> One = new Factory<Child1>() { field in interface:Test6837094.Factory
78 collectIs(Factory.One, s);
/openjdk10/langtools/test/tools/javadoc/
H A DLangVers.java68 One, Two, Red, Blue; enum constant in enum:LangVers.Fish
/openjdk10/jdk/test/com/sun/jdi/
H A DVisibleMethods.java52 interface One extends Super { interface in inherits:Super
59 public void m1(); // Either this method or One.m1 should be visible in AC
62 abstract class AC implements One, Two {
110 verifyContains(visible, 1, "One.m(java.lang.Object)");
113 verifyContains(visible, 1, "Two.m1()", "One.m1()");
/openjdk10/jdk/test/java/io/InputStreamReader/
H A DOne.java33 public class One { class
/openjdk10/langtools/test/jdk/javadoc/tool/
H A DLangVers.java75 One, Two, Red, Blue; enum constant in enum:LangVers.Fish
/openjdk10/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java51 * @run main/othervm -Dtest.security=off TestAppletLoggerContext One
52 * @run main/othervm -Dtest.security=on TestAppletLoggerContext One
164 LoadingApplet, LoadingMain, One, Two, Three, Four, Five, Six, Seven; enum constant in enum:TestAppletLoggerContext.TestCase
171 case One: testOne(); break;
190 case One:
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1035 OPC_CONST2_n(dconst_1, One, double, DOUBLE);
1037 OPC_CONST2_n(lconst_1, One, long, LONG);
2989 // One error is plenty
/openjdk10/jdk/make/data/jdwp/
H A Djdwp.spec279 (string path "One component of classpath") )
281 (string path "One component of bootclasspath") )
483 (Error INVALID_CLASS "One of the refTypes is not the ID of a reference "
485 (Error INVALID_OBJECT "One of the refTypes is not a known ID.")
579 (moduleID module "One of the modules.")
1887 (int threadStatus "One of the thread status codes "
1889 (int suspendStatus "One of the suspend status codes "
2347 (int count "Count before event. One for one-off.")

Completed in 111 milliseconds