Searched defs:orange (Results 1 - 7 of 7) sorted by relevance
| /openjdk7/jdk/test/java/rmi/reliability/juicer/ |
| H A D | OrangeEcho.java | 34 int[] recurse(Orange orange, int[] message, int level) argument
|
| H A D | OrangeEchoImpl.java | 30 * The OrangeEchoImpl class implements the behavior of the remote "orange 45 * Call back on supplied "orange" object (presumably the caller) 48 public int[] recurse(Orange orange, int[] message, int level) argument 57 int[] response = orange.recurse(this, message, level - 1);
|
| /openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/ |
| H A D | OrangeEcho.java | 26 public int[] recurse(Orange orange, int[] message, int level) argument
|
| H A D | OrangeEchoImpl.java | 30 * The OrangeEchoImpl class implements the behavior of the remote "orange 47 * Call back on supplied "orange" object (presumably the caller) 50 public int[] recurse(Orange orange, int[] message, int level) argument 60 int[] response = orange.recurse(this, message, level - 1);
|
| /openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/ |
| H A D | helper.js | 67 var orange = Color.orange; variable
|
| /openjdk7/jdk/src/share/classes/java/awt/ |
| H A D | Color.java | 140 * The color orange. In the default sRGB space. 142 public final static Color orange = new Color(255, 200, 0); field in class:Color 145 * The color orange. In the default sRGB space. 148 public final static Color ORANGE = orange;
|
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | type.cpp | 1242 juint orange = ohi - olo; local 1243 if (nrange < max_juint - 1 && nrange > (orange >> 1) + (SMALLINT*2)) { 1501 julong orange = ohi - olo; local 1502 if (nrange < max_julong - 1 && nrange > (orange >> 1) + (SMALLINT*2)) {
|
Completed in 117 milliseconds