Searched refs:exception_handler (Results 1 - 4 of 4) sorted by relevance
/external/skia/tools/ |
H A D | rebaseline.py | 159 # exception_handler: reference to rebaseline.ExceptionHandler object 181 actuals_filename, exception_handler, 192 self._exception_handler = exception_handler 442 exception_handler = ExceptionHandler( variable 473 exception_handler=exception_handler, 482 exception_handler.RaiseExceptionOrContinue() 488 exception_handler.RaiseExceptionOrContinue() 490 exception_handler.ReportAllFailures()
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
H A D | error_handling.c | 205 if (s_exception_handling.exception_handler(callback, NULL) != 0) { 206 fprintf(stderr, "ERROR: EHInit failed to install exception_handler\n");
|
/external/chromium_org/third_party/jinja2/ |
H A D | environment.py | 235 exception_handler = None variable in class:Environment 739 if self.exception_handler is not None: 740 self.exception_handler(traceback)
|
/external/bison/ |
H A D | configure | 11048 exception_handler (int sig) 11056 signal (SIGSEGV, exception_handler); 11059 signal (SIGBUS, exception_handler); 11973 exception_handler (int sig) 11981 signal (SIGSEGV, exception_handler); 11984 signal (SIGBUS, exception_handler); 13839 exception_handler (int sig) 13847 signal (SIGSEGV, exception_handler); 13850 signal (SIGBUS, exception_handler);
|
Completed in 182 milliseconds