Searched refs:BAD (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/utils/analyzer/
H A Dreducer.pl36 my \$BAD = 1;
41 open(IN, "$reduceOut") or exit(\$BAD);
46 exit \$BAD;
/external/zlib/src/contrib/infback9/
H A Dinflate9.h18 BAD /* got a data error -- remain here until reset */ enumerator in enum:__anon32074
24 (most modes can go to the BAD mode -- not shown for clarity)
H A Dinfback9.c307 mode = BAD;
318 mode = BAD;
355 mode = BAD;
376 mode = BAD;
400 mode = BAD;
423 mode = BAD;
432 if (mode == BAD) break;
437 mode = BAD;
451 mode = BAD;
461 mode = BAD;
[all...]
/external/llvm/test/MC/Mips/
H A Dcprestore-noreorder.s14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
84 # BAD-ABI: .cprestore 8
85 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
86 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
88 # BAD-ABI: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09]
89 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
91 # BAD
[all...]
H A Dcprestore-reorder.s14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
85 # BAD-ABI: .cprestore 8
86 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
87 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
89 # BAD-ABI: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09]
90 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
92 # BAD
[all...]
/external/freetype/src/gzip/
H A Dinflate.c10 #define BAD INFLATE_BAD macro
26 BAD} /* got an error--stay here */ enumerator in enum:__anon7327
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...]
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp594 const int32_t BAD = 0; local
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_DECEMBE
707 const int32_t GOOD = 1, BAD = 0; local
769 const int32_t GOOD = 1, BAD = 0; local
[all...]
/external/python/cpython2/Modules/zlib/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon19560
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dinfback.c321 state->mode = BAD;
332 state->mode = BAD;
370 state->mode = BAD;
392 state->mode = BAD;
415 state->mode = BAD;
438 state->mode = BAD;
447 if (state->mode == BAD) break;
452 state->mode = BAD;
466 state->mode = BAD;
475 state->mode = BAD;
[all...]
H A Dinflate.c663 state->mode = BAD;
668 state->mode = BAD;
677 state->mode = BAD;
692 state->mode = BAD;
697 state->mode = BAD;
801 state->mode = BAD;
860 state->mode = BAD;
869 state->mode = BAD;
908 state->mode = BAD;
930 state->mode = BAD;
[all...]
H A Dinffast.c52 BAD -- error in block data
179 state->mode = BAD;
193 state->mode = BAD;
289 state->mode = BAD;
304 state->mode = BAD;
/external/syslinux/com32/lib/zlib/
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon23724
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dinfback.c312 state->mode = BAD;
323 state->mode = BAD;
361 state->mode = BAD;
383 state->mode = BAD;
407 state->mode = BAD;
430 state->mode = BAD;
439 if (state->mode == BAD) break;
444 state->mode = BAD;
458 state->mode = BAD;
467 state->mode = BAD;
[all...]
H A Dinflate.c647 state->mode = BAD;
652 state->mode = BAD;
661 state->mode = BAD;
676 state->mode = BAD;
681 state->mode = BAD;
785 state->mode = BAD;
844 state->mode = BAD;
853 state->mode = BAD;
892 state->mode = BAD;
914 state->mode = BAD;
[all...]
H A Dinffast.c52 BAD -- error in block data
179 state->mode = BAD;
193 state->mode = BAD;
289 state->mode = BAD;
304 state->mode = BAD;
/external/python/cpython3/Modules/zlib/
H A Dinfback.c321 state->mode = BAD;
332 state->mode = BAD;
370 state->mode = BAD;
392 state->mode = BAD;
415 state->mode = BAD;
438 state->mode = BAD;
447 if (state->mode == BAD) break;
452 state->mode = BAD;
466 state->mode = BAD;
475 state->mode = BAD;
[all...]
H A Dinffast.c35 BAD -- error in block data
162 state->mode = BAD;
176 state->mode = BAD;
272 state->mode = BAD;
287 state->mode = BAD;
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator in enum:__anon20189
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/external/zlib/src/
H A Dinfback.c321 state->mode = BAD;
332 state->mode = BAD;
370 state->mode = BAD;
392 state->mode = BAD;
415 state->mode = BAD;
438 state->mode = BAD;
447 if (state->mode == BAD) break;
452 state->mode = BAD;
466 state->mode = BAD;
475 state->mode = BAD;
[all...]
H A Dinffast.c35 BAD -- error in block data
162 state->mode = BAD;
176 state->mode = BAD;
272 state->mode = BAD;
287 state->mode = BAD;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java396 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, Calenda
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java393 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, Calenda
[all...]
/external/pcre/dist2/src/
H A Dpcre2_substitute.c429 if (++ptr >= repend) goto BAD;
439 if (++ptr >= repend) goto BAD;
446 if (++ptr >= repend) goto BAD;
486 if (n > 32) goto BAD;
490 if (n == 0) goto BAD;
551 else goto BAD;
632 if (ptrstackptr >= PTR_STACK_SIZE) goto BAD;
838 BAD:
/external/libevent/test/
H A Dregress_util.c65 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
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/clang/test/Sema/
H A Dtype-spec-struct-union.c56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD enumerator in enum:bar_baz::__anon3272

Completed in 702 milliseconds

12