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

/external/skia/tools/
H A Dskdiff_image.cpp132 bool failOnResultType[DiffRecord::kResultCount]; local
134 failOnResultType[i] = false;
155 failOnResultType[type] = true;
363 if (failOnResultType[dr.fResult]) {
H A Dskdiff_main.cpp145 void print(bool listFilenames, bool failOnResultType[DiffRecord::kResultCount], argument
151 if (failOnResultType[result]) {
636 bool failOnResultType[DiffRecord::kResultCount]; local
638 failOnResultType[i] = false;
658 failOnResultType[type] = true;
811 summary.print(listFilenames, failOnResultType, failOnStatusType);
835 if (failOnResultType[i]) {
839 if (!failOnResultType[DiffRecord::kCouldNotCompare_Result]) {

Completed in 20 milliseconds