Searched refs:HandleException (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/client/solaris/handler/ |
D | exception_handler.cc | 145 act.sa_handler = HandleException; in SetupHandler() 168 void ExceptionHandler::HandleException(int signo) { in HandleException() function in google_breakpad::ExceptionHandler
|
D | exception_handler.h | 150 static void HandleException(int signo);
|
/external/toolchain-utils/crosperf/ |
D | download_images.py | 37 def HandleException(self, _, e): member in RunCommandExceptionHandler 117 command, except_handler=exception_handler.HandleException)
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 281 previous_filter_ = SetUnhandledExceptionFilter(HandleException); in Initialize() 455 SetUnhandledExceptionFilter(ExceptionHandler::HandleException); in ~AutoExceptionHandler() 472 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) { in HandleException() function in google_breakpad::ExceptionHandler
|
D | exception_handler.h | 319 static LONG WINAPI HandleException(EXCEPTION_POINTERS* exinfo);
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 182 // Dispatches to HandleException() 189 bool HandleException(int exception_type, 276 return breakpad->HandleException( exception_type, 389 // See the HandleException() method for the details. 674 HandleException(0, 0, 0, mach_thread_self()); 679 bool Breakpad::HandleException(int exception_type, function
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 433 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function 937 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 408 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function 845 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 6834 FUNC 1bb0 c4 4 google_breakpad::ExceptionHandler::HandleException(_EXCEPTION_POINTERS *)
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 6834 FUNC 1bb0 c4 4 google_breakpad::ExceptionHandler::HandleException(_EXCEPTION_POINTERS *)
|