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

  /external/skia/tools/
skdiff_image.cpp 132 bool failOnResultType[DiffRecord::kResultCount];
134 failOnResultType[i] = false;
155 failOnResultType[type] = true;
363 if (failOnResultType[dr.fResult]) {
skdiff_main.cpp 145 void print(bool listFilenames, bool failOnResultType[DiffRecord::kResultCount],
151 if (failOnResultType[result]) {
636 bool failOnResultType[DiffRecord::kResultCount];
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 41 milliseconds