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

  /external/google-breakpad/src/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/gtest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 79 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
  /external/mesa3d/src/mesa/x86/
common_x86.c 156 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter );
183 SetUnhandledExceptionFilter( oldFilter );
  /external/compiler-rt/lib/asan/
asan_win.cc 250 auto prev_seh_handler = SetUnhandledExceptionFilter(SEHHandler);
  /external/skia/tools/
CrashHandler.cpp 184 SetUnhandledExceptionFilter(handler);
  /external/deqp/framework/qphelper/
qpCrashHandler.c 278 handler->oldExceptionFilter = SetUnhandledExceptionFilter(unhandledExceptionFilter);
297 SetUnhandledExceptionFilter(handler->oldExceptionFilter);
  /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/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 544 milliseconds