HomeSort by relevance Sort by last modified time
    Searched refs:SEM_NOGPFAULTERRORBOX (Results 1 - 25 of 37) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
  /external/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
  /external/v8/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_break_on_failure_unittest_.cc 70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_break_on_failure_unittest_.cc 70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
  /external/llvm/utils/unittest/UnitTestMain/
TestMain.cpp 36 ::SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
  /external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/
TestMain.cpp 29 ::SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
  /external/v8/tools/testrunner/local/
commands.py 39 SEM_NOGPFAULTERRORBOX = 0x0002 # Microsoft Platform SDK WinBase.h
62 error_mode = SEM_NOGPFAULTERRORBOX
  /external/python/cpython3/Lib/test/libregrtest/
setup.py 90 msvcrt.SEM_NOGPFAULTERRORBOX|
  /prebuilts/go/darwin-x86/src/runtime/
signal_windows.go 15 SEM_NOGPFAULTERRORBOX = 0x0002
19 errormode := uint32(stdcall1(_SetErrorMode, SEM_NOGPFAULTERRORBOX))
20 stdcall1(_SetErrorMode, uintptr(errormode)|SEM_FAILCRITICALERRORS|SEM_NOGPFAULTERRORBOX|SEM_NOOPENFILEERRORBOX)
  /prebuilts/go/linux-x86/src/runtime/
signal_windows.go 15 SEM_NOGPFAULTERRORBOX = 0x0002
19 errormode := uint32(stdcall1(_SetErrorMode, SEM_NOGPFAULTERRORBOX))
20 stdcall1(_SetErrorMode, uintptr(errormode)|SEM_FAILCRITICALERRORS|SEM_NOGPFAULTERRORBOX|SEM_NOOPENFILEERRORBOX)
  /external/python/cpython2/Modules/_multiprocessing/
win32_functions.c 134 SetErrorMode(SEM_FAILCRITICALERRORS|SEM_NOALIGNMENTFAULTEXCEPT|SEM_NOGPFAULTERRORBOX|SEM_NOOPENFILEERRORBOX);
  /external/python/cpython3/PC/
msvcrtmodule.c 561 insertint(d, "SEM_NOGPFAULTERRORBOX", SEM_NOGPFAULTERRORBOX);
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 407 SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX |
  /external/deqp/framework/qphelper/
qpCrashHandler.c 294 SetErrorMode(SEM_FAILCRITICALERRORS|SEM_NOGPFAULTERRORBOX);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 348 ::SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 388 ::SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
  /external/python/cpython3/Modules/
faulthandler.c 905 mode = SetErrorMode(SEM_NOGPFAULTERRORBOX);
906 SetErrorMode(mode | SEM_NOGPFAULTERRORBOX);
    [all...]
_winapi.c 946 SEM_NOGPFAULTERRORBOX|SEM_NOOPENFILEERRORBOX);
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/googletest/googletest/src/
gtest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc     [all...]

Completed in 455 milliseconds

1 2