Home
last modified time | relevance | path

Searched refs:errorLimit (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lld/Common/
DErrorHandler.cpp219 if (errorLimit == 0 || errorCount < errorLimit) { in error()
222 } else if (errorCount == errorLimit) { in error()
260 uint64_t currentErrorLimit = errorLimit; in error()
261 errorLimit = 0; in error()
263 errorLimit = currentErrorLimit; in error()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java1102 private int errorLimit = 500; field in RoundTripTest.TransliterationTest
1129 errorLimit = limit; in setErrorLimit()
1276 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1281 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1654 if (++errorCount > errorLimit) {
1668 if (++errorCount > errorLimit) { in logNotCanonical()
1679 if (++errorCount > errorLimit) { in logFails()
1686 if (++errorCount > errorLimit) { in logToRulesFails()
1697 if (++errorCount > errorLimit) { in logRoundTripFailure()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1099 private int errorLimit = 500; field in RoundTripTest.TransliterationTest
1126 errorLimit = limit; in setErrorLimit()
1273 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1278 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1651 if (++errorCount > errorLimit) {
1665 if (++errorCount > errorLimit) { in logNotCanonical()
1676 if (++errorCount > errorLimit) { in logFails()
1683 if (++errorCount > errorLimit) { in logToRulesFails()
1694 if (++errorCount > errorLimit) { in logRoundTripFailure()
/external/llvm-project/lld/include/lld/Common/
DErrorHandler.h97 uint64_t errorLimit = 20; variable
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp336 int32_t errorLimit; member in RTTest
414 errorLimit = 500; in RTTest()
423 errorLimit = limit; in setErrorLimit()
544 …parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)"… in test()
/external/llvm-project/lld/wasm/
DDriver.cpp845 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in link()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp338 errorHandler().errorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20); in parse()
/external/llvm-project/lld/COFF/
DDriver.cpp1236 errorHandler().errorLimit = n; in link()
/external/llvm-project/lld/ELF/
DDriver.cpp475 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in main()