Home
last modified time | relevance | path

Searched refs:total_errors (Results 1 – 2 of 2) sorted by relevance

/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc265 size_t total_errors = 0; in main() local
305 total_errors++; in main()
397 if (total_errors) printf("Errors: %d\n", (int) total_errors); in main()
406 return total_errors; in main()
/external/v8/tools/
Dv8_presubmit.py272 total_errors = sum(results)
273 print "Total errors found: %d" % total_errors
275 return total_errors == 0