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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
common.py 76 OPCODE_BINARY = 0x2
_stream_hybi.py 150 message, opcode=common.OPCODE_BINARY, fin=1, mask=False, frame_filters=[]):
314 frame_type = common.OPCODE_BINARY
741 elif self._original_opcode == common.OPCODE_BINARY:
mux.py 764 opcode = common.OPCODE_BINARY
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 69 OPCODE_BINARY = 0x2
823 self.send_data(payload, OPCODE_BINARY, end, mask)
883 def assert_receive_binary(self, payload, opcode=OPCODE_BINARY, fin=1,
    [all...]
mux_client_for_testing.py 305 if (opcode == client_for_testing.OPCODE_BINARY or
341 # opcode is OPCODE_BINARY or control opcodes when a message
346 if opcode == client_for_testing.OPCODE_BINARY:
664 first_byte = (end << 7) | client_for_testing.OPCODE_BINARY
693 opcode = client_for_testing.OPCODE_BINARY
test_mux.py 137 channel_data.current_opcode == common.OPCODE_BINARY):
237 def _create_logical_frame(channel_id, message, opcode=common.OPCODE_BINARY,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
common.py 76 OPCODE_BINARY = 0x2
_stream_hybi.py 150 message, opcode=common.OPCODE_BINARY, fin=1, mask=False, frame_filters=[]):
314 frame_type = common.OPCODE_BINARY
476 frame.opcode != common.OPCODE_BINARY):
785 elif self._original_opcode == common.OPCODE_BINARY:
mux.py     [all...]

Completed in 251 milliseconds