Searched defs:_listener (Results 1 – 6 of 6) sorted by relevance
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ | ||
D | DebugEventRepeater.cs | 49 IDebugEventListener _listener; field in Antlr.Runtime.Debug.DebugEventRepeater |
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ | ||
D | DebugEventRepeater.cs | 47 IDebugEventListener _listener; field in Antlr.Runtime.Debug.DebugEventRepeater |
/external/python/cpython2/Lib/logging/ | ||
D | config.py | 58 _listener = None variable |
/external/python/cpython3/Lib/logging/ | ||
D | config.py | 49 _listener = None variable |
/external/crosvm/sys_util/src/ | ||
D | net.rs | 841 let _listener = UnlinkUnixSeqpacketListener( in unix_seqpacket_path_exists_pass() localVariable |
/external/python/cpython3/Lib/test/ | ||
D | _test_multiprocessing.py | 3454 def _listener(cls, conn, families): member in _TestPicklingConnections |