Searched defs:MAX_ERRORS (Results 1 - 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/compose/
H A Dparser.c537 enum { MAX_ERRORS = 10 }; enumerator in enum:__anon13329
707 if (num_errors <= MAX_ERRORS)
/external/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp156 enum { MAX_ERRORS=50 }; enumerator in enum:__anon8409
234 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
240 if(++numErrors[i]>=MAX_ERRORS) {
257 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
263 if(++numErrors[i]>=MAX_ERRORS) {
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c144 #define MAX_ERRORS 5 macro
669 for (k = 0, res = 0; (k < 1000) && (num_errors < MAX_ERRORS);
821 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) {
3105 for (k = 0, res = 0; (k < MAX_SG_DEVS) && (num_errors < MAX_ERRORS);
3158 if ((num_errors >= MAX_ERRORS) && (num_silent < num_errors)) {
3277 for (k = 0, res = 0; (k < max_dev) && (num_errors < MAX_ERRORS);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 217 milliseconds