Home
last modified time | relevance | path

Searched defs:handshake (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium/net/websockets/
Dwebsocket_handshake_draft75_unittest.cc26 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
85 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
110 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
126 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
137 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
150 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
161 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
173 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
185 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
196 scoped_ptr<WebSocketHandshakeDraft75> handshake( in TEST() local
[all …]
Dwebsocket_handshake_unittest.cc21 static void SetUpParameter(WebSocketHandshake* handshake, in SetUpParameter()
97 static std::string GetResourceName(WebSocketHandshake* handshake) { in GetResourceName()
100 static std::string GetHostFieldValue(WebSocketHandshake* handshake) { in GetHostFieldValue()
103 static std::string GetOriginFieldValue(WebSocketHandshake* handshake) { in GetOriginFieldValue()
122 scoped_ptr<WebSocketHandshake> handshake( in TEST_F() local
198 scoped_ptr<WebSocketHandshake> handshake( in TEST_F() local
229 scoped_ptr<WebSocketHandshake> handshake( in TEST_F() local
239 scoped_ptr<WebSocketHandshake> handshake( in TEST_F() local
248 scoped_ptr<WebSocketHandshake> handshake( in TEST_F() local
258 scoped_ptr<WebSocketHandshake> handshake( in TEST_F() local
[all …]
/external/chromium_org/third_party/tlslite/tlslite/integration/
DTLSSocketServerMixIn.py58 def handshake(self, tlsConnection): member in TLSSocketServerMixIn
/external/chromium_org/third_party/tlslite/test/
Dhttpsserver.py17 def handshake(self, tlsConnection): member in MyHTTPServer
/external/qemu/android/protocol/
Dattach-ui-impl.c48 char* handshake = NULL; in attachUiImpl_create() local
Dcore-connection.c255 char** handshake) in core_connection_switch_stream()
327 char** handshake) in core_connection_create_and_switch()
Duser-events-proxy.c76 char* handshake = NULL; in userEventsProxy_create() local
Dui-commands-impl.c191 char* handshake = NULL; in uiCmdImpl_create() local
Dfb-updates-impl.c176 char* handshake = NULL; in fbUpdatesImpl_create() local
Dcore-commands-proxy.c316 char* handshake = NULL; in coreCmdProxy_create() local
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
Decho_client.py295 def handshake(self): member in ClientHandshakeProcessor
502 def handshake(self): member in ClientHandshakeProcessorHybi00
728 def handshake(self): member in ClientHandshakeProcessorHixie75
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dclient_for_testing.py295 def handshake(self, socket): member in WebSocketHandshake
483 def handshake(self, socket): member in WebSocketHybi00Handshake
719 def handshake(self, socket): member in WebSocketHixie75Handshake
750 def __init__(self, socket, handshake): argument
1009 def __init__(self, options, handshake, stream_class): argument
Dtest_handshake_draft75.py40 from mod_pywebsocket.handshake import draft75 as handshake unknown
Dtest_handshake_hybi00.py41 from mod_pywebsocket.handshake import hybi00 as handshake unknown
/external/chromium_org/net/websockets/
Dwebsocket_handshake_stream_create_helper_test.cc74 scoped_ptr<WebSocketHandshakeStreamBase> handshake( in CreateAndInitializeStream() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
Dsocket.rb38 def handshake method in ANTLR3.Debug.EventSocketProxy
290 def handshake method in ANTLR3.Debug.RemoteEventSocketListener
/external/chromium_org/third_party/tlslite/scripts/
Dtls.py646 def handshake(self, tlsConnection): member in serverTest.MyHTTPServer
664 def handshake(self, tlsConnection): member in serverTest.MyHTTPServer
/external/chromium_org/net/quic/congestion_control/
Dpacing_sender.cc83 IsHandshake handshake) { in TimeUntilSend()
Dtcp_cubic_sender.cc171 IsHandshake handshake) { in TimeUntilSend()
/external/chromium_org/net/quic/
Dquic_packet_generator.cc75 IsHandshake handshake = id == kCryptoStreamId ? IS_HANDSHAKE : NOT_HANDSHAKE; in ConsumeData() local
Dquic_connection.cc1044 IsHandshake handshake) { in ShouldGeneratePacket()
1056 IsHandshake handshake) { in CanWrite()
1111 IsHandshake handshake, in WritePacket()
1350 IsHandshake handshake = HasCryptoHandshake(packet.retransmittable_frames); in SendOrQueuePacket() local
/external/chromium_org/chrome/test/chromedriver/net/
Dwebsocket.cc125 std::string handshake = base::StringPrintf( in OnSocketConnect() local
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3debugeventlistener.h100 ANTLR3_BOOLEAN (*handshake) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member
/external/chromium_org/third_party/tlslite/tlslite/
Dconstants.py31 handshake = 22 variable in ContentType
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventSocketProxy.java73 public void handshake() throws IOException { in handshake() method in DebugEventSocketProxy

12