HomeSort by relevance Sort by last modified time
    Searched defs:BAD (Results 1 - 13 of 13) 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/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/upstream-netbsd/libc/regex/
regex2.h 193 # define BAD 04 /* something wrong */
  /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/src/com/android/email/mail/store/imap/
ImapConstants.java 33 public static final String BAD = "BAD";
  /external/icu4c/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/mksh/src/
expr.c 68 VAR, LIT, END, BAD
210 curstate.tok = BAD;
270 case BAD:
284 "bad number", str);
608 es->tok = BAD;
sh.h 242 #undef BAD /* AIX defines that somewhere */
953 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 813 #define BAD(_str) do { how = (_str); goto bad; } while (0)
821 if (!HG_(is_sane_Thread)(thr)) BAD("1");
825 if (!HG_(isSubsetOf)( univ_lsets, wsW, wsA )) BAD("7");
830 if (!HG_(is_sane_LockN)(lk)) BAD("2");
833 if (!thread_is_a_holder_of_Lock(thr,lk)) BAD("3");
837 bad:
838 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
840 #undef BAD
848 #define BAD(_str) do { how = (_str); goto bad; } while (0
    [all...]

Completed in 482 milliseconds