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

/openjdk7/jdk/test/java/io/BufferedInputStream/
H A DCloseStream.java59 if (status == OPEN) {
70 private final int OPEN = 1; field in class:MyInputStream
72 private int status = OPEN;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXDataViewer.java41 public static final int OPEN = 1; field in class:XDataViewer
93 return OPEN;
102 type == OPEN)
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLineEvent.java53 * The kind of line event (<code>OPEN</code>, <code>CLOSE</code>,
76 * @param type the event type (<code>OPEN</code>, <code>CLOSE</code>, <code>START</code>, or <code>STOP</code>)
102 * @return this event's type ({@link Type#OPEN}, {@link Type#CLOSE},
153 * Static instances are provided for the common types (OPEN, CLOSE, START, and STOP).
212 public static final Type OPEN = new Type("Open"); field in class:LineEvent.Type
218 * @see #OPEN
/openjdk7/jdk/src/share/classes/java/awt/
H A DDesktop.java95 OPEN, enum constant in enum:Desktop.Action
181 * most of the platforms support the {@link Desktop.Action#OPEN}
255 * does not support the {@link Desktop.Action#OPEN} action
269 checkActionSupport(Action.OPEN);
/openjdk7/jdk/test/java/awt/geom/Arc2D/
H A DSerializationTest.java69 super(Arc2D.OPEN);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DConnectionMultiplexer.java62 private final static int OPEN = 0xE1; field in class:ConnectionMultiplexer
143 case OPEN:
147 multiplexLog.log(Log.VERBOSE, "operation OPEN " + id);
153 "OPEN: Connection ID already exists");
295 dataOut.writeByte(OPEN);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArc2D.java34 * (<CODE>OPEN</CODE>, <CODE>CHORD</CODE>, or <CODE>PIE</CODE>).
63 public final static int OPEN = 0; field in class:Arc2D
135 * Constructs a new OPEN arc, initialized to location (0, 0),
140 super(OPEN);
149 * {@link #OPEN}, {@link #CHORD}, or {@link #PIE}.
171 * {@link #OPEN}, {@link #CHORD}, or {@link #PIE}.
195 * {@link #OPEN}, {@link #CHORD}, or {@link #PIE}.
338 * {@link #OPEN}, {@link #CHORD}, or {@link #PIE}.
360 * {@link #OPEN}, {@link #CHORD}, or {@link #PIE}.
428 * Constructs a new OPEN ar
[all...]
H A DArcIterator.java69 case Arc2D.OPEN:
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractLine.java177 sendEvents(new LineEvent(this, LineEvent.Type.OPEN, position));
H A DSoftMixingSourceDataLine.java304 event = new LineEvent(this, LineEvent.Type.OPEN, 0);
H A DSoftMixingMixer.java492 sendEvent(new LineEvent(this, LineEvent.Type.OPEN,
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToShapeConverter.java91 start, extent, Arc2D.OPEN));
H A DLoopPipe.java97 Arc2D.OPEN));
H A DBufferedRenderPipe.java173 Arc2D.OPEN));
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java164 startAngle, arcAngle, Arc2D.OPEN));
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java82 arc.setArc(x, y, width, height, startAngle, arcAngle, Arc2D.OPEN);
H A DCRenderer.java194 drawArc(sg2d, x, y, width, height, startAngle, arcAngle, Arc2D.OPEN);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java398 Arc2D.OPEN));
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1316 public static final int OPEN = 3; field in class:ToolDialog
2318 // (QUIT, NEW, or OPEN)
2382 // just do the original request (QUIT, NEW, or OPEN)
2397 // now either QUIT, open a NEW policy file, or OPEN an existing policy
2426 case ToolDialog.OPEN:
2688 td.displayUserSave(td.OPEN);
2690 // the above method will perform the OPEN as long as the
3543 // (QUIT, NEW, or OPEN)
3576 // (QUIT, NEW, or OPEN)
3597 // (QUIT, NEW, or OPEN)
[all...]

Completed in 129 milliseconds