Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Dtest.py57 total_errors = 0
65 total_errors += failures
70 total_errors += failures
75 if total_errors == 0:
78 print 'FAIL: %d errors' % total_errors
79 return total_errors
/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/
Dpresubmit.py274 total_errors = sum(results)
275 print "Total errors found: %d" % total_errors
277 return total_errors == 0