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

  /external/skia/tests/
Test.cpp 44 Test::Test() : fReporter(NULL), fPassed(true) {}
47 SkSafeUnref(fReporter);
51 SkRefCnt_SafeAssign(fReporter, r);
64 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
74 // Proxy down to fReporter. We assume these calls are threadsafe.
76 return fReporter->allowExtendedTest();
80 return fReporter->allowThreaded();
84 fReporter->bumpTestCount();
88 return fReporter->verbose();
92 Reporter* fReporter; // Unowned
    [all...]
ChecksumTest.cpp 22 this->fReporter = reporter;
36 REPORTER_ASSERT_MESSAGE(fReporter,
39 REPORTER_ASSERT_MESSAGE(fReporter, SkIsAlign4(size),
43 REPORTER_ASSERT_MESSAGE(fReporter,
46 REPORTER_ASSERT_MESSAGE(fReporter, SkIsAlign4(size),
52 fReporter->reportFailed(message);
64 REPORTER_ASSERT(fReporter,
67 REPORTER_ASSERT(fReporter,
84 REPORTER_ASSERT(fReporter, checksum_size <= buf_size);
87 REPORTER_ASSERT(fReporter, prev != curr)
    [all...]
BitmapHasherTest.cpp 24 this->fReporter = reporter;
33 REPORTER_ASSERT(fReporter, bitmap.allocPixels());
44 REPORTER_ASSERT(fReporter, SkBitmapHasher::ComputeDigest(bitmap, &digest));
45 REPORTER_ASSERT(fReporter, digest == 0xfb2903562766ef87ULL);
48 REPORTER_ASSERT(fReporter, SkBitmapHasher::ComputeDigest(bitmap, &digest));
49 REPORTER_ASSERT(fReporter, digest == 0xfe04023fb97d0f61ULL);
52 REPORTER_ASSERT(fReporter, SkBitmapHasher::ComputeDigest(bitmap, &digest));
53 REPORTER_ASSERT(fReporter, digest == 0x2423c51cad6d1edcULL);
56 Reporter* fReporter;
PathOpsThreadedCommon.h 29 skiatest::Reporter* fReporter;
37 , fReporter(reporter) {
47 skiatest::Reporter* fReporter;
58 fState.fReporter = runner->fReporter;
66 fState.fReporter = runner->fReporter;
PathOpsQuadLineIntersectionThreadedTest.cpp 77 REPORTER_ASSERT(state.fReporter, data);
101 testLineIntersect(state.fReporter, quad, line, x, y);
102 state.fReporter->bumpTestCount();
104 testLineIntersect(state.fReporter, quad, line2, x, y);
105 state.fReporter->bumpTestCount();
107 testLineIntersect(state.fReporter, quad, line3, x, y);
108 state.fReporter->bumpTestCount();
Test.h 55 Reporter* getReporter() const { return fReporter; }
74 Reporter* fReporter;
skia_test.cpp 29 Iter(Reporter* r) : fReporter(r) {
39 fReporter->unref();
47 test->setReporter(fReporter);
54 Reporter* fReporter;
PathOpsOpCubicThreadedTest.cpp 18 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
60 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op);
PathOpsOpRectThreadedTest.cpp 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op);
PathOpsSimplifyDegenerateThreadedTest.cpp 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
PathOpsSimplifyQuadThreadedTest.cpp 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
PathOpsSimplifyQuadralateralsThreadedTest.cpp 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
PathOpsSimplifyTrianglesThreadedTest.cpp 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
PathOpsSkpClipTest.cpp 114 if (data->fReporter->verbose()) {
PictureTest.cpp 380 skiatest::Reporter* fReporter;
388 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
390 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
422 context.fReporter = reporter;
PathOpsExtendedTest.cpp 511 REPORTER_ASSERT(state.fReporter, 0);
514 if (!state.fReporter->verbose()) {
517 int result = comparePaths(state.fReporter, path, out, *state.fBitmap);
531 REPORTER_ASSERT(state.fReporter, 0);
533 state.fReporter->bumpTestCount();
PathOpsSimplifyRectThreadedTest.cpp 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?

Completed in 8967 milliseconds