Searched refs:OPCODE_TEXT (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | 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)
|
D | client_for_testing.py | 68 OPCODE_TEXT = 0x1 variable 826 self.send_data(payload.encode('utf-8'), OPCODE_TEXT, end, mask) 887 def assert_receive_text(self, payload, opcode=OPCODE_TEXT, fin=1, 1041 self._stream.send_data(message, OPCODE_TEXT, end, mask)
|
D | 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
|
D | test_mux.py | 136 if (channel_data.current_opcode == common.OPCODE_TEXT or
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
D | _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 475 if (frame.opcode != common.OPCODE_TEXT and 777 if self._original_opcode == common.OPCODE_TEXT:
|
D | common.py | 75 OPCODE_TEXT = 0x1 variable
|
D | mux.py | 834 self._message_opcode = common.OPCODE_TEXT 970 opcode = common.OPCODE_TEXT
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
D | _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:
|
D | common.py | 75 OPCODE_TEXT = 0x1 variable
|
D | mux.py | 766 opcode = common.OPCODE_TEXT 964 if opcode == common.OPCODE_TEXT:
|