Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp167 enum { MAX_ERRORS=50 }; enumerator
245 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
251 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
268 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
274 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
/external/skqp/tests/
DPathOpsExtendedTest.cpp336 const int MAX_ERRORS = 9; in comparePaths() local
337 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
367 const int MAX_ERRORS = 8; in comparePaths() local
370 if (errors2x2 < MAX_ERRORS) { in comparePaths()
378 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
385 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
/external/skia/tests/
DPathOpsExtendedTest.cpp336 const int MAX_ERRORS = 9; in comparePaths() local
337 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
367 const int MAX_ERRORS = 8; in comparePaths() local
370 if (errors2x2 < MAX_ERRORS) { in comparePaths()
378 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
385 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c537 enum { MAX_ERRORS = 10 }; in parse() enumerator
707 if (num_errors <= MAX_ERRORS) in parse()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp3098 const int MAX_ERRORS = 9; in VerifyOp() local
3099 if (errors > MAX_ERRORS) { in VerifyOp()
3131 const int MAX_ERRORS = 9; in VerifySimplify() local
3132 if (errors > MAX_ERRORS) { in VerifySimplify()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3098 const int MAX_ERRORS = 9; in VerifyOp() local
3099 if (errors > MAX_ERRORS) { in VerifyOp()
3131 const int MAX_ERRORS = 9; in VerifySimplify() local
3132 if (errors > MAX_ERRORS) { in VerifySimplify()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c144 #define MAX_ERRORS 5 macro
669 for (k = 0, res = 0; (k < 1000) && (num_errors < MAX_ERRORS); in run_sg_scan_tests()
821 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in run_sg_scan_tests()
3105 for (k = 0, res = 0; (k < MAX_SG_DEVS) && (num_errors < MAX_ERRORS); in show_scsi_maps()
3158 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) { in show_scsi_maps()
3277 for (k = 0, res = 0; (k < max_dev) && (num_errors < MAX_ERRORS); in scan_dev_type()