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

  /external/chromium/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/chromium_org/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/gtest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 156 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter );
183 SetUnhandledExceptionFilter( oldFilter );
  /external/mesa3d/src/mesa/x86/
common_x86.c 156 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter );
183 SetUnhandledExceptionFilter( oldFilter );
  /external/chromium/base/
message_loop.cc 93 ::SetUnhandledExceptionFilter(old_filter);
101 top_filter = ::SetUnhandledExceptionFilter(0);
102 ::SetUnhandledExceptionFilter(top_filter);
311 // one that calls SetUnhandledExceptionFilter().
message_loop_unittest.cc 498 ::SetUnhandledExceptionFilter(&BadExceptionHandler);
562 ::SetUnhandledExceptionFilter(&HandleCrasherTaskException);
569 ::SetUnhandledExceptionFilter(old_SEH_filter);
579 ::SetUnhandledExceptionFilter(&HandleCrasherTaskException);
586 ::SetUnhandledExceptionFilter(old_SEH_filter);
    [all...]
process_util_win.cc 860 g_previous_filter = SetUnhandledExceptionFilter(&StackDumpExceptionFilter);
  /external/chromium_org/base/message_loop/
message_loop.cc 110 ::SetUnhandledExceptionFilter(old_filter);
118 top_filter = ::SetUnhandledExceptionFilter(0);
119 ::SetUnhandledExceptionFilter(top_filter);
398 // one that calls SetUnhandledExceptionFilter().
message_loop_unittest.cc 505 ::SetUnhandledExceptionFilter(&BadExceptionHandler);
569 ::SetUnhandledExceptionFilter(&HandleCrasherException);
578 ::SetUnhandledExceptionFilter(old_SEH_filter);
588 ::SetUnhandledExceptionFilter(&HandleCrasherException);
597 ::SetUnhandledExceptionFilter(old_SEH_filter);
    [all...]
  /external/flac/libFLAC/
cpu.c 303 LPTOP_LEVEL_EXCEPTION_FILTER save = SetUnhandledExceptionFilter(sigill_handler_sse_os);
328 SetUnhandledExceptionFilter(save);
  /external/chromium_org/base/debug/
stack_trace_win.cc 191 g_previous_filter = SetUnhandledExceptionFilter(&StackDumpExceptionFilter);
  /external/chromium_org/chrome/app/
breakpad_win.cc     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 913 SetUnhandledExceptionFilter(handle_runtime_exceptions);
    [all...]
  /external/bison/
configure     [all...]

Completed in 602 milliseconds