Searched refs:_CrtSetReportMode (Results 1 – 8 of 8) sorted by relevance
/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/v8/test/cctest/ |
D | cctest.cc | 154 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in main() 156 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in main() 158 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in main()
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_win.cc | 137 int _CrtSetReportMode(int, int) { in _CrtSetReportMode() function
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 246 _CrtSetReportMode(_CRT_ASSERT, 0); in TEST_F() 280 _CrtSetReportMode(_CRT_ASSERT, 0); in TEST_F()
|
D | exception_handler_test.cc | 184 _CrtSetReportMode(_CRT_ASSERT, 0); in DoCrashInvalidParameter() 216 _CrtSetReportMode(_CRT_ASSERT, 0); in DoCrashPureVirtualCall()
|
/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 | 751 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, 0); in MsvcDebugDisabler() 755 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, old_mode_); in ~MsvcDebugDisabler()
|
/external/v8/src/ |
D | d8.cc | 1609 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in Main() 1611 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in Main() 1613 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in Main()
|