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

/external/chromium_org/third_party/skia/forth/
H A DForthTests.cpp13 int fFailureCount; member in class:Reporter
15 Reporter() : fFailureCount(0) {}
373 fFailureCount += 1;
378 fFailureCount += 1;
402 if (0 == reporter.fFailureCount) {
405 SkDebugf("--- %d failures\n", reporter.fFailureCount);

Completed in 108 milliseconds