/external/pdfium/third_party/libpng16/ |
D | pngdebug.h | 60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) 63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) 67 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
|
/external/libpng/ |
D | pngdebug.h | 60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) 63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) 67 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
|
/external/catch2/include/internal/ |
D | catch_leak_detector.cpp | 22 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in LeakDetector() 23 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in LeakDetector()
|
/external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 32 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 33 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in main()
|
/external/llvm/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 39 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 40 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/UnitTestMain/ |
D | TestMain.cpp | 42 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in main() 43 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in main()
|
/external/flatbuffers/tests/ |
D | test_assert.cpp | 48 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE | _CRTDBG_MODE_DEBUG); in InitTestEngine() 49 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDOUT); in InitTestEngine()
|
/external/libcxx/test/support/ |
D | set_windows_crt_report_mode.h | 28 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG); in init_crt_report_mode()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVertex.cpp | 663 _RPT0(_CRT_WARN,"GenerateTangentSpace(): Degenerate triangle found.\n"); in PVRTVertexGenerateTangentSpace() 672 _RPT0(_CRT_WARN,"GenerateTangentSpace(): Too many tris sharing a vtx.\n"); in PVRTVertexGenerateTangentSpace() 799 …_RPT0(_CRT_WARN,"PVRTVertexGenerateTangentSpace() ran out of working space! (Too many split vertic… in PVRTVertexGenerateTangentSpace() 820 …_RPT3(_CRT_WARN, "GenerateTangentSpace(): %d tris, %d vtx in, %d vtx out\n", nTriNum, nVtxNum, *pn… in PVRTVertexGenerateTangentSpace()
|
D | PVRTShadowVol.cpp | 221 _RPT0(_CRT_WARN, "FindOrCreateTriangle() Degenerate triangle.\n"); in FindOrCreateTriangle() 324 _RPT2(_CRT_WARN, "Unique vertices : %d (from %d)\n", psMesh->nV, nNumVertex); in PVRTShadowVolMeshCreateMesh() 325 _RPT2(_CRT_WARN, "Unique edges : %d (from %d)\n", psMesh->nE, nNumFaces * 3); in PVRTShadowVolMeshCreateMesh() 326 _RPT2(_CRT_WARN, "Unique triangles: %d (from %d)\n", psMesh->nT, nNumFaces); in PVRTShadowVolMeshCreateMesh() 408 …_RPT3(_CRT_WARN, "ShadowMeshInitMesh() %5d byte VB (%3dv x 2 x size(%d))\n", psMesh->nV * 2 * size… in PVRTShadowVolMeshInitMesh() 509 …_RPT1(_CRT_WARN, "ShadowMeshInitVol() %5lu byte IB\n", psMesh->nT * 2 * 3 * sizeof(unsigned short)… in PVRTShadowVolMeshInitVol()
|
D | PVRTMatrixF.cpp | 283 _RPT0(_CRT_WARN, "Matrix has no inverse : singular matrix\n"); in PVRTMatrixInverseF() 785 _RPT1(_CRT_WARN, "LinearEqSolve(%d)\n", nCnt); in PVRTMatrixLinearEqSolveF() 788 _RPT1(_CRT_WARN, "%.8f |", pSrc[i][0]); in PVRTMatrixLinearEqSolveF() 790 _RPT1(_CRT_WARN, " %.8f", pSrc[i][j]); in PVRTMatrixLinearEqSolveF() 791 _RPT0(_CRT_WARN, "\n"); in PVRTMatrixLinearEqSolveF()
|
D | PVRTGeometry.cpp | 1422 …_RPT4(_CRT_WARN, "OptimiseTriListPVR() Before: Tri: %d, Vtx: %d, vtx/tri=%f Blocks=%d\n", nTriNum,… in PVRTGeometrySort() 1473 …_RPT3(_CRT_WARN, "OptimiseTriListPVR() In: Tri: %d, Vtx: %d, vtx/tri=%f\n", nTriNum, nVertNum, (fl… in PVRTGeometrySort() 1474 …_RPT4(_CRT_WARN, "OptimiseTriListPVR() HW: Tri: %d, Vtx: %d, vtx/tri=%f Blocks=%d\n", nOutTriCnt, … in PVRTGeometrySort() 1478 …_RPT4(_CRT_WARN, "OptimiseTriListPVR() After : Tri: %d, Vtx: %d, vtx/tri=%f Blocks=%d\n", nTriNum,… in PVRTGeometrySort()
|
D | PVRTGlobal.h | 123 #define _CRT_WARN 0 macro
|
D | PVRTQuaternionF.cpp | 120 _RPT0(_CRT_WARN, "PVRTMatrixQuaternionSlerp : Bad parameters\n"); in PVRTMatrixQuaternionSlerpF()
|
D | PVRTPrint3D.cpp | 956 …_RPT1(_CRT_WARN, "Print3D: Out of space to cache text! (More than %d vertices!)\n", MAX_CACHED_VTX… in DrawLine() 973 _RPT1(_CRT_WARN, "Print3D: TextCache increased to %d vertices.\n", m_nVtxCacheMax); in DrawLine()
|
D | PVRTQuaternionX.cpp | 124 _RPT0(_CRT_WARN, "PVRTMatrixQuaternionSlerp : Bad parameters\n"); in PVRTMatrixQuaternionSlerpX()
|
D | PVRTBoneBatch.cpp | 460 _RPT0(_CRT_WARN, "CPVRTBoneBatching() will only handle 1..4 bones per vertex.\n"); in Create()
|
D | PVRTVector.cpp | 293 _RPT0(_CRT_WARN, "Matrix has no inverse : singular matrix\n"); in inverse()
|
D | PVRTTriStrip.cpp | 682 _RPT1(_CRT_WARN, "Reps: %d\n", nRepCnt); in StripImprove()
|
D | PVRTMatrixX.cpp | 288 _RPT0(_CRT_WARN, "Matrix has no inverse : singular matrix\n"); in PVRTMatrixInverseX()
|
/external/libpcap/ |
D | sockutils.h | 148 …#define SOCK_DEBUG_MESSAGE(msg) { _CrtDbgReport(_CRT_WARN, NULL, 0, NULL, "%s\n", msg); fprintf(st…
|
/external/python/cpython3/PC/ |
D | msvcrtmodule.c | 584 insertint(d, "CRT_WARN", _CRT_WARN); in PyInit_msvcrt()
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 1270 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in EnsureConsoleOutputWin32() 1271 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in EnsureConsoleOutputWin32()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 201 case _CRT_WARN:
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2988 PyModule_AddIntConstant(m, "CRT_WARN", _CRT_WARN); in init_testcapi()
|