Searched refs:OK (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DSSLEngineResultArgs.java47 Status.OK, null, 0, 0);
51 Status.OK, HandshakeStatus.NOT_HANDSHAKING, -1, 0);
55 Status.OK, HandshakeStatus.NOT_HANDSHAKING, 0, -1);
H A DCheckStatus.java145 Status.OK, HandshakeStatus.NEED_WRAP, 0, 0);
152 Status.OK, HandshakeStatus.NEED_UNWRAP, 0, -1);
158 Status.OK, HandshakeStatus.NEED_TASK, result1.bytesProduced(), 0);
166 Status.OK, HandshakeStatus.NEED_WRAP, 0, 0);
173 Status.OK, HandshakeStatus.NEED_UNWRAP, 0, -1);
178 Status.OK, HandshakeStatus.NEED_TASK, result2.bytesProduced(), 0);
187 Status.OK, HandshakeStatus.NEED_WRAP, 0, -1);
193 Status.OK, HandshakeStatus.NEED_TASK, result1.bytesProduced(), 0);
202 Status.OK, HandshakeStatus.NEED_WRAP, 0, -1);
208 Status.OK, HandshakeStatu
[all...]
H A DSSLEngineService.java90 case OK :
158 case OK :
252 case OK :
288 case OK :
H A DConnectionTest.java187 checkResult(result1, Status.OK, HandshakeStatus.NEED_WRAP,
189 checkResult(result2, Status.OK, HandshakeStatus.NEED_UNWRAP,
330 checkResult(result1, Status.OK, HandshakeStatus.NOT_HANDSHAKING,
333 checkResult(result2, Status.OK, HandshakeStatus.NOT_HANDSHAKING,
350 checkResult(result1, Status.OK, HandshakeStatus.NOT_HANDSHAKING,
353 checkResult(result2, Status.OK, HandshakeStatus.NOT_HANDSHAKING,
/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/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/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/javax/net/ssl/
H A DSSLEngineResult.java91 OK, enum constant in enum:SSLEngineResult.Status
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngineResult/
H A DDeserialize.java42 SSLEngineResult.Status obj = SSLEngineResult.Status.OK;
/openjdk7/langtools/make/
H A DMakefile173 ifneq ($(shell test -x $(ANT) && echo OK), OK)
178 ifneq ($(shell test -x "`which $(ANT)`" && echo OK), OK)
/openjdk7/jdk/test/sun/management/jdp/
H A DJdpTest.sh152 OK*)
178 OK*)
206 OK*)
230 OK*)
257 OK*)
/openjdk7/jdk/test/java/lang/Thread/
H A DUncaughtExceptions.sh67 Cleanup() { Sys rm -f Seppuku* OK.class; }
101 class OK implements UncaughtExceptionHandler {
103 out.println("OK");
133 Run 0 "OK" "Exception in thread \"Thread-0\".*Seppuku" "
137 out.println(\"OK\");"
142 Run 1 "OK" "Exception in thread \"main\".*Seppuku" "
148 out.println(\"OK\");
155 Run 0 "OK" "" "
161 out.println(\"OK\");
168 Run 1 "OK" "" "
[all...]
/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/jdk/src/share/sample/nio/server/
H A DChannelIOSecure.java315 case OK:
379 case OK:
472 case OK:
527 case OK:
H A DReply.java63 static Code OK = new Code(200, "OK"); field in class:Reply.Code
H A DRequestServicer.java145 rp = new Reply(Reply.Code.OK,
H A DRequestHandler.java121 reply = new Reply(Reply.Code.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) {
H A DSSLEngineImpl.java815 return new SSLEngineResult(Status.OK, hsStatus, 0, 0);
838 Status.OK, hsStatus, 0, 0);
903 status = (isInboundDone() ? Status.CLOSED : Status.OK);
1202 return new SSLEngineResult(Status.OK, hsStatus, 0, 0);
1225 Status.OK, hsStatus, 0, 0);
1250 status = (isOutboundDone() ? Status.CLOSED : Status.OK);
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java314 Status status = Status.OK;
366 } while (status != Status.OK);
/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/com/sun/security/auth/callback/
H A DDialogCallbackHandler.java84 * clicks OK for the dialog.
104 /* Collection actions to perform if the user clicks OK */
150 /* Store the name back into the callback if OK */
204 /* Perform the OK actions */
260 JOptionPane.OK_OPTION, ConfirmationCallback.OK,
H A DTextCallbackHandler.java206 new OptionInfo("OK", ConfirmationCallback.OK),
/openjdk7/jdk/test/com/sun/security/auth/module/KeyStoreLoginModule/
H A DOptionTest.java265 confirmation.setSelectedIndex(ConfirmationCallback.OK);

Completed in 208 milliseconds

12