/external/skia/third_party/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/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/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/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/syslinux/com32/include/ |
D | png.h | 2614 #define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) 2617 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) 2620 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 201 case _CRT_WARN:
|
/external/v8/src/ |
D | d8.cc | 2799 _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG | _CRTDBG_MODE_FILE); in Main() 2800 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); in Main()
|