HomeSort by relevance Sort by last modified time
    Searched refs:failOnResultType (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/skdiff/
skdiff_image.cpp 128 bool failOnResultType[DiffRecord::kResultCount];
130 failOnResultType[i] = false;
151 failOnResultType[type] = true;
359 if (failOnResultType[dr.fResult]) {
skdiff_main.cpp 144 void print(bool listFilenames, bool failOnResultType[DiffRecord::kResultCount],
150 if (failOnResultType[result]) {
637 bool failOnResultType[DiffRecord::kResultCount];
639 failOnResultType[i] = false;
659 failOnResultType[type] = true;
812 summary.print(listFilenames, failOnResultType, failOnStatusType);
836 if (failOnResultType[i]) {
840 if (!failOnResultType[DiffRecord::kCouldNotCompare_Result]) {

Completed in 142 milliseconds