Home
last modified time | relevance | path

Searched refs:OPCODE_BINARY (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
D_stream_hybi.py150 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:
Dcommon.py76 OPCODE_BINARY = 0x2 variable
Dmux.py968 opcode = common.OPCODE_BINARY
1230 if opcode != common.OPCODE_BINARY:
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dmux_client_for_testing.py305 if (opcode == client_for_testing.OPCODE_BINARY or
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
Dclient_for_testing.py69 OPCODE_BINARY = 0x2 variable
823 self.send_data(payload, OPCODE_BINARY, end, mask)
883 def assert_receive_binary(self, payload, opcode=OPCODE_BINARY, fin=1,
942 def assert_receive_binary(self, payload, opcode=OPCODE_BINARY, fin=1,
Dtest_mux.py137 channel_data.current_opcode == common.OPCODE_BINARY):
237 def _create_logical_frame(channel_id, message, opcode=common.OPCODE_BINARY,
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
D_stream_hybi.py150 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:
Dcommon.py76 OPCODE_BINARY = 0x2 variable
Dmux.py764 opcode = common.OPCODE_BINARY