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

  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 265 size_t total_errors = 0; local
305 total_errors++;
397 if (total_errors) printf("Errors: %d\n", (int) total_errors);
406 return total_errors;
  /external/chromium_org/v8/tools/
presubmit.py 280 total_errors = sum(results)
281 print "Total errors found: %d" % total_errors
283 return total_errors == 0

Completed in 58 milliseconds