HomeSort by relevance Sort by last modified time
    Searched refs:_CrtSetReportMode (Results 1 - 9 of 9) sorted by null

  /external/llvm/utils/unittest/UnitTestMain/
TestMain.cpp 38 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG);
40 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG);
42 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG);
  /external/v8/test/cctest/
cctest.cc 166 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE);
168 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE);
170 _CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE);
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 137 int _CrtSetReportMode(int, int) {
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 246 _CrtSetReportMode(_CRT_ASSERT, 0);
280 _CrtSetReportMode(_CRT_ASSERT, 0);
exception_handler_test.cc 184 _CrtSetReportMode(_CRT_ASSERT, 0);
216 _CrtSetReportMode(_CRT_ASSERT, 0);
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 485 _CrtSetReportMode(_CRT_ASSERT, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h 179 #define _CrtSetReportMode(t,f) ((int)0)
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 751 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, 0);
755 old_mode_ = _CrtSetReportMode(_CRT_ASSERT, old_mode_);
  /external/v8/src/
d8.cc     [all...]

Completed in 143 milliseconds