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

  /external/autotest/client/common_lib/
logging_manager.py 288 # * old_handlers: list of registered logging Handlers
356 return {'old_handlers': _current_handlers()}
467 old_handlers = context['old_handlers']
468 for handler in _current_handlers() - old_handlers:
471 for handler in old_handlers:
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 125 struct sigaction old_handlers[kNumHandledSignals]; member in namespace:google_breakpad::__anon20735
270 if (sigaction(kExceptionSignals[i], NULL, &old_handlers[i]) == -1)
303 if (sigaction(kExceptionSignals[i], &old_handlers[i], NULL) == -1) {
  /external/python/cpython3/Lib/unittest/
case.py 316 self.old_handlers = logger.handlers[:]
325 self.logger.handlers = self.old_handlers
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 5285 mach_msg_port_descriptor_t old_handlers[32]; member in struct:__anon42386
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 171 milliseconds