Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp153 enum { MAX_ERRORS=50 }; enumerator
231 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
237 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
254 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
260 if(++numErrors[i]>=MAX_ERRORS) { in TestAdditionalProperties()
/external/skia/tests/
DPathOpsExtendedTest.cpp298 const int MAX_ERRORS = 9; in comparePaths() local
299 return errors2x2 > MAX_ERRORS ? errors2x2 : 0; in comparePaths()
341 const int MAX_ERRORS = 8; in comparePaths() local
344 if (errors2x2 < MAX_ERRORS) { in comparePaths()
352 if (errors2x2 >= MAX_ERRORS) { in comparePaths()
359 return errors2x2 >= MAX_ERRORS ? errors2x2 : 0; in comparePaths()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ScanningDecoder.h38 static int32_t MAX_ERRORS; variable
DBC_PDF417ScanningDecoder.cpp44 int32_t CBC_PDF417ScanningDecoder::MAX_ERRORS = 3; member in CBC_PDF417ScanningDecoder
689 erasures.GetSize() > (numECCodewords / 2 + MAX_ERRORS)) || in correctErrors()
/external/skia/src/pathops/
DSkPathOpsOp.cpp447 const int MAX_ERRORS = 9; in Op() local
448 if (errors > MAX_ERRORS) { in Op()