Home | History | Annotate | Download | only in dm

Lines Matching refs:gFailures

135 static SkTArray<SkString> gFailures;
140 gFailures.push_back(err);
1430 if (gFailures.count() > 0) {
1432 for (int i = 0; i < gFailures.count(); i++) {
1433 info("\t%s\n", gFailures[i].c_str());
1435 info("%d failures\n", gFailures.count());