Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventRepeater.cs49 IDebugEventListener _listener; field in Antlr.Runtime.Debug.DebugEventRepeater
/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/sys_util/src/
Dnet.rs841 let _listener = UnlinkUnixSeqpacketListener( in unix_seqpacket_path_exists_pass() localVariable
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3454 def _listener(cls, conn, families): member in _TestPicklingConnections