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

  /external/chromium_org/third_party/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 120 void print(bool listFilenames, bool failOnResultType[DiffRecord::kResultCount],
126 if (failOnResultType[result]) {
588 bool failOnResultType[DiffRecord::kResultCount];
590 failOnResultType[i] = false;
610 failOnResultType[type] = true;
759 summary.print(listFilenames, failOnResultType, failOnStatusType);
779 if (failOnResultType[i]) {
783 if (!failOnResultType[DiffRecord::kCouldNotCompare_Result]) {
  /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 120 void print(bool listFilenames, bool failOnResultType[DiffRecord::kResultCount],
126 if (failOnResultType[result]) {
588 bool failOnResultType[DiffRecord::kResultCount];
590 failOnResultType[i] = false;
610 failOnResultType[type] = true;
759 summary.print(listFilenames, failOnResultType, failOnStatusType);
779 if (failOnResultType[i]) {
783 if (!failOnResultType[DiffRecord::kCouldNotCompare_Result]) {

Completed in 642 milliseconds