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

1 2

  /external/chromium_org/third_party/skia/tests/
Test.cpp 44 Test::Test() : fReporter(NULL), fPassed(true) {}
47 SkSafeUnref(fReporter);
51 SkRefCnt_SafeAssign(fReporter, r);
63 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
73 // Proxy down to fReporter. We assume these calls are threadsafe.
75 return fReporter->allowExtendedTest();
79 return fReporter->allowThreaded();
83 fReporter->bumpTestCount();
87 return fReporter->verbose();
91 Reporter* fReporter; // Unowned
    [all...]
PathOpsThreadedCommon.h 30 skiatest::Reporter* fReporter;
38 , fReporter(reporter) {
48 skiatest::Reporter* fReporter;
59 fState.fReporter = runner->fReporter;
67 fState.fReporter = runner->fReporter;
76 fState.fReporter = runner->fReporter;
NameAllocatorTest.cpp 21 : fReporter(reporter),
58 ERRORF(fReporter,
64 ERRORF(fReporter,
70 ERRORF(fReporter, "Name allocate returned name that is already allocated");
80 ERRORF(fReporter,
88 ERRORF(fReporter, "Not all unique names are allocated after allocateAllRemaining()");
110 ERRORF(fReporter, "Test bug: Should not free a not-allocated name at this point (%u)", i);
122 skiatest::Reporter* fReporter;
ErrorTest.cpp 14 skiatest::Reporter *fReporter;
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
35 context.fReporter = reporter;
PathOpsQuadLineIntersectionThreadedTest.cpp 76 REPORTER_ASSERT(state.fReporter, data);
100 testLineIntersect(state.fReporter, quad, line, x, y);
101 state.fReporter->bumpTestCount();
103 testLineIntersect(state.fReporter, quad, line2, x, y);
104 state.fReporter->bumpTestCount();
106 testLineIntersect(state.fReporter, quad, line3, x, y);
107 state.fReporter->bumpTestCount();
PathOpsOpLoopThreadedTest.cpp 17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
57 testThreadedPathOp(state.fReporter, pathA, pathB, kIntersect_PathOp, "loops");
86 state.fReporter = reporter;
Test.h 55 Reporter* getReporter() const { return fReporter; }
73 Reporter* fReporter;
CachedDecodingPixelRefTest.cpp 180 : fType(type), fReporter(reporter) {
187 REPORTER_ASSERT(fReporter, NULL != info);
200 REPORTER_ASSERT(fReporter, pixels != NULL);
203 REPORTER_ASSERT(fReporter, rowBytes >= minRowBytes);
220 skiatest::Reporter* const fReporter;
PathOpsOpCubicThreadedTest.cpp 17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
59 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics");
PathOpsOpRectThreadedTest.cpp 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
PathOpsSkpClipTest.cpp 312 fReporter = reporter;
318 skiatest::Reporter* fReporter;
325 , fReporter(reporter) {
332 skiatest::Reporter* fReporter;
350 fState.init(dirNo, runner->fReporter);
359 fState.init(dirNo, runner->fReporter);
772 skiatest::Reporter* reporter = state->fReporter;
844 if (data->fReporter->verbose()) {
    [all...]
  /external/skia/tests/
Test.cpp 44 Test::Test() : fReporter(NULL), fPassed(true) {}
47 SkSafeUnref(fReporter);
51 SkRefCnt_SafeAssign(fReporter, r);
63 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
73 // Proxy down to fReporter. We assume these calls are threadsafe.
75 return fReporter->allowExtendedTest();
79 return fReporter->allowThreaded();
83 fReporter->bumpTestCount();
87 return fReporter->verbose();
91 Reporter* fReporter; // Unowned
    [all...]
PathOpsThreadedCommon.h 30 skiatest::Reporter* fReporter;
38 , fReporter(reporter) {
48 skiatest::Reporter* fReporter;
59 fState.fReporter = runner->fReporter;
67 fState.fReporter = runner->fReporter;
76 fState.fReporter = runner->fReporter;
NameAllocatorTest.cpp 21 : fReporter(reporter),
58 ERRORF(fReporter,
64 ERRORF(fReporter,
70 ERRORF(fReporter, "Name allocate returned name that is already allocated");
80 ERRORF(fReporter,
88 ERRORF(fReporter, "Not all unique names are allocated after allocateAllRemaining()");
110 ERRORF(fReporter, "Test bug: Should not free a not-allocated name at this point (%u)", i);
122 skiatest::Reporter* fReporter;
ErrorTest.cpp 14 skiatest::Reporter *fReporter;
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
35 context.fReporter = reporter;
PathOpsQuadLineIntersectionThreadedTest.cpp 76 REPORTER_ASSERT(state.fReporter, data);
100 testLineIntersect(state.fReporter, quad, line, x, y);
101 state.fReporter->bumpTestCount();
103 testLineIntersect(state.fReporter, quad, line2, x, y);
104 state.fReporter->bumpTestCount();
106 testLineIntersect(state.fReporter, quad, line3, x, y);
107 state.fReporter->bumpTestCount();
PathOpsOpLoopThreadedTest.cpp 17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
57 testThreadedPathOp(state.fReporter, pathA, pathB, kIntersect_PathOp, "loops");
86 state.fReporter = reporter;
Test.h 55 Reporter* getReporter() const { return fReporter; }
73 Reporter* fReporter;
CachedDecodingPixelRefTest.cpp 180 : fType(type), fReporter(reporter) {
187 REPORTER_ASSERT(fReporter, NULL != info);
200 REPORTER_ASSERT(fReporter, pixels != NULL);
203 REPORTER_ASSERT(fReporter, rowBytes >= minRowBytes);
220 skiatest::Reporter* const fReporter;
PathOpsOpCubicThreadedTest.cpp 17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
59 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics");
PathOpsOpRectThreadedTest.cpp 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
66 testThreadedPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
  /external/chromium_org/third_party/skia/dm/
DMTask.cpp 13 : fReporter(reporter)
16 fReporter->taskCreated();
20 : fReporter(parent.fReporter)
23 fReporter->taskCreated();
27 fReporter->taskDestroyed();
35 fReporter->fail(failure);
43 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
DMTask.h 42 Reporter* fReporter; // Unowned.
  /external/skia/dm/
DMTask.cpp 13 : fReporter(reporter)
16 fReporter->taskCreated();
20 : fReporter(parent.fReporter)
23 fReporter->taskCreated();
27 fReporter->taskDestroyed();
35 fReporter->fail(failure);
43 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
DMTask.h 42 Reporter* fReporter; // Unowned.

Completed in 269 milliseconds

1 2