Searched refs:exception_handler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/error_handling/
H A Derror_handling.c205 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 Denvironment.py235 exception_handler = None variable in class:Environment
739 if self.exception_handler is not None:
740 self.exception_handler(traceback)
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c183 // Signals caught by exception_handler().
1403 static void exception_handler(int sig) { function
1504 exception_signals[i], exception_handler);
/external/bison/
H A Dconfigure11048 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 274 milliseconds