/external/openssh/regress/ |
scp-ssh-wrapper.sh | 25 BAD="../../../../../../../../../../../../../${DIR}/dotpathdir" 34 echo "D0755 0 $BAD" 39 echo "D0755 0 $BAD" 44 printname $BAD 49 printname $BAD
|
/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)
|
infback9.c | 309 mode = BAD; 320 mode = BAD; 357 mode = BAD; 378 mode = BAD; 402 mode = BAD; 425 mode = BAD; 434 if (mode == BAD) break; 439 mode = BAD; 453 mode = BAD; 463 mode = BAD; [all...] |
/external/clang/utils/analyzer/ |
reducer.pl | 36 my \$BAD = 1; 41 open(IN, "$reduceOut") or exit(\$BAD); 46 exit \$BAD;
|
/system/core/run-as/ |
package.c | 161 goto BAD; 165 goto BAD; 169 goto BAD; 174 BAD: 309 goto BAD; 312 goto BAD; 320 goto BAD; 324 BAD: 391 BAD:
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapResponse.java | 35 || ImapConstants.BAD.equalsIgnoreCase(symbol) 66 * @return whether it's an BAD response. 69 return is(0, ImapConstants.BAD);
|
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/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)
|
infback.c | 312 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; 449 state->mode = BAD; 458 state->mode = BAD; 516 state->mode = BAD; [all...] |
inflate.c | 51 * - Simplified bad distance check in inflate_fast() 612 state->mode = BAD; 617 state->mode = BAD; 624 state->mode = BAD; 639 state->mode = BAD; 644 state->mode = BAD; 748 state->mode = BAD; 803 state->mode = BAD; 812 state->mode = BAD; 848 state->mode = BAD; [all...] |
inffast.c | 52 BAD -- error in block data 179 state->mode = BAD; 191 state->mode = BAD; 267 state->mode = BAD; 282 state->mode = BAD;
|
/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)
|
infback.c | 321 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...] |
inflate.c | 51 * - Simplified bad distance check in inflate_fast() 662 state->mode = BAD; 667 state->mode = BAD; 676 state->mode = BAD; 691 state->mode = BAD; 696 state->mode = BAD; 800 state->mode = BAD; 859 state->mode = BAD; 868 state->mode = BAD; 907 state->mode = BAD; [all...] |
inffast.c | 52 BAD -- error in block data 179 state->mode = BAD; 193 state->mode = BAD; 289 state->mode = BAD; 304 state->mode = BAD;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 88 BAD=`mktemp $TMPDIR/pbadXXXXXX` || exit 1 90 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF" 95 BAD=$TEMPD/pbad$$ 492 echo "$COMMAND: the problem report remains in $BAD and is not sent." 494 mv $TEMP $BAD 553 echo "$COMMAND: the problem report remains in $BAD and is not sent." 555 mv $REF $BAD
|
/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/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/icu4c/config/ |
test-icu-config.sh | 13 icu-config --BAD ARGUMENT
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regexec.c | 151 assert(!(g->iflags&BAD)); 152 if (g->iflags&BAD) /* backstop for no-debug case */
|
regex2.h | 141 # define BAD 04 /* something wrong */
|
/external/webkit/LayoutTests/storage/ |
sql-error-codes.js | 44 tx.executeSql("BAD STATEMENT", [], null, function(tx, error) { return true; }); 50 testTransaction(db, function(tx) { tx.executeSql("BAD STATEMENT"); }, "SYNTAX_ERR");
|
/bionic/libc/upstream-netbsd/libc/regex/ |
regex2.h | 193 # define BAD 04 /* something wrong */
|
/bootable/recovery/edify/ |
parser.y | 46 %token <str> STRING BAD
|