Searched defs:OK (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLEngineResult.java91 OK, enum constant in enum:SSLEngineResult.Status
/openjdk7/jdk/src/share/sample/nio/server/
H A DReply.java63 static Code OK = new Code(200, "OK"); field in class:Reply.Code
/openjdk7/langtools/test/tools/javac/processing/model/element/TestMissingElement/
H A DInvalidSource.java34 interface OK { interface
72 @ExpectInterfaces("!:empty intf A!, intf OK")
73 abstract class TestClassMissingIntfAOK implements A, OK { }
75 @ExpectInterfaces("intf OK, !:empty intf A!")
76 abstract class TestClassOKMissingIntfA implements OK, A { }
84 @ExpectInterfaces("!:empty intf A!, intf OK")
85 interface TestIntfMissingIntfAOK extends A, OK { }
87 @ExpectInterfaces("intf OK, !:empty intf A!")
88 interface TestIntfOKMissingIntfA extends OK, A { }
/openjdk7/langtools/test/tools/javac/types/
H A DGenericTypeWellFormednessTest.java67 OK(true), enum constant in enum:GenericTypeWellFormednessTest.Result
83 static final Result T = Result.OK;
/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DConfirmationCallback.java32 * OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
70 * OK/CANCEL confirmation confirmation option.
75 * with either <code>OK</code> or <code>CANCEL</code>.
107 * OK option.
113 public static final int OK = 3; field in class:ConfirmationCallback
159 * they require either a YES/NO, YES/NO/CANCEL or OK/CANCEL
174 * <code>OK</code>).
204 if (defaultOption != OK && defaultOption != CANCEL)
268 * they require either a YES/NO, YES/NO/CANCEL or OK/CANCEL
285 * <code>OK</cod
[all...]
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java42 private static enum State { OK, REMOVED, DISCONNECTED }; enum constant in enum:CardImpl.State
89 state = State.OK;
102 if (state != State.OK) {
244 if (state != State.OK) {
265 if (state == State.OK) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerMain.java55 public final static int OK = 0; field in class:ServerMain
66 case OK : return "Server terminated normally" ;
130 * System.exit( code ). If code == OK, write a normal termination
252 logTerminal("", OK);
363 ServerMain.logTerminal( "Shutdown completed", ServerMain.OK ) ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DWSHTTPConnection.java61 public static final int OK=200; field in class:WSHTTPConnection
115 * Sets the HTTP response code like {@link #OK}.
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DX509KeyManagerImpl.java347 if (status.checkResult == CheckResult.OK) {
507 return CheckResult.OK;
567 return CheckResult.OK;
576 // for sorting, i.e. OK is best, followed by EXPIRED and EXTENSION_MISMATCH
578 OK, // ok or not checked enum constant in enum:X509KeyManagerImpl.CheckResult
699 if (!preferred && checkResult == CheckResult.OK && keyIndex == 0) {
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c94 #define OK 1 macro
140 * is created and a global reference kept. Returns OK on success, NOT_OK
168 return OK;
205 * Pins the data buffer associated with this stream. Returns OK on
224 return OK;
280 * reference for it. Returns OK on success, NOT_OK on failure.
291 return OK;
312 * Pins the data buffer. Returns OK on success, NOT_OK on failure.
323 return OK;
492 return OK;
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp549 Label Bad, OK; local
576 ba_short(OK);
581 bind(OK);

Completed in 78 milliseconds