Home
last modified time | relevance | path

Searched defs:_listener (Results 1 – 5 of 5) 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/python/cpython3/Lib/test/
D_test_multiprocessing.py3284 def _listener(cls, conn, families): member in _TestPicklingConnections