HomeSort by relevance Sort by last modified time
    Searched refs:crash_handler (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/
crash_handler_devicetest.py 14 from devil.android import crash_handler
40 crash_handler.RetryOnSystemCrash(
  /external/llvm/lib/Fuzzer/afl/
afl_driver.cpp 158 static void crash_handler(int, siginfo_t *, void *) { function
209 // Make sure that crash_handler gets called on any kind of fatal error.
216 SetSigaction(crash_signals[idx], crash_handler);
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 299 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { function
328 return crash_handler(info, ucontext, abort_message);
  /external/skia/dm/
DM.cpp 218 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { function
253 SetUnhandledExceptionFilter(crash_handler);
270 static void crash_handler(int sig) { function
306 previous_handler[sig] = signal(sig, crash_handler);
    [all...]
  /external/skqp/dm/
DM.cpp 216 static LONG WINAPI crash_handler(EXCEPTION_POINTERS* e) { function
251 SetUnhandledExceptionFilter(crash_handler);
268 static void crash_handler(int sig) { function
295 previous_handler[sig] = signal(sig, crash_handler);
    [all...]

Completed in 196 milliseconds