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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_stream.py 49 header = stream.create_header(common.OPCODE_TEXT, 1, 1, 1, 1, 1, 1)
54 common.OPCODE_TEXT, (1 << 63) - 1, 0, 0, 0, 0, 0)
65 common.OPCODE_TEXT, 0, 0xf, 0, 0, 0, 0)
70 common.OPCODE_TEXT, 1 << 63, 0, 0, 0, 0, 0)
client_for_testing.py 68 OPCODE_TEXT = 0x1
826 self.send_data(payload.encode('utf-8'), OPCODE_TEXT, end, mask)
    [all...]
mux_client_for_testing.py 299 if opcode == client_for_testing.OPCODE_TEXT:
666 first_byte = (end << 7) | client_for_testing.OPCODE_TEXT
695 opcode = client_for_testing.OPCODE_TEXT
test_mux.py 136 if (channel_data.current_opcode == common.OPCODE_TEXT or
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
common.py 75 OPCODE_TEXT = 0x1
_stream_hybi.py 158 message, opcode=common.OPCODE_TEXT, fin=1, mask=False, frame_filters=[]):
310 self._opcode = common.OPCODE_TEXT
316 frame_type = common.OPCODE_TEXT
733 if self._original_opcode == common.OPCODE_TEXT:
mux.py 766 opcode = common.OPCODE_TEXT
    [all...]

Completed in 7090 milliseconds