Lines Matching defs:reporter
16 static void chalkboard(skiatest::Reporter* reporter, uint64_t testlines) {
88 testSimplify(reporter, path, testName.c_str());
96 static void chalkboard_threaded(skiatest::Reporter* reporter, const char* filename) {
100 initializeTests(reporter, "chalkboard");
101 PathOpsThreadedTestRunner testRunner(reporter);
116 testCount = reporter->allowExtendedTest() ? 63 * 62 / 2 : 100;
119 testCount = reporter->allowExtendedTest() ? 10000 : 100;
132 if (reporter->allowExtendedTest()) {
167 static void chalkboard_1(skiatest::Reporter* reporter, const char* filename) {
169 chalkboard(reporter, testlines);
184 DEF_TEST(PathOpsChalkboard, reporter) {
185 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse);