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

1 2

  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68851.h 50 100 BAD Breakpoint Acknowledge Data
65 * That would be BAD.
75 #define BAD (AC+1) /* 56,57,58,59, 60,61,62,63 */
76 #define BAC (BAD+8) /* 64,65,66,67, 68,69,70,71 */
m68k-parse.h 41 #define BAD BAD0
  /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 */
  /external/r8/src/main/java/com/android/tools/r8/bisect/
BisectOptions.java 17 public static final String BUILD_BAD_FLAG = "bad";
19 public static final String RESULT_BAD_FLAG = "result-bad";
31 public enum Result { UNKNOWN, GOOD, BAD }
46 resultBad = parser.accepts(RESULT_BAD_FLAG, "Bisect again assuming previous run was bad.");
50 badBuild = parser.accepts(BUILD_BAD_FLAG, "Known bad APK.")
119 result = Result.BAD;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/lib/libc/regex/
regex2.h 193 # define BAD 04 /* something wrong */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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/third_party/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/python/cpython2/Modules/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/syslinux/com32/lib/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/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)
  /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
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 35 public static final String BAD = "BAD";
  /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 737 if (U_FAILURE(status)) { errcheckln(status, "FAIL: Bad status returned by DecimalFormatSymbols ct - %s", u_errorName(status)); return; }
824 if (U_FAILURE(status)) { errln("FAIL: Bad status returned by DecimalFormat ct"); continue; }
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 391 final int GOOD = 1, BAD = 0;
394 0, BAD,
395 -1, BAD,
397 Integer.MIN_VALUE, BAD,
472 final int BAD = 0;
483 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000+1,
484 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, -1,
485 BAD, Calendar.JANUARY, -6, Calendar.SUNDAY, 0,
486 BAD, Calendar.DECEMBER, 6, Calendar.SATURDAY, 24*60*60*1000,
489 BAD, Calendar.APRIL, 31, 0, 0
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 390 final int GOOD = 1, BAD = 0;
393 0, BAD,
394 -1, BAD,
396 Integer.MIN_VALUE, BAD,
471 final int BAD = 0;
482 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000+1,
483 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, -1,
484 BAD, Calendar.JANUARY, -6, Calendar.SUNDAY, 0,
485 BAD, Calendar.DECEMBER, 6, Calendar.SATURDAY, 24*60*60*1000,
488 BAD, Calendar.APRIL, 31, 0, 0
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/valgrind/coregrind/
m_transtab.c     [all...]
  /external/valgrind/helgrind/
hg_main.c 889 #define BAD(_str) do { how = (_str); goto bad; } while (0)
897 if (!HG_(is_sane_Thread)(thr)) BAD("1");
901 if (!HG_(isSubsetOf)( univ_lsets, wsW, wsA )) BAD("7");
906 if (!HG_(is_sane_LockN)(lk)) BAD("2");
909 if (!thread_is_a_holder_of_Lock(thr,lk)) BAD("3");
913 bad:
914 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
916 #undef BAD
924 #define BAD(_str) do { how = (_str); goto bad; } while (0
    [all...]
  /external/mksh/src/
sh.h 253 #undef BAD /* AIX defines that somewhere */
877 EXTERN const char Tbadnum[] E_INIT("bad number");
880 EXTERN const char Tbad_bsize[] E_INIT("bad shf/buf/bsize");
882 EXTERN const char Tbad_sig_ss[] E_INIT("%s: bad signal '%s'");
911 EXTERN const char Tfg_badsubst[] E_INIT("fileglob: bad substitution");
1038 #define Tbadnum "bad number"
1039 #define Tbadsubst "bad substitution"
1041 #define Tbad_bsize "bad shf/buf/bsize"
1043 #define Tbad_sig_ss "%s: bad signal '%s'"
1044 #define Tbad_sig_s "bad signal '%s'
    [all...]

Completed in 523 milliseconds

1 2