Home
last modified time | relevance | path

Searched refs:exception_handler (Results 1 – 5 of 5) sorted by relevance

/external/bison/m4/
Dnocrash.m4115 exception_handler (int sig)
123 signal (SIGSEGV, exception_handler);
126 signal (SIGBUS, exception_handler);
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
Derror_handling.c205 if (s_exception_handling.exception_handler(callback, NULL) != 0) { in EHRequestExceptionsRaw()
/external/chromium_org/third_party/jinja2/
Denvironment.py235 exception_handler = None variable in Environment
739 if self.exception_handler is not None:
740 self.exception_handler(traceback)
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1403 static void exception_handler(int sig) { in exception_handler() function
1504 exception_signals[i], exception_handler); in _run_test()
/external/bison/
Dconfigure13839 exception_handler (int sig)
13847 signal (SIGSEGV, exception_handler);
13850 signal (SIGBUS, exception_handler);