Home
last modified time | relevance | path

Searched defs:_listener (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/base/tests/unix/
Dnet.rs59 let _listener = UnlinkUnixSeqpacketListener( in unix_seqpacket_path_exists_pass() localVariable
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventRepeater.cs47 IDebugEventListener _listener; field in Antlr.Runtime.Debug.DebugEventRepeater
/external/python/cpython2/Lib/logging/
Dconfig.py58 _listener = None variable
/external/python/cpython3/Lib/logging/
Dconfig.py49 _listener = None variable
/external/crosvm/net_util/src/slirp/sys/windows/
Dhandler.rs936 let _listener = TcpListener::bind(LOOPBACK_SOCKET).unwrap(); in test_send_tcp_syn() localVariable
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3476 def _listener(cls, conn, families): member in _TestPicklingConnections