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

  /external/google-breakpad/src/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 79 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/v8/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errhandlingapi.h 21 WINBASEAPI LPTOP_LEVEL_EXCEPTION_FILTER WINAPI SetUnhandledExceptionFilter (LPTOP_LEVEL_EXCEPTION_FILTER lpTopLevelExceptionFilter);
  /external/mesa3d/src/mesa/x86/
common_x86.c 165 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter );
192 SetUnhandledExceptionFilter( oldFilter );
  /external/skia/tools/
CrashHandler.cpp 184 SetUnhandledExceptionFilter(handler);
  /prebuilts/go/darwin-x86/src/runtime/
signal_windows.go 31 // use SetUnhandledExceptionFilter for windows-386 or
33 // note: SetUnhandledExceptionFilter handler won't be called, if debugging.
os_windows.go 42 //go:cgo_import_dynamic runtime._SetUnhandledExceptionFilter SetUnhandledExceptionFilter%1 "kernel32.dll"
  /prebuilts/go/linux-x86/src/runtime/
signal_windows.go 31 // use SetUnhandledExceptionFilter for windows-386 or
33 // note: SetUnhandledExceptionFilter handler won't be called, if debugging.
os_windows.go 42 //go:cgo_import_dynamic runtime._SetUnhandledExceptionFilter SetUnhandledExceptionFilter%1 "kernel32.dll"
  /external/deqp/framework/qphelper/
qpCrashHandler.c 291 handler->oldExceptionFilter = SetUnhandledExceptionFilter(unhandledExceptionFilter);
310 SetUnhandledExceptionFilter(handler->oldExceptionFilter);
  /external/compiler-rt/lib/asan/
asan_win.cc 309 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler);
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 281 previous_filter_ = SetUnhandledExceptionFilter(HandleException);
308 SetUnhandledExceptionFilter(previous_filter_);
445 SetUnhandledExceptionFilter(handler_->previous_filter_);
454 SetUnhandledExceptionFilter(ExceptionHandler::HandleException);
    [all...]
  /external/v8/src/base/debug/
stack_trace_win.cc 153 g_previous_filter = SetUnhandledExceptionFilter(&StackDumpExceptionFilter);
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]
  /external/skia/dm/
DM.cpp 235 SetUnhandledExceptionFilter(crash_handler);
    [all...]
  /external/bison/
configure     [all...]

Completed in 908 milliseconds