HomeSort by relevance Sort by last modified time
    Searched defs:handshake (Results 1 - 18 of 18) sorted by null

  /cts/tests/tests/webkitsecurity/assets/
bad-handshake-crash_wsh.py 1 from mod_pywebsocket import handshake namespace
2 from mod_pywebsocket.handshake.hybi import compute_accept
14 raise handshake.AbortedByUserException("Abort the connection") # Prevents pywebsocket from sending its own handshake message.
  /external/qemu/android/protocol/
attach-ui-impl.c 48 char* handshake = NULL; local
55 &handshake);
64 if (handshake != NULL) {
65 if (handshake[0] != '\0') {
66 fprintf(stdout, " Handshake: %s", handshake);
68 free(handshake);
user-events-proxy.c 76 char* handshake = NULL; local
81 &handshake);
100 if (handshake != NULL) {
101 if (handshake[0] != '\0') {
102 fprintf(stdout, " Handshake: %s", handshake);
104 free(handshake);
core-commands-proxy.c 316 char* handshake = NULL; local
321 &handshake);
346 if (handshake != NULL) {
347 if (handshake[0] != '\0') {
348 fprintf(stdout, " Handshake: %s", handshake);
350 free(handshake);
ui-commands-impl.c 191 char* handshake = NULL; local
202 &handshake);
218 if (handshake != NULL) {
219 if (handshake[0] != '\0') {
220 fprintf(stdout, " Handshake: %s", handshake);
222 free(handshake);
fb-updates-impl.c 176 char* handshake = NULL; local
188 core_connection_create_and_switch(console_socket, switch_cmd, &handshake);
196 // the handshake message.
198 if (handshake != NULL) {
199 char* bpp = strstr(handshake, "bitsperpixel=");
213 handshake);
239 if (handshake != NULL) {
240 if (handshake[0] != '\0') {
241 fprintf(stdout, " Handshake: %s", handshake);
    [all...]
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 152 handshake(tunnel);
256 private void handshake(DatagramChannel tunnel) throws Exception { method in class:ToyVpnService
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 100 ANTLR3_BOOLEAN (*handshake) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 55 static ANTLR3_BOOLEAN handshake (pANTLR3_DEBUG_EVENT_LISTENER delboy);
125 delboy->handshake = handshake;
194 handshake (pANTLR3_DEBUG_EVENT_LISTENER delboy) function
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 38 def handshake method in class:ANTLR3.Debug.EventSocketProxy
57 log!( "handshake failed due to an IOError:\n" )
280 handshake
290 def handshake method in class:ANTLR3.Debug.RemoteEventSocketListener
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 73 public void handshake() throws IOException { method in class:DebugEventSocketProxy
RemoteDebugEventSocketListener.java 173 handshake(); method
236 protected void handshake() throws IOException { method in class:RemoteDebugEventSocketListener
244 listener.commence(); // inform listener after handshake
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 868 def handshake(self): member in class:DebugEventSocketProxy
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 97 def handshake(self, tlsConnection): member in class:HTTPSServer
112 print "Handshake failure:", str(error)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 575 public static Future<TestSSLHandshakeCallbacks> handshake(final ServerSocket listener, method in class:NativeCryptoTest
594 + " handshake"
605 + " handshake"
649 Future<TestSSLHandshakeCallbacks> client = handshake(listener, 0, true, cHooks, null);
650 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null);
685 Future<TestSSLHandshakeCallbacks> client = handshake(listener, 0, true, cHooks, null);
686 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null);
730 Future<TestSSLHandshakeCallbacks> client = handshake(listener, 0, true, cHooks, null);
731 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null);
744 * handshake. It does an SSL renegotiation, which means we need t
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 442 proxy.handshake();
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 1572 milliseconds