/external/libcxx/test/support/ |
D | set_windows_crt_report_mode.h | 28 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG); in init_crt_report_mode() 29 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG); in init_crt_report_mode() 30 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in init_crt_report_mode()
|
D | msvc_stdlib_force_include.hpp | 34 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); in AssertionDialogAvoider() 37 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE); in AssertionDialogAvoider()
|
/external/fmtlib/test/ |
D | test-main.cc | 19 # define _CrtSetReportMode(a, b) macro 31 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 33 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
|
D | gtest-extra.h | 120 original_report_mode_(_CrtSetReportMode(_CRT_ASSERT, 0)) {} in SuppressAssert() 123 _CrtSetReportMode(_CRT_ASSERT, original_report_mode_); in ~SuppressAssert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 42 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 44 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 46 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
|
/external/llvm/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 39 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 41 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 43 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
|
/external/flatbuffers/tests/ |
D | test_assert.cpp | 53 _CrtSetReportMode(_CRT_WARN, dbg_mode); in InitTestEngine() 56 _CrtSetReportMode(_CRT_ERROR, dbg_mode); in InitTestEngine() 59 _CrtSetReportMode(_CRT_ASSERT, dbg_mode); in InitTestEngine()
|
/external/catch2/include/internal/ |
D | catch_leak_detector.cpp | 22 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in LeakDetector()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_test.cc | 184 _CrtSetReportMode(_CRT_ASSERT, 0); in DoCrashInvalidParameter() 216 _CrtSetReportMode(_CRT_ASSERT, 0); in DoCrashPureVirtualCall()
|
D | exception_handler_death_test.cc | 246 _CrtSetReportMode(_CRT_ASSERT, 0); in TEST_F() 280 _CrtSetReportMode(_CRT_ASSERT, 0); in TEST_F()
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_win.cc | 159 int _CrtSetReportMode(int, int) { in _CrtSetReportMode() function
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | win32_functions.c | 135 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in win32_ExitProcess()
|
/external/python/cpython3/PC/ |
D | msvcrtmodule.c | 441 res = _CrtSetReportMode(type, mode); in msvcrt_CrtSetReportMode_impl()
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 1293 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in EnsureConsoleOutputWin32() 1295 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in EnsureConsoleOutputWin32() 1297 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in EnsureConsoleOutputWin32()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 485 _CrtSetReportMode(_CRT_ASSERT, 0); in _tWinMain()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_unittest.cc | 789 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, 0); in MsvcDebugDisabler() 793 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, old_mode_); in ~MsvcDebugDisabler()
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 1218 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in _winapi_ExitProcess_impl()
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2613 res = _CrtSetReportMode(type, mode); in msvcrt_CrtSetReportMode()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 2202 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE); in main()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 4918 (void)_CrtSetReportMode(_CRT_ASSERT, in Run()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 4969 (void)_CrtSetReportMode(_CRT_ASSERT, in Run()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 5059 (void)_CrtSetReportMode(_CRT_ASSERT, in Run()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 9067 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in LeakDetector()
|