HomeSort by relevance Sort by last modified time
    Searched defs:BAD (Results 1 - 20 of 20) sorted by null

  /external/zlib/src/contrib/infback9/
inflate9.h 18 BAD /* got a data error -- remain here until reset */
24 (most modes can go to the BAD mode -- not shown for clarity)
  /external/clang/test/Sema/
type-spec-struct-union.c 56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD
  /external/freetype/src/gzip/
inflate.c 10 #define BAD INFLATE_BAD
26 BAD} /* got an error--stay here */
42 uInt marker; /* if BAD, inflateSync's marker bytes count */
164 z->state->mode = BAD;
171 z->state->mode = BAD;
182 z->state->mode = BAD;
213 z->state->mode = BAD;
221 z->state->mode = BAD;
255 z->state->mode = BAD;
264 case BAD
    [all...]
infutil.h 24 BAD} /* got a data error--stuck here */
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 193 # define BAD 04 /* something wrong */
  /external/chromium_org/third_party/zlib/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/zlib/src/
inflate.h 50 BAD, /* got a data error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 141 # define BAD 04 /* something wrong */
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 36 public static final String BAD = "BAD";
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilter.java 16 // Takes sharpness score, rates the image good if above 10, bad otherwise
40 private final static String BAD = "Bad Picture";
163 outStr = BAD;
231 score -= (BIG_SCORE_INC + BIG_SCORE_INC); // set score to -1, bad pic
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 594 const int32_t BAD = 0;
605 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000+1,
606 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, -1,
607 BAD, UCAL_JANUARY, -6, UCAL_SUNDAY, 0,
608 BAD, UCAL_DECEMBER, 6, UCAL_SATURDAY, 24*60*60*1000,
611 BAD, UCAL_APRIL, 31, 0, 0,
612 BAD, UCAL_DECEMBER, 32, 0, 0,
613 BAD, UCAL_JANUARY-1, 1, UCAL_SUNDAY, 0,
614 BAD, UCAL_DECEMBER+1, 1, UCAL_SUNDAY, 0,
617 BAD, UCAL_DECEMBER, 32, -UCAL_SATURDAY, 0
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 594 const int32_t BAD = 0;
605 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000+1,
606 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, -1,
607 BAD, UCAL_JANUARY, -6, UCAL_SUNDAY, 0,
608 BAD, UCAL_DECEMBER, 6, UCAL_SATURDAY, 24*60*60*1000,
611 BAD, UCAL_APRIL, 31, 0, 0,
612 BAD, UCAL_DECEMBER, 32, 0, 0,
613 BAD, UCAL_JANUARY-1, 1, UCAL_SUNDAY, 0,
614 BAD, UCAL_DECEMBER+1, 1, UCAL_SUNDAY, 0,
617 BAD, UCAL_DECEMBER, 32, -UCAL_SATURDAY, 0
    [all...]
numfmtst.cpp 290 if (U_FAILURE(status)) { errcheckln(status, "FAIL: Bad status returned by DecimalFormatSymbols ct - %s", u_errorName(status)); return; }
377 if (U_FAILURE(status)) { errln("FAIL: Bad status returned by DecimalFormat ct"); continue; }
    [all...]
  /external/mksh/src/
expr.c 61 VAR, LIT, END, BAD
209 curstate.tok = BAD;
269 case BAD:
283 "bad number", str);
705 es->tok = BAD;
sh.h 247 #undef BAD /* AIX defines that somewhere */
967 char buf[2]; /* for bad option OPTARG value */
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/valgrind/main/coregrind/
m_transtab.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c 849 #define BAD(_str) do { how = (_str); goto bad; } while (0)
857 if (!HG_(is_sane_Thread)(thr)) BAD("1");
861 if (!HG_(isSubsetOf)( univ_lsets, wsW, wsA )) BAD("7");
866 if (!HG_(is_sane_LockN)(lk)) BAD("2");
869 if (!thread_is_a_holder_of_Lock(thr,lk)) BAD("3");
873 bad:
874 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
876 #undef BAD
884 #define BAD(_str) do { how = (_str); goto bad; } while (0
    [all...]

Completed in 1168 milliseconds