Home | History | Annotate | Download | only in dm

Lines Matching refs:gFailures

137 static SkTArray<SkString> gFailures;
142 gFailures.push_back(err);
1522 if (gFailures.count() > 0) {
1524 for (int i = 0; i < gFailures.count(); i++) {
1525 info("\t%s\n", gFailures[i].c_str());
1527 info("%d failures\n", gFailures.count());