Searched refs:_CrtSetReportFile (Results 1 – 5 of 5) sorted by relevance
/external/fmtlib/test/ |
D | test-main.cc | 38 # define _CrtSetReportFile(a, b) macro 52 _CrtSetReportFile(_CRT_ERROR, _CRTDBG_FILE_STDERR); in main() 54 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); in main()
|
/external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 33 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in main() 35 _CrtSetReportFile(_CRT_ERROR, _CRTDBG_FILE_STDERR); in main() 37 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); in main()
|
/external/llvm/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 40 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in main() 42 _CrtSetReportFile(_CRT_ERROR, _CRTDBG_FILE_STDERR); in main() 44 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); in main()
|
/external/libcxx/test/support/ |
D | msvc_stdlib_force_include.hpp | 32 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); in AssertionDialogAvoider() 35 _CrtSetReportFile(_CRT_ERROR, _CRTDBG_FILE_STDERR); in AssertionDialogAvoider()
|
/external/v8/src/ |
D | d8.cc | 2800 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in Main() 2802 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); in Main() 2804 _CrtSetReportFile(_CRT_ERROR, _CRTDBG_FILE_STDERR); in Main()
|