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