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

/openjdk7/jdk/test/java/net/URI/
H A DRelativeEncoding.java37 URI three = two.resolve(one);
38 if (!three.getSchemeSpecificPart().equals(three.getPath()))
/openjdk7/jdk/test/com/sun/jdi/
H A DInstTarg.java43 three();
52 void three() { method in class:InstTarg
H A DCountEvent.java59 three();
68 void three() { method in class:CountEventTarg
H A DInstanceFilter.java58 three();
67 void three() { method in class:InstanceFilterTarg
78 String[] expectedMethods = new String[] { "go", "one", "two", "three"};
/openjdk7/jdk/test/java/lang/String/
H A DCompareIC.java50 private void testTriplet(String one, String two, String three) argument
54 if (two.compareToIgnoreCase(three) > 0)
56 if (three.compareToIgnoreCase(one) < 0)
/openjdk7/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]);
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DLastElement.java47 Integer three = 3;
56 q.put(three);
57 try {check(q.take() == three);}
73 q.put(three);
74 try {check(q.take() == three);}
/openjdk7/jdk/make/java/nio/
H A DgenBuffer.sh167 genBinOps int integer 2 four three $binops >>$DST
169 genBinOps float float 2 four three $binops >>$DST
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDes3DkCrypto.java87 * as follows. First, the 168 bits are divided into three groups of 56
98 byte[] three = keyCorrection(des3Expand(in, 14, 21));
103 System.arraycopy(three, 0, key, 16, 8);
/openjdk7/jdk/test/java/util/concurrent/CopyOnWriteArraySet/
H A DRacingCows.java38 final Integer three = Integer.valueOf(3);
78 l3.add(three);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1688 * This method divides a rectangle into two or three sections along
1698 * For three sections, if the rectangle is greater than or equal to
1701 * middle. For smaller sizes, the rectangle is divided equally into three
1719 * @param three {@code true} for three sections,
1728 boolean ltr, boolean three) {
1754 if (three) {
1775 * This method divides a rectangle into two or three sections along
1786 * @param three {@code true} for three section
1727 liesIn(Rectangle rect, Point p, boolean horizontal, boolean ltr, boolean three) argument
1794 liesInHorizontal(Rectangle rect, Point p, boolean ltr, boolean three) argument
1817 liesInVertical(Rectangle rect, Point p, boolean three) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp735 IndexSetIterator three(&_ulr);
736 while ((neighbor = three.next()) != 0)
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME196 GetPixelRGB must be implemented as a macro since the last three

Completed in 69 milliseconds