Home
last modified time | relevance | path

Searched refs:_CrtSetReportMode (Results 1 – 25 of 29) sorted by relevance

12

/external/libcxx/test/support/
Dset_windows_crt_report_mode.h28 _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()
Dmsvc_stdlib_force_include.hpp34 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); in AssertionDialogAvoider()
37 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE); in AssertionDialogAvoider()
/external/llvm-project/libcxx/test/support/
Dset_windows_crt_report_mode.h27 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG); in init_crt_report_mode()
28 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG); in init_crt_report_mode()
29 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in init_crt_report_mode()
Dmsvc_stdlib_force_include.h33 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); in AssertionDialogAvoider()
36 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE); in AssertionDialogAvoider()
/external/fmtlib/test/
Dtest-main.cc20 # define _CrtSetReportMode(a, b) macro
32 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
34 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
Dgtest-extra.h121 original_report_mode_(_CrtSetReportMode(_CRT_ASSERT, 0)) {} in SuppressAssert()
124 _CrtSetReportMode(_CRT_ASSERT, original_report_mode_); in ~SuppressAssert()
/external/llvm-project/llvm/utils/unittest/UnitTestMain/
DTestMain.cpp41 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
43 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
45 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
/external/llvm/utils/unittest/UnitTestMain/
DTestMain.cpp39 _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/llvm-project/lldb/source/Initialization/
DSystemInitializerCommon.cpp108 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in Initialize()
109 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in Initialize()
110 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in Initialize()
/external/flatbuffers/src/
Dutil.cpp264 _CrtSetReportMode(_CRT_WARN, dbg_mode); in SetupDefaultCRTReportMode()
267 _CrtSetReportMode(_CRT_ERROR, dbg_mode); in SetupDefaultCRTReportMode()
270 _CrtSetReportMode(_CRT_ASSERT, dbg_mode); in SetupDefaultCRTReportMode()
/external/catch2/include/internal/
Dcatch_leak_detector.cpp22 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in LeakDetector()
/external/libchrome/base/test/
Dtest_suite.cc374 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in SuppressErrorDialogs()
376 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in SuppressErrorDialogs()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc184 _CrtSetReportMode(_CRT_ASSERT, 0); in DoCrashInvalidParameter()
216 _CrtSetReportMode(_CRT_ASSERT, 0); in DoCrashPureVirtualCall()
Dexception_handler_death_test.cc246 _CrtSetReportMode(_CRT_ASSERT, 0); in TEST_F()
280 _CrtSetReportMode(_CRT_ASSERT, 0); in TEST_F()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc159 int _CrtSetReportMode(int, int) { in _CrtSetReportMode() function
/external/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c135 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in win32_ExitProcess()
/external/python/cpython3/PC/
Dmsvcrtmodule.c453 res = _CrtSetReportMode(type, mode); in msvcrt_CrtSetReportMode_impl()
/external/angle/util/windows/win32/
DWin32Window.cpp581 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in disableErrorMessageDialog()
582 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG); in disableErrorMessageDialog()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc485 _CrtSetReportMode(_CRT_ASSERT, 0); in _tWinMain()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc789 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, 0); in MsvcDebugDisabler()
793 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, old_mode_); in ~MsvcDebugDisabler()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp199 int _CrtSetReportMode(int, int) { in _CrtSetReportMode() function
/external/python/cpython3/Modules/
D_winapi.c1225 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG); in _winapi_ExitProcess_impl()
/external/python/cpython2/Modules/
D_testcapimodule.c2613 res = _CrtSetReportMode(type, mode); in msvcrt_CrtSetReportMode()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2202 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE); in main()
/external/mesa3d/src/gtest/src/
Dgtest.cc4918 (void)_CrtSetReportMode(_CRT_ASSERT, in Run()

12