Home
last modified time | relevance | path

Searched refs:data_received (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py255 def data_received(self, data): member in BaseStartTLS.test_start_tls_client_reg_proto_1.ClientProto
320 def data_received(self, data): member in BaseStartTLS.test_create_connection_memory_leak.ClientProto
405 def data_received(self, data): member in BaseStartTLS.test_start_tls_client_buf_proto_1.ClientProtoSecond
476 def data_received(self, data): member in BaseStartTLS.test_start_tls_slow_client_cancel.ClientProto
541 def data_received(self, data): member in BaseStartTLS.test_start_tls_server_1.ServerProto
H A Dtest_ssl.py51 def data_received(self, data): member in MyBaseProto
571 def data_received(self, data): member in TestSSL.test_connect_accepted_socket.MyProto
572 super().data_received(data)
710 def data_received(self, data): member in TestSSL.test_start_tls_client_reg_proto_1.ClientProto
771 def data_received(self, data): member in TestSSL.test_create_connection_memory_leak.ClientProto
859 def data_received(self, data): member in TestSSL.test_start_tls_client_buf_proto_1.ClientProtoSecond
930 def data_received(self, data): member in TestSSL.test_start_tls_slow_client_cancel.ClientProto
988 def data_received(self, data): member in TestSSL.test_start_tls_server_1.ServerProto
1552 def data_received(self, data): member in TestSSL.test_shutdown_timeout_handler_not_set.Protocol
H A Dtest_protocols.py29 self.assertIsNone(p.data_received(f))
H A Dtest_proactor_events.py63 self.assertFalse(self.protocol.data_received.called)
78 self.protocol.data_received.assert_called_with(bytearray(buf))
418 self.protocol.data_received.assert_called_with(bytearray(msg))
426 self.protocol.data_received.assert_called_with(bytearray(msgs[1]))
435 self.protocol.data_received.assert_called_with(bytearray(msg))
442 self.protocol.data_received.assert_called_with(bytearray(msgs[4]))
977 def data_received(self, data): member in ProactorEventLoopUnixSockSendfileTests.MyProto
H A Dtest_sendfile.py61 def data_received(self, data): member in MySendfileProto
65 super().data_received(data)
83 def data_received(self, data): member in MyProto
H A Dtest_selector_events.py573 self.protocol.data_received.side_effect = LookupError()
579 self.assertTrue(self.protocol.data_received.called)
587 self.protocol.data_received.assert_called_with(b'data')
952 self.protocol.data_received.assert_called_with(b'data')
H A Dtest_windows_events.py32 def data_received(self, data): member in UpperProto
H A Dtest_unix_events.py467 def data_received(self, data): member in SelectorEventLoopUnixSockSendfileTests.MyProto
697 self.protocol.data_received.assert_called_with(b'data')
719 self.assertFalse(self.protocol.data_received.called)
H A Dtest_events.py102 def data_received(self, data): member in MyBaseProto
174 def data_received(self, data): member in MyReadPipeProto
734 def data_received(self, data): member in EventLoopTestsMixin.test_connect_accepted_socket.MyProto
735 super().data_received(data)
H A Dtest_sock_lowlevel.py41 def data_received(self, data): member in MyProto
H A Dtest_base_events.py1021 def data_received(self, data): member in MyProto
1955 def data_received(self, data): member in BaseLoopSockSendfileTests.MyProto
/third_party/python/Lib/asyncio/
H A Dprotocols.py25 To receive data, wait for data_received() calls.
77 called with a suitable transport object. Then data_received()
87 * DR: data_received()
94 def data_received(self, data): member in Protocol
H A Dbase_subprocess.py284 def data_received(self, data): member in ReadSubprocessPipeProto
H A Dsslproto.py33 # * dr: data_received()
129 No data will be passed to the protocol's data_received()
138 data_received() method.
793 self._app_protocol.data_received(first)
795 self._app_protocol.data_received(b''.join(data))
H A Dstreams.py270 def data_received(self, data): member in StreamReaderProtocol
H A Dproactor_events.py274 self._protocol.data_received(data)
H A Dunix_events.py530 self._protocol.data_received(data)
H A Dselector_events.py1009 self._protocol.data_received(data)
1014 exc, 'Fatal error: protocol.data_received() call failed.')
H A Dbase_events.py255 def data_received(self, data): member in _SendfileFallbackProtocol
1258 # Pause early so that "ssl_protocol.data_received()" doesn't
/third_party/node/src/
H A Dnode_http2.h765 uint64_t data_received; member
H A Dnode_http2.cc615 SET(bytes_read_string, data_received) in GetDetails()
1916 statistics_.data_received += nread; in OnStreamRead()

Completed in 35 milliseconds