Searched refs:three (Results 1 - 25 of 57) sorted by relevance

123

/openjdk9/jdk/test/java/lang/reflect/Proxy/src/m3/p/three/internal/
H A DQ.java24 package p.three.internal;
/openjdk9/langtools/test/jdk/javadoc/doclet/testOrdering/pkg5/
H A DAnnoFieldTest.java29 public int three = 3; field in interface:AnnoFieldTest
H A DAnnoRequiredTest.java29 int three(); method in interface:AnnoRequiredTest
H A DAnnoOptionalTest.java29 int three() default 3;
H A DMethodTest.java29 public void three(){} method in class:MethodTest
H A DIntfTest.java29 void three(); method in interface:IntfTest
H A DFieldTest.java29 public int three; field in class:FieldTest
H A DCtorTest.java27 public CtorTest(int one, int two, int three, int four) {} argument
28 public CtorTest(int one, int two, int three) {} argument
/openjdk9/jdk/test/java/lang/reflect/Proxy/src/m3/
H A Dmodule-info.java26 exports p.three;
/openjdk9/jdk/test/java/lang/reflect/Proxy/src/m3/p/three/
H A DP.java24 package p.three;
/openjdk9/jdk/test/java/net/URI/
H A DRelativeEncoding.java37 URI three = two.resolve(one);
38 if (!three.getSchemeSpecificPart().equals(three.getPath()))
/openjdk9/jdk/test/com/sun/jdi/
H A DInstTarg.java43 three();
52 void three() { method in class:InstTarg
H A DCountEvent.java58 three();
67 void three() { method in class:CountEventTarg
H A DInstanceFilter.java57 three();
66 void three() { method in class:InstanceFilterTarg
77 String[] expectedMethods = new String[] { "go", "one", "two", "three"};
/openjdk9/jdk/test/java/lang/String/
H A DCompareIC.java54 private void testTriplet(String one, String two, String three) argument
58 if (two.compareToIgnoreCase(three) > 0)
60 if (three.compareToIgnoreCase(one) < 0)
/openjdk9/jdk/test/java/io/Serializable/oldTests/
H A DCheckingEquality.java88 float three[]; field in class:Firstpsio
93 three = new float[5];
97 three[i] = f;
116 for (int i = 0; i < three.length; i++ ) {
117 if (three[i] != other.three[i]) {
118 System.err.println("\nfirstpsio: three[" + i + "] expected " +
119 three[i] + " actual " + other.three[i]);
/openjdk9/hotspot/test/native/utilities/
H A Dtest_linkedlist.cpp61 const Integer one(1), two(2), three(3), four(4), five(5), six(6);
76 i = ll.find(three);
82 ll.insert_after(three, node);
93 ll.add(three);
/openjdk9/jdk/test/java/util/concurrent/BlockingQueue/
H A DLastElement.java53 Integer three = 3;
62 q.put(three);
63 try {check(q.take() == three);}
79 q.put(three);
80 try {check(q.take() == three);}
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DConcurrentSkipListMapTest.java66 map.put(three, "C");
195 assertTrue(s.contains(three));
319 (e.getKey().equals(three) && e.getValue().equals("C")) ||
338 (e.getKey().equals(three) && e.getValue().equals("C")) ||
382 assertTrue(empty.containsKey(three));
472 Map.Entry e1 = map.lowerEntry(three);
490 Map.Entry e1 = map.higherEntry(three);
508 Map.Entry e1 = map.floorEntry(three);
509 assertEquals(three, e1.getKey());
526 Map.Entry e1 = map.ceilingEntry(three);
[all...]
H A DTreeMapTest.java65 map.put(three, "C");
194 assertTrue(s.contains(three));
302 (e.getKey().equals(three) && e.getValue().equals("C")) ||
321 (e.getKey().equals(three) && e.getValue().equals("C")) ||
365 assertTrue(empty.containsKey(three));
385 Map.Entry e1 = map.lowerEntry(three);
403 Map.Entry e1 = map.higherEntry(three);
421 Map.Entry e1 = map.floorEntry(three);
422 assertEquals(three, e1.getKey());
439 Map.Entry e1 = map.ceilingEntry(three);
[all...]
H A DConcurrentSkipListSetTest.java88 q.add(three);
415 Object e1 = q.lower(three);
433 Object e1 = q.higher(three);
451 Object e1 = q.floor(three);
452 assertEquals(three, e1);
469 Object e1 = q.ceiling(three);
470 assertEquals(three, e1);
580 assertEquals(three, sm.last());
584 assertTrue(sm.contains(three));
592 assertEquals(three,
[all...]
H A DAtomicReferenceArrayTest.java75 Integer[] a = { two, one, three, four, seven };
86 Integer[] a = { two, one, three, four, seven };
182 while (!a.compareAndSet(0, two, three))
190 assertSame(three, a.get(0));
242 Integer[] a = { two, one, three, four, seven };
H A DTreeSetTest.java92 q.add(three);
412 Object e1 = q.lower(three);
430 Object e1 = q.higher(three);
448 Object e1 = q.floor(three);
449 assertEquals(three, e1);
466 Object e1 = q.ceiling(three);
467 assertEquals(three, e1);
576 assertEquals(three, sm.last());
580 assertTrue(sm.contains(three));
588 assertEquals(three,
[all...]
H A DTreeSubMapTest.java64 map.put(three, "C");
187 assertTrue(s.contains(three));
235 (e.getKey().equals(three) && e.getValue().equals("C")) ||
251 assertTrue(empty.containsKey(three));
271 Map.Entry e1 = map.lowerEntry(three);
289 Map.Entry e1 = map.higherEntry(three);
307 Map.Entry e1 = map.floorEntry(three);
308 assertEquals(three, e1.getKey());
325 Map.Entry e1 = map.ceilingEntry(three);
326 assertEquals(three, e
[all...]
/openjdk9/jdk/test/java/lang/reflect/Proxy/src/test/jdk/test/
H A DMain.java56 private final static Module m3 = p.three.P.class.getModule();
59 private final static Class<?> m3InternalType = classForName("p.three.internal.Q");
84 new Data(unnamed, m3.getClassLoader(), p.three.P.class),
125 new Data(m3.getClassLoader(), p.three.P.class, m3InternalType, jdk.test.internal.R.class),

Completed in 163 milliseconds

123