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

1 2

  /toolchain/binutils/binutils-2.27/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)
  /toolchain/binutils/binutils-2.27/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/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 */
  /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)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/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/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/python/cpython3/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";
  /toolchain/binutils/binutils-2.27/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)
  /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...]
  /external/libevent/test/
regress_util.c 65 enum entry_status { NORMAL, CANONICAL, BAD };
75 { "256.0.0.0", 0, BAD },
76 { "ABC", 0, BAD },
77 { "1.2.3.4.5", 0, BAD },
79 { NULL, 0, BAD },
98 { "foobar.", { 0, 0, 0, 0 }, BAD },
99 { "foobar", { 0, 0, 0, 0 }, BAD },
100 { "fo:obar", { 0, 0, 0, 0 }, BAD },
101 { "ffff", { 0, 0, 0, 0 }, BAD },
102 { "fffff::", { 0, 0, 0, 0 }, BAD },
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 396 final int GOOD = 1, BAD = 0;
399 0, BAD,
400 -1, BAD,
402 Integer.MIN_VALUE, BAD,
477 final int BAD = 0;
488 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000+1,
489 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, -1,
490 BAD, Calendar.JANUARY, -6, Calendar.SUNDAY, 0,
491 BAD, Calendar.DECEMBER, 6, Calendar.SATURDAY, 24*60*60*1000,
494 BAD, Calendar.APRIL, 31, 0, 0
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 393 final int GOOD = 1, BAD = 0;
396 0, BAD,
397 -1, BAD,
399 Integer.MIN_VALUE, BAD,
474 final int BAD = 0;
485 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000+1,
486 BAD, Calendar.DECEMBER, 5, Calendar.SATURDAY, -1,
487 BAD, Calendar.JANUARY, -6, Calendar.SUNDAY, 0,
488 BAD, Calendar.DECEMBER, 6, Calendar.SATURDAY, 24*60*60*1000,
491 BAD, Calendar.APRIL, 31, 0, 0
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/valgrind/coregrind/
m_transtab.c     [all...]

Completed in 307 milliseconds

1 2