Home
last modified time | relevance | path

Searched refs:MAX_ERRORS (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DPathOpsExtendedTest.cpp244 const int MAX_ERRORS = 9; in comparePaths() local
245 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
274 const int MAX_ERRORS = 8; in comparePaths() local
277 if (errors2x2 < MAX_ERRORS) { in comparePaths()
285 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
292 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
/third_party/icu/icu4c/source/test/intltest/
Ducdtest.cpp168 enum { MAX_ERRORS=50 }; enumerator
246 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
252 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
269 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
275 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp3071 const int MAX_ERRORS = 9; in VerifyOp() local
3072 if (errors > MAX_ERRORS) { in VerifyOp()
3104 const int MAX_ERRORS = 9; in VerifySimplify() local
3105 if (errors > MAX_ERRORS) { in VerifySimplify()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c141 #define MAX_ERRORS 5 macro
666 for (k = 0, res = 0; (k < 1000) && (num_errors < MAX_ERRORS); in run_sg_scan_tests()
818 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in run_sg_scan_tests()
3102 for (k = 0, res = 0; (k < MAX_SG_DEVS) && (num_errors < MAX_ERRORS); in show_scsi_maps()
3155 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in show_scsi_maps()
3274 for (k = 0, res = 0; (k < max_dev) && (num_errors < MAX_ERRORS); in scan_dev_type()