Searched refs:SkDebugf (Results 201 - 225 of 625) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/Networking/
H A DSkSockets.cpp32 SkDebugf("ERROR opening socket\n");
38 SkDebugf("error: %s\n", strerror(errno));
44 //SkDebugf("Opened fd:%d\n", sockfd);
54 //SkDebugf("Closed fd:%d\n", sockfd);
118 //SkDebugf("Read() failed with error: %s\n", strerror(errno));
124 //SkDebugf("Peer closed connection or connection failed\n");
132 //SkDebugf("Read %d/%d\n", bytesReadInPacket, PACKET_SIZE);
141 //SkDebugf("bad packet\n");
145 //SkDebugf("read packet(done:%d, bytes:%d) from fd:%d in %d tries\n",
203 //SkDebugf("broke
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.cpp59 SkDebugf("found non-array json value when parsing GmResultDigest: %s\n",
63 SkDebugf("found json array with wrong size when parsing GmResultDigest: %s\n",
71 SkDebugf("found non-integer jsonHashValue when parsing GmResultDigest: %s\n",
145 SkDebugf("found non-boolean json value for key '%s' in element '%s'\n",
158 SkDebugf("found non-array json value for key '%s' in element '%s'\n",
224 SkDebugf("error reading JSON file %s\n", jsonPath);
233 SkDebugf("error parsing JSON file %s\n", jsonPath);
H A Dcmykjpeg.cpp32 SkDebugf("Could not find CMYK.jpg, please set --resourcePath correctly.\n");
/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.cpp63 SkDebugf("unsupported hashType '%s'\n", hashType.c_str());
126 SkDebugf("JSON expectations filename not specified\n");
131 SkDebugf("JSON expectations file '%s' does not exist\n", jsonPath);
136 SkDebugf("JSON expectations file '%s' is empty, so no expectations\n", jsonPath);
144 SkDebugf("Failed to parse JSON expectations file '%s'\n", jsonPath);
151 SkDebugf("JSON expectations file '%s': expected headerType '%s', found '%s'\n",
156 SkDebugf("JSON expectations file '%s': expected headerRevision %d, found %d\n",
/external/skia/experimental/Networking/
H A DSkSockets.cpp32 SkDebugf("ERROR opening socket\n");
38 SkDebugf("error: %s\n", strerror(errno));
44 //SkDebugf("Opened fd:%d\n", sockfd);
54 //SkDebugf("Closed fd:%d\n", sockfd);
118 //SkDebugf("Read() failed with error: %s\n", strerror(errno));
124 //SkDebugf("Peer closed connection or connection failed\n");
132 //SkDebugf("Read %d/%d\n", bytesReadInPacket, PACKET_SIZE);
141 //SkDebugf("bad packet\n");
145 //SkDebugf("read packet(done:%d, bytes:%d) from fd:%d in %d tries\n",
203 //SkDebugf("broke
[all...]
/external/skia/gm/
H A Dgm_expectations.cpp59 SkDebugf("found non-array json value when parsing GmResultDigest: %s\n",
63 SkDebugf("found json array with wrong size when parsing GmResultDigest: %s\n",
71 SkDebugf("found non-integer jsonHashValue when parsing GmResultDigest: %s\n",
145 SkDebugf("found non-boolean json value for key '%s' in element '%s'\n",
158 SkDebugf("found non-array json value for key '%s' in element '%s'\n",
224 SkDebugf("error reading JSON file %s\n", jsonPath);
233 SkDebugf("error parsing JSON file %s\n", jsonPath);
H A Dcmykjpeg.cpp38 SkDebugf("Could not find CMYK.jpg, please set --resourcePath correctly.\n");
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineQuadraticIntersection_Test.cpp101 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, (int) index, order1);
105 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, (int) index, order2);
124 SkDebugf("%s [%d,%d] x!= t1=%1.9g (%1.9g,%1.9g) t2=%1.9g (%1.9g,%1.9g)\n",
129 SkDebugf("%s [%d,%d] y!= t1=%1.9g (%1.9g,%1.9g) t2=%1.9g (%1.9g,%1.9g)\n",
136 SkDebugf("%s t1=(%1.9g,%1.9g)\n", __FUNCTION__, t1.x, t1.y);
219 SkDebugf("%s\n", __FUNCTION__);
229 if (!gRunTestsInOneThread) SkDebugf(".");
231 if (!gRunTestsInOneThread) SkDebugf("%d", a);
234 SkDebugf("\n%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
H A DLogoPlay.cpp163 SkDebugf("path.moveTo(%1.9gf,%1.9gf);\n", pts[0].fX, pts[0].fY);
166 SkDebugf("path.lineTo(%1.9gf,%1.9gf);\n", pts[1].fX, pts[1].fY);
169 SkDebugf("path.quadTo(%1.9gf,%1.9gf, %1.9gf,%1.9gf);\n",
173 SkDebugf("path.cubicTo(%1.9gf,%1.9gf, %1.9gf,%1.9gf, %1.9gf,%1.9gf);\n",
177 SkDebugf("path.close();\n");
197 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
342 SkDebugf("paint.setColor(0xFF%c%c%c%c%c%c);\n", data[1], data[2], data[3], data[4],
347 SkDebugf("path.reset();\n");
349 SkDebugf("canvas->drawPath(path, paint);\n");
H A DQuadraticIntersection_Test.cpp220 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
225 SkDebugf("%s [%d,%d] y!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
230 SkDebugf("%s [%d][%d] t1=%1.9g (%1.9g, %1.9g) t2=%1.9g\n", __FUNCTION__,
302 SkDebugf("%s t=%1.9g (%1.9g,%1.9g) dist=%1.9g\n", __FUNCTION__, t, onQuad.x, onQuad.y,
309 SkDebugf("%s left=(%d, %d, %d) inHull=%s\n", __FUNCTION__, floatSign(left[0]),
313 SkDebugf("\n");
317 SkDebugf("%s", __FUNCTION__);
324 SkDebugf(" [%d,%d]", i1, i2);
328 SkDebugf("\n");
419 SkDebugf("
[all...]
H A DIntersection_Tests.cpp46 SkDebugf("%s total testsRun=%d\n", __FUNCTION__, testsRun);
/external/skia/experimental/Intersection/
H A DLineQuadraticIntersection_Test.cpp101 SkDebugf("%s [%d] quad order=%d\n", __FUNCTION__, (int) index, order1);
105 SkDebugf("%s [%d] line order=%d\n", __FUNCTION__, (int) index, order2);
124 SkDebugf("%s [%d,%d] x!= t1=%1.9g (%1.9g,%1.9g) t2=%1.9g (%1.9g,%1.9g)\n",
129 SkDebugf("%s [%d,%d] y!= t1=%1.9g (%1.9g,%1.9g) t2=%1.9g (%1.9g,%1.9g)\n",
136 SkDebugf("%s t1=(%1.9g,%1.9g)\n", __FUNCTION__, t1.x, t1.y);
219 SkDebugf("%s\n", __FUNCTION__);
229 if (!gRunTestsInOneThread) SkDebugf(".");
231 if (!gRunTestsInOneThread) SkDebugf("%d", a);
234 SkDebugf("\n%s tests=%d total=%d\n", __FUNCTION__, testsRun - testsStart, testsRun);
H A DLogoPlay.cpp163 SkDebugf("path.moveTo(%1.9gf,%1.9gf);\n", pts[0].fX, pts[0].fY);
166 SkDebugf("path.lineTo(%1.9gf,%1.9gf);\n", pts[1].fX, pts[1].fY);
169 SkDebugf("path.quadTo(%1.9gf,%1.9gf, %1.9gf,%1.9gf);\n",
173 SkDebugf("path.cubicTo(%1.9gf,%1.9gf, %1.9gf,%1.9gf, %1.9gf,%1.9gf);\n",
177 SkDebugf("path.close();\n");
197 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
342 SkDebugf("paint.setColor(0xFF%c%c%c%c%c%c);\n", data[1], data[2], data[3], data[4],
347 SkDebugf("path.reset();\n");
349 SkDebugf("canvas->drawPath(path, paint);\n");
H A DQuadraticIntersection_Test.cpp220 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
225 SkDebugf("%s [%d,%d] y!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
230 SkDebugf("%s [%d][%d] t1=%1.9g (%1.9g, %1.9g) t2=%1.9g\n", __FUNCTION__,
302 SkDebugf("%s t=%1.9g (%1.9g,%1.9g) dist=%1.9g\n", __FUNCTION__, t, onQuad.x, onQuad.y,
309 SkDebugf("%s left=(%d, %d, %d) inHull=%s\n", __FUNCTION__, floatSign(left[0]),
313 SkDebugf("\n");
317 SkDebugf("%s", __FUNCTION__);
324 SkDebugf(" [%d,%d]", i1, i2);
328 SkDebugf("\n");
419 SkDebugf("
[all...]
H A DIntersection_Tests.cpp46 SkDebugf("%s total testsRun=%d\n", __FUNCTION__, testsRun);
/external/chromium_org/third_party/skia/bench/
H A DFontCacheBench.cpp95 SkDebugf(" %d,", array[i]);
97 SkDebugf("\n");
132 SkDebugf("hashBits [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs,
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp27 // Used by SkDebugf
79 SkDebugf("A flush is pending... Skipping flush.\n");
82 SkDebugf("No pixels to write to!\n");
95 SkDebugf("Couldn't bind the device context\n");
/external/skia/bench/
H A DFontCacheBench.cpp105 SkDebugf(" %d,", array[i]);
107 SkDebugf("\n");
142 SkDebugf("hashBits [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs,
/external/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp27 // Used by SkDebugf
79 SkDebugf("A flush is pending... Skipping flush.\n");
82 SkDebugf("No pixels to write to!\n");
95 SkDebugf("Couldn't bind the device context\n");
/external/chromium_org/third_party/skia/dm/
H A DDMReporter.cpp31 SkDebugf("%s", status.c_str());
/external/chromium_org/third_party/skia/include/core/
H A DSkTime.h55 SkDebugf("%s %d\n", fLabel ? fLabel : "", dur);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawTo.cpp52 SkDebugf("use=\"%s\" ", use->id);
/external/chromium_org/third_party/skia/src/ports/
H A DSkMemory_malloc.cpp13 SkASSERT((SkDebugf(fmt"\n", __VA_ARGS__), false))
/external/chromium_org/third_party/skia/tools/lua/
H A Dlua_app.cpp48 SkDebugf("failed to load %s\n", argv[i]);
/external/skia/dm/
H A DDMReporter.cpp29 SkDebugf("%s", status.c_str());

Completed in 2482 milliseconds

1234567891011>>