Home
last modified time | relevance | path

Searched refs:_CrtSetReportFile (Results 1 – 5 of 5) sorted by relevance

/external/fmtlib/test/
Dtest-main.cc38 # 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/
DTestMain.cpp33 _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/
DTestMain.cpp40 _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/
Dmsvc_stdlib_force_include.hpp32 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); in AssertionDialogAvoider()
35 _CrtSetReportFile(_CRT_ERROR, _CRTDBG_FILE_STDERR); in AssertionDialogAvoider()
/external/v8/src/
Dd8.cc2800 _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()