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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 47 from test import client_for_testing namespace
117 client.assert_receive_close(client_for_testing.STATUS_PROTOCOL_ERROR, '')
126 logical_channel_options = client_for_testing.ClientOptions()
158 separate process, connects to it using the client_for_testing module, and
175 self._options = client_for_testing.ClientOptions()
227 client = client_for_testing.create_client(options)
244 client = client_for_testing.create_client(self._options)
258 client = client_for_testing.create_client(self._options)
272 client = client_for_testing.create_client(self._options)
285 client = client_for_testing.create_client(options
    [all...]
mux_client_for_testing.py 36 client_for_testing.py.
38 NOTE: This code is far from robust like client_for_testing.py.
58 from test import client_for_testing namespace
296 client_for_testing.read_frame_header(self._mux._socket))
299 if opcode == client_for_testing.OPCODE_TEXT:
302 if opcode == client_for_testing.OPCODE_CONTINUATION:
305 if (opcode == client_for_testing.OPCODE_BINARY or
306 opcode == client_for_testing.OPCODE_PONG or
307 opcode == client_for_testing.OPCODE_PONG or
308 opcode == client_for_testing.OPCODE_CLOSE)
    [all...]

Completed in 541 milliseconds