Searched refs:_CrtSetReportMode (Results 1 – 12 of 12) sorted by relevance
/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 | 31 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); in AssertionDialogAvoider() 34 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE); in AssertionDialogAvoider()
|
/external/fmtlib/test/ |
D | test-main.cc | 39 # define _CrtSetReportMode(a, b) macro 51 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 53 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main()
|
D | gtest-extra.h | 151 original_report_mode_(_CrtSetReportMode(_CRT_ASSERT, 0)) { in SuppressAssert() 155 _CrtSetReportMode(_CRT_ASSERT, original_report_mode_); in ~SuppressAssert()
|
/external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 32 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 34 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 36 _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/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/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 | 793 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, 0); in MsvcDebugDisabler() 797 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, old_mode_); in ~MsvcDebugDisabler()
|
/external/v8/src/ |
D | d8.cc | 2799 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in Main() 2801 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in Main() 2803 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in Main()
|