HomeSort by relevance Sort by last modified time
    Searched defs:HandleException (Results 1 - 3 of 3) sorted by null

  /external/toolchain-utils/crosperf/
download_images.py 35 def HandleException(self, _, e):
115 command, except_handler=exception_handler.HandleException)
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 145 act.sa_handler = HandleException;
168 void ExceptionHandler::HandleException(int signo) {
169 //void ExceptionHandler::HandleException(int signo, siginfo_t *sip, ucontext_t *sig_ctx) {
242 print_message1(2, "HandleException: failed to block signals.\n");
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 281 previous_filter_ = SetUnhandledExceptionFilter(HandleException);
414 // HandleException and HandleInvalidParameter must create an
423 // registered using this same HandleException function, and it needs to be
426 // handling), HandleException will find the appropriate ExceptionHandler
454 SetUnhandledExceptionFilter(ExceptionHandler::HandleException);
471 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) {
    [all...]

Completed in 77 milliseconds