HomeSort by relevance Sort by last modified time
    Searched refs:_handlerList (Results 1 - 22 of 22) sorted by null

  /external/python/cpython3/Lib/test/libregrtest/
save_env.py 63 'logging._handlers', 'logging._handlerList', 'sys.gettrace',
169 # _handlerList is a list of weakrefs to handlers
170 return id(logging._handlerList), logging._handlerList, logging._handlerList[:]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 618 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
627 if (_acquireLock is not None and _handlerList is not None and
631 if wr in _handlerList:
632 _handlerList.remove(wr)
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
664 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 76 del logging._handlerList[:]
550 del logging._handlerList[:]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 618 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
627 if (_acquireLock is not None and _handlerList is not None and
631 if wr in _handlerList:
632 _handlerList.remove(wr)
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
664 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 76 del logging._handlerList[:]
550 del logging._handlerList[:]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 618 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
627 if (_acquireLock is not None and _handlerList is not None and
631 if wr in _handlerList:
632 _handlerList.remove(wr)
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
664 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 76 del logging._handlerList[:]
550 del logging._handlerList[:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 618 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
627 if (_acquireLock is not None and _handlerList is not None and
631 if wr in _handlerList:
632 _handlerList.remove(wr)
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
664 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 76 del logging._handlerList[:]
550 del logging._handlerList[:]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 614 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
626 if wr in _handlerList:
627 _handlerList.remove(wr)
637 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
659 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 76 del logging._handlerList[:]
544 del logging._handlerList[:]
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 627 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
637 acquire, release, handlers = _acquireLock, _releaseLock, _handlerList
652 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
674 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 83 del logging._handlerList[:]
541 del logging._handlerList[:]
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 731 _handlerList = [] # added to allow handlers to be removed in reverse of order initialized
741 acquire, release, handlers = _acquireLock, _releaseLock, _handlerList
756 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
778 # Add the handler to the global _handlerList (for cleanup on shutdown)
    [all...]
config.py 82 del logging._handlerList[:]
531 del logging._handlerList[:]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_logging.py 66 self.saved_handler_list = logging._handlerList[:]
104 logging._handlerList[:] = self.saved_handler_list
    [all...]
  /external/python/cpython2/Lib/test/
test_logging.py 66 self.saved_handler_list = logging._handlerList[:]
104 logging._handlerList[:] = self.saved_handler_list
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_logging.py 68 self.saved_handler_list = logging._handlerList[:]
106 logging._handlerList[:] = self.saved_handler_list
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_logging.py 68 self.saved_handler_list = logging._handlerList[:]
106 logging._handlerList[:] = self.saved_handler_list
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 68 self.saved_handler_list = logging._handlerList[:]
106 logging._handlerList[:] = self.saved_handler_list
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 68 self.saved_handler_list = logging._handlerList[:]
106 logging._handlerList[:] = self.saved_handler_list
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py 86 self.saved_handler_list = logging._handlerList[:]
137 logging._handlerList[:] = self.saved_handler_list
    [all...]

Completed in 751 milliseconds