Searched refs:fReporter (Results 1 - 22 of 22) sorted by relevance

/external/skia/dm/
H A DDMTask.cpp11 : fReporter(reporter), fTaskRunner(taskRunner), fDepth(0) {
12 fReporter->start();
17 , fReporter(parent.fReporter)
20 fReporter->start();
29 fReporter->finish();
30 fReporter->updateStatusLine();
43 fReporter->fail(this->name());
H A DDMTask.h41 Reporter* fReporter; member in class:DM::Task
/external/skia/tests/
H A DTest.cpp42 Test::Test() : fReporter(NULL), fPassed(true) {}
45 SkSafeUnref(fReporter);
49 SkRefCnt_SafeAssign(fReporter, r);
62 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
72 // Proxy down to fReporter. We assume these calls are threadsafe.
74 return fReporter->allowExtendedTest();
78 return fReporter->allowThreaded();
82 fReporter->bumpTestCount();
86 return fReporter->verbose();
90 Reporter* fReporter; // Unowne member in class:__anon26544::LocalReporter
[all...]
H A DChecksumTest.cpp22 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, pre
137 Reporter* fReporter; member in class:skiatest::ChecksumTestClass
[all...]
H A DBitmapHasherTest.cpp24 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; member in class:skiatest::BitmapHasherTestClass
H A DPathOpsThreadedCommon.h30 skiatest::Reporter* fReporter; member in struct:PathOpsThreadState
38 , fReporter(reporter) {
48 skiatest::Reporter* fReporter; member in class:PathOpsThreadedTestRunner
59 fState.fReporter = runner->fReporter;
67 fState.fReporter = runner->fReporter;
76 fState.fReporter = runner->fReporter;
H A DErrorTest.cpp15 skiatest::Reporter *fReporter; member in struct:__anon26515
28 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
36 context.fReporter = reporter;
H A DPathOpsQuadLineIntersectionThreadedTest.cpp77 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();
H A DTest.h55 Reporter* getReporter() const { return fReporter; }
74 Reporter* fReporter; member in class:skiatest::Test
H A Dskia_test.cpp28 Iter(Reporter* r) : fReporter(r) {
38 fReporter->unref();
46 test->setReporter(fReporter);
53 Reporter* fReporter; member in class:Iter
H A DCachedDecodingPixelRefTest.cpp181 : fType(type), fReporter(reporter) {
186 REPORTER_ASSERT(fReporter, NULL != info);
199 REPORTER_ASSERT(fReporter, pixels != NULL);
202 REPORTER_ASSERT(fReporter, rowBytes >= minRowBytes);
218 skiatest::Reporter* const fReporter; member in class:__anon26508::TestImageGenerator::skiatest
H A DPathOpsOpCubicThreadedTest.cpp18 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
60 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op);
H A DPathOpsOpRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op);
H A DPathOpsSkpClipTest.cpp99 fReporter = reporter;
126 skiatest::Reporter* fReporter; member in struct:TestState
135 , fReporter(reporter) {
142 skiatest::Reporter* fReporter; member in struct:TestRunner
148 fState.init(dirNo, runner->fReporter);
531 skiatest::Reporter* reporter = state->fReporter;
611 if (state.fReporter->verbose()) SkDebugf("+");
H A DPathOpsSimplifyDegenerateThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyTrianglesThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPictureTest.cpp359 skiatest::Reporter* fReporter; member in struct:ErrorContext
367 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
369 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
397 context.fReporter = reporter;
H A DPathOpsExtendedTest.cpp516 REPORTER_ASSERT(state.fReporter, 0);
519 if (!state.fReporter->verbose()) {
522 int result = comparePaths(state.fReporter, path, out, *state.fBitmap);
536 REPORTER_ASSERT(state.fReporter, 0);
538 state.fReporter->bumpTestCount();
H A DSkpSkGrTest.cpp123 skiatest::Reporter* fReporter;
130 , fReporter(reporter) {
137 skiatest::Reporter* fReporter;
147 fState.fReporter = runner->fReporter;
668 bumpCount(data->fReporter, false);
669 data->fReporter->bumpTestCount();
H A DPathOpsSimplifyRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?

Completed in 158 milliseconds