HomeSort by relevance Sort by last modified time
    Searched refs:do_handshake (Results 1 - 25 of 25) sorted by null

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_draft75.py 402 handshaker.do_handshake()
416 handshaker.do_handshake()
425 handshaker.do_handshake()
435 handshaker.do_handshake()
444 handshaker.do_handshake()
453 handshaker.do_handshake()
464 handshake.HandshakeException, handshaker.do_handshake)
471 strict_handshaker.do_handshake()
480 strict_handshaker.do_handshake)
test_handshake_hybi08.py 150 handshaker.do_handshake()
168 handshaker.do_handshake()
177 handshaker.do_handshake()
187 handshaker.do_handshake()
196 # do_handshake.
197 self.assertRaises(HandshakeAbortedException, handshaker.do_handshake)
205 handshaker.do_handshake()
224 self.assertRaises(HandshakeException, handshaker.do_handshake)
233 self.assertRaises(HandshakeException, handshaker.do_handshake)
249 handshaker.do_handshake()
    [all...]
test_handshake_hybi00.py 353 handshaker.do_handshake()
365 handshaker.do_handshake()
375 handshaker.do_handshake()
384 handshaker.do_handshake()
394 handshaker.do_handshake()
403 handshaker.do_handshake()
412 handshaker.do_handshake()
422 handshaker.do_handshake()
431 self.assertRaises(HandshakeException, handshaker.do_handshake)
test_handshake_hybi.py 150 handshaker.do_handshake()
168 handshaker.do_handshake()
177 handshaker.do_handshake()
187 handshaker.do_handshake()
196 # do_handshake.
197 self.assertRaises(HandshakeAbortedException, handshaker.do_handshake)
205 handshaker.do_handshake()
224 self.assertRaises(HandshakeException, handshaker.do_handshake)
233 self.assertRaises(HandshakeException, handshaker.do_handshake)
249 handshaker.do_handshake()
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py 53 def do_handshake(request, dispatcher, allowDraft75=False, strict=False): function
96 handshaker.do_handshake()
draft75.py 99 def do_handshake(self): member in class:Handshaker
hybi00.py 88 def do_handshake(self): member in class:Handshaker
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py 52 def do_handshake(request, dispatcher, allowDraft75=False, strict=False): function
90 handshaker.do_handshake()
hybi00.py 139 def do_handshake(self): member in class:Handshaker
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ssl.py 143 self.do_handshake()
301 def do_handshake(self): member in class:SSLSocket
305 self._sslobj.do_handshake()
323 self.do_handshake()
477 ssl_sock.do_handshake()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ssl.py 143 self.do_handshake()
301 def do_handshake(self): member in class:SSLSocket
305 self._sslobj.do_handshake()
323 self.do_handshake()
477 ssl_sock.do_handshake()
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 209 handshake.do_handshake(
standalone.py 577 handshake.do_handshake(
    [all...]
mux.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
headerparserhandler.py 216 handshake.do_handshake(
standalone.py 540 accepted_socket.do_handshake()
579 accepted_socket.do_handshake()
740 handshake.do_handshake(
    [all...]
mux.py     [all...]
  /external/chromium_org/tools/playback_benchmark/
proxy_handler.py 83 ssl_connection.do_handshake()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 246 self.socket.do_handshake()
test_ssl.py 42 if e.errno == 32: # broken pipe when ssl_sock.do_handshake(), this test doesn't care about that
49 if e.errno == 32: # broken pipe when ssl_sock.do_handshake(), this test doesn't care about that
268 s.do_handshake()
342 s.do_handshake()
353 sys.stdout.write("\nNeeded %d calls to do_handshake() to establish session.\n" % count)
620 self.socket.do_handshake()
    [all...]
test_ftplib.py 276 self.socket.do_handshake()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 246 self.socket.do_handshake()
test_ssl.py 42 if e.errno == 32: # broken pipe when ssl_sock.do_handshake(), this test doesn't care about that
49 if e.errno == 32: # broken pipe when ssl_sock.do_handshake(), this test doesn't care about that
268 s.do_handshake()
342 s.do_handshake()
353 sys.stdout.write("\nNeeded %d calls to do_handshake() to establish session.\n" % count)
620 self.socket.do_handshake()
    [all...]
test_ftplib.py 276 self.socket.do_handshake()
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 581 handshake.do_handshake(
    [all...]

Completed in 392 milliseconds