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

  /external/zlib/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/qemu/distrib/zlib-1.2.3/
inflate.h 48 BAD, /* got a data error -- remain here until reset */
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
  /bionic/libc/regex/
regex2.h 141 # define BAD 04 /* something wrong */
  /external/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)
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 141 # define BAD 04 /* something wrong */
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 33 public static final String BAD = "BAD";
  /external/icu4c/test/intltest/
tzregts.cpp 590 const int32_t BAD = 0;
601 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000+1,
602 BAD, UCAL_DECEMBER, 5, UCAL_SATURDAY, -1,
603 BAD, UCAL_JANUARY, -6, UCAL_SUNDAY, 0,
604 BAD, UCAL_DECEMBER, 6, UCAL_SATURDAY, 24*60*60*1000,
607 BAD, UCAL_APRIL, 31, 0, 0,
608 BAD, UCAL_DECEMBER, 32, 0, 0,
609 BAD, UCAL_JANUARY-1, 1, UCAL_SUNDAY, 0,
610 BAD, UCAL_DECEMBER+1, 1, UCAL_SUNDAY, 0,
613 BAD, UCAL_DECEMBER, 32, -UCAL_SATURDAY, 0
    [all...]
  /external/mksh/src/
expr.c 53 VAR, LIT, END, BAD
264 case BAD:
276 warningf(true, "%s: bad number '%s'", es->expression, str);
573 es->tok = BAD;
sh.h 288 #undef BAD /* AIX defines that somewhere */
768 char buf[2]; /* for bad option OPTARG value */
    [all...]
  /external/valgrind/main/coregrind/
m_transtab.c 339 goto bad;
372 bad:
449 # define BAD(_str) do { whassup = (_str); goto bad; } while (0)
459 BAD("invalid sec->tt_n_inuse");
462 BAD("sec->tc_next points outside tc");
467 BAD("ec2tte_size/ec2tte mismatch(1)");
469 BAD("ec2tte_size/ec2tte mismatch(2)");
472 BAD("implausible ec2tte_used");
485 BAD("implausible tteno")
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
readxcoff.c 171 goto bad;
189 goto bad;
195 bad:
220 goto bad;
231 bad:
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 803 #define BAD(_str) do { how = (_str); goto bad; } while (0)
811 if (!HG_(is_sane_Thread)(thr)) BAD("1");
815 if (!HG_(isSubsetOf)( univ_lsets, wsW, wsA )) BAD("7");
820 if (!HG_(is_sane_LockN)(lk)) BAD("2");
823 if (!thread_is_a_holder_of_Lock(thr,lk)) BAD("3");
827 bad:
828 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
830 #undef BAD
838 #define BAD(_str) do { how = (_str); goto bad; } while (0
    [all...]

Completed in 691 milliseconds