| /external/python/pyserial/serial/threaded/ |
| D | __init__.py | 30 def connection_lost(self, exc): member in Protocol 57 def connection_lost(self, exc): member in Packetizer 93 def connection_lost(self, exc): member in FramedPacket 280 def connection_lost(self, exc): member in PrintLines
|
| /external/python/bumble/bumble/transport/ |
| D | tcp_client.py | 40 def connection_lost(self, exc): member in open_tcp_client_transport.TcpPacketSource
|
| D | tcp_server.py | 57 def connection_lost(self, error): member in open_tcp_server_transport.TcpServerProtocol
|
| /external/python/pyserial/test/ |
| D | test_asyncio.py | 55 def connection_lost(self, exc): member in Test_asyncio.test_asyncio.Output
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_buffered_proto.py | 23 def connection_lost(self, exc): member in ReceiveStuffProto
|
| D | test_sendfile.py | 54 def connection_lost(self, exc): member in MySendfileProto 85 def connection_lost(self, exc): member in MyProto
|
| D | test_events.py | 109 def connection_lost(self, exc): member in MyBaseProto 147 def connection_lost(self, exc): member in MyDatagramProto 181 def connection_lost(self, exc): member in MyReadPipeProto 208 def connection_lost(self, exc): member in MyWritePipeProto 238 def connection_lost(self, exc): member in MySubprocessProtocol 688 def connection_lost(self, exc): member in EventLoopTestsMixin.test_connect_accepted_socket.MyProto
|
| D | test_sock_lowlevel.py | 49 def connection_lost(self, exc): member in MyProto
|
| D | test_base_events.py | 1035 def connection_lost(self, exc): member in MyProto 1067 def connection_lost(self, exc): member in MyDatagramProto 1994 def connection_lost(self, exc): member in BaseLoopSockSendfileTests.MyProto
|
| D | test_sslproto.py | 540 def connection_lost(self, exc): member in BaseStartTLS.test_start_tls_server_1.ServerProto
|
| D | test_proactor_events.py | 939 def connection_lost(self, exc): member in ProactorEventLoopUnixSockSendfileTests.MyProto
|
| D | test_unix_events.py | 470 def connection_lost(self, exc): member in SelectorEventLoopUnixSockSendfileTests.MyProto
|
| /external/python/cpython3/Lib/asyncio/ |
| D | streams.py | 153 def connection_lost(self, exc): member in FlowControlMixin 247 def connection_lost(self, exc): member in StreamReaderProtocol
|
| D | protocols.py | 29 def connection_lost(self, exc): member in BaseProtocol
|
| D | base_subprocess.py | 269 def connection_lost(self, exc): member in WriteSubprocessPipeProto
|
| D | sslproto.py | 488 def connection_lost(self, exc): member in SSLProtocol
|
| D | base_events.py | 237 def connection_lost(self, exc): member in _SendfileFallbackProtocol
|
| /external/python/bumble/apps/ |
| D | l2cap_bridge.py | 102 def connection_lost(self, exc): member in ServerBridge.on_coc.Pipe.connect_to_tcp.TcpClientProtocol
|