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

  /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_org/third_party/skia/tools/
CrashHandler.cpp 173 SetUnhandledExceptionFilter(handler);
  /external/skia/tools/
CrashHandler.cpp 165 SetUnhandledExceptionFilter(handler);
  /external/deqp/framework/qphelper/
qpCrashHandler.c 278 handler->oldExceptionFilter = SetUnhandledExceptionFilter(unhandledExceptionFilter);
297 SetUnhandledExceptionFilter(handler->oldExceptionFilter);
  /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 193 g_previous_filter = SetUnhandledExceptionFilter(&StackDumpExceptionFilter);
  /external/chromium_org/components/crash/app/
breakpad_win.cc 484 previous_filter = SetUnhandledExceptionFilter(filter);
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 913 SetUnhandledExceptionFilter(handle_runtime_exceptions);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /external/bison/
configure     [all...]

Completed in 1120 milliseconds