Searched refs:gFailures (Results 1 – 4 of 4) sorted by relevance
/external/skqp/dm/ |
D | DMJsonWriter.cpp | 31 SkTArray<skiatest::Failure> gFailures; variable 36 gFailures.push_back(failure); in AddTestFailure() 98 if (gFailures.count() > 0) { in DumpJson() 101 for (int i = 0; i < gFailures.count(); i++) { in DumpJson() 103 writer.appendString("file_name", gFailures[i].fileName); in DumpJson() 104 writer.appendS32 ("line_no" , gFailures[i].lineNo); in DumpJson() 105 writer.appendString("condition", gFailures[i].condition); in DumpJson() 106 writer.appendString("message" , gFailures[i].message.c_str()); in DumpJson()
|
D | DM.cpp | 135 static SkTArray<SkString> gFailures; variable 140 gFailures.push_back(err); in fail() 1430 if (gFailures.count() > 0) { in main() 1432 for (int i = 0; i < gFailures.count(); i++) { in main() 1433 info("\t%s\n", gFailures[i].c_str()); in main() 1435 info("%d failures\n", gFailures.count()); in main()
|
/external/skia/dm/ |
D | DMJsonWriter.cpp | 31 SkTArray<skiatest::Failure> gFailures; variable 36 gFailures.push_back(failure); in AddTestFailure() 102 if (gFailures.count() > 0) { in DumpJson() 105 for (int i = 0; i < gFailures.count(); i++) { in DumpJson() 107 writer.appendString("file_name", gFailures[i].fileName); in DumpJson() 108 writer.appendS32 ("line_no" , gFailures[i].lineNo); in DumpJson() 109 writer.appendString("condition", gFailures[i].condition); in DumpJson() 110 writer.appendString("message" , gFailures[i].message.c_str()); in DumpJson()
|
D | DM.cpp | 137 static SkTArray<SkString> gFailures; variable 142 gFailures.push_back(err); in fail() 1522 if (gFailures.count() > 0) { in main() 1524 for (int i = 0; i < gFailures.count(); i++) { in main() 1525 info("\t%s\n", gFailures[i].c_str()); in main() 1527 info("%d failures\n", gFailures.count()); in main()
|