Searched defs:three (Results 1 - 6 of 6) sorted by relevance

/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/com/sun/jdi/
H A DCountEvent.java59 three();
68 void three() { method in class:CountEventTarg
H A DInstTarg.java43 three();
52 void three() { method in class:InstTarg
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/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/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...]

Completed in 63 milliseconds