HomeSort by relevance Sort by last modified time
    Searched full:failcount (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 618 int failCount = 0;
659 if (!compare(failCount, df.format(99999.0), "100E3"))
660 failures.set(failCount);
661 failCount++;
688 if (!compare(failCount, df.format(0.0), "0.00E0"))
689 failures.set(failCount);
690 failCount++;
730 if (!compare(failCount, df.format(0.0), "0.E0"))
731 failures.set(failCount);
732 failCount++
    [all...]
  /external/dropbear/
svr-auth.c 44 ses.authstate.failcount = 0;
49 /* Reset the auth state, but don't reset the failcount. This is for if the
329 ses.authstate.failcount++;
332 if (ses.authstate.failcount >= MAX_AUTH_TRIES) {
auth.h 85 unsigned int failcount; /* Number of (failed) authentication attempts.*/ member in struct:AuthState
svr-session.c 144 ses.authstate.printableuser, ses.authstate.failcount, format);
cli-auth.c 180 ses.authstate.failcount++;
  /external/grub/netboot/
3c509.c 390 int failcount; local
399 for (failcount = 0; failcount < 4000; failcount++) {
  /external/srec/tools/grxmlcompile/
sub_min.cpp 540 int ii, failCount;
556 failCount= 0;
561 failCount++;
565 // return failCount;
  /external/chromium/third_party/icu/source/test/intltest/
normconf.cpp 166 int32_t failCount = 0;
226 ++failCount;
262 ++failCount;
273 if (failCount != 0) {
274 errln((UnicodeString)"Total: " + failCount + " lines/code points failed, " +
  /external/icu4c/test/intltest/
normconf.cpp 167 int32_t failCount = 0;
227 ++failCount;
263 ++failCount;
274 if (failCount != 0) {
275 dataerrln((UnicodeString)"Total: " + failCount + " lines/code points failed, " +
  /frameworks/base/core/java/android/net/http/
Connection.java 422 * Increments failcount only if the network is believed to be

Completed in 257 milliseconds