HomeSort by relevance Sort by last modified time
    Searched full:exit (Results 1 - 25 of 4898) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/099-dex-core-library-error/
expected.txt 0 exit code: 1
2 exit code: 1
3 exit code: 0
  /external/dropbear/libtommath/
mess.sh 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
  /development/tools/zoneinfo/tzdata2010k/
yearistype.sh 11 exit 1 ;;
17 *[24680]) exit 0 ;;
18 *) exit 1 ;;
22 *[02468][048]|*[13579][26]) exit 1 ;;
23 *) exit 0 ;;
27 *[13579]) exit 0 ;;
28 *) exit 1 ;;
32 *[02468][048]|*[13579][26]) exit 0 ;;
33 *) exit 1 ;;
40 exit
    [all...]
  /external/e2fsprogs/debian/
uuid-runtime.prerm 10 exit 0
libuuid1.postrm 10 exit 0
uuid-runtime.postrm 10 exit 0
e2fsprogs.preinst 7 1) exit 1 ;; # dpkg writes an error message to stdio
12 exit 1 ;; # dpkg didn't recognise the option
13 *) exit 2 ;;
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 118 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) {
123 __ j(not_equal, exit);
139 Label exit; local
141 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0));
142 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127));
143 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128));
144 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255));
145 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256));
146 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue));
147 TestMoveSmi(masm, &exit, 7, Smi::FromInt(-1))
225 Label exit; local
272 Label exit; local
397 Label exit; local
438 Label exit; local
448 __ j(NegateCondition(cond), &exit); local
459 __ j(NegateCondition(cond), &exit); local
470 __ j(NegateCondition(cond), &exit); local
481 __ j(NegateCondition(cond), &exit); local
494 __ j(NegateCondition(cond), &exit); local
522 __ j(NegateCondition(cond), &exit); local
547 __ j(NegateCondition(cond), &exit); local
563 __ j(NegateCondition(cond), &exit); local
582 __ j(NegateCondition(cond), &exit); local
592 __ j(NegateCondition(cond), &exit); local
597 __ j(NegateCondition(cond), &exit); local
602 __ j(NegateCondition(cond), &exit); local
607 __ j(NegateCondition(cond), &exit); local
683 Label exit; local
768 Label exit; local
955 Label exit; local
1042 Label exit; local
1145 Label exit; local
1252 Label exit; local
1345 Label exit; local
1411 Label exit; local
1487 Label exit; local
1565 Label exit; local
1645 Label exit; local
1709 Label exit; local
1850 Label exit; local
1953 Label exit; local
2019 Label exit; local
2080 Label exit; local
    [all...]
  /external/e2fsprogs/e2fsck/
extend.c 23 exit(1);
44 exit(1);
51 exit(1);
58 exit(1);
63 exit(1);
68 exit(1);
73 exit(1);
78 exit(1);
80 exit(0);
  /external/e2fsprogs/lib/blkid/
tst_types.c 23 exit(1);
28 exit(1);
33 exit(1);
38 exit(1);
43 exit(1);
48 exit(1);
53 exit(1);
58 exit(1);
61 exit(0);
  /external/e2fsprogs/lib/ext2fs/
tst_types.c 23 exit(1);
28 exit(1);
33 exit(1);
38 exit(1);
43 exit(1);
48 exit(1);
53 exit(1);
58 exit(1);
61 exit(0);
  /external/webkit/WebKitTools/CygwinDownloader/
make-zip.sh 8 exit 1
13 exit 1
22 exit 1
29 exit 1
  /external/e2fsprogs/tests/d_loaddump/
expect 3 Exit status is 0
6 Exit status is 0
14 Exit status is 0
16 Exit status is 0
18 Exit status is 0
  /external/jpeg/
config.guess 49 trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15
102 exit 0 ;;
105 exit 0 ;;
108 exit 0;;
111 exit 0 ;;
114 exit 0 ;;
117 exit 0 ;;
120 exit 0 ;;
123 exit 0 ;;
126 exit 0 ;
    [all...]
  /external/dropbear/libtomcrypt/demos/
test.c 20 printf("\nstore_test...."); fflush(stdout); x = store_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
21 printf("\ncipher_test..."); fflush(stdout); x = cipher_hash_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
22 printf("\nmodes_test...."); fflush(stdout); x = modes_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
23 printf("\nder_test......"); fflush(stdout); x = der_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
24 printf("\nmac_test......"); fflush(stdout); x = mac_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
25 printf("\npkcs_1_test..."); fflush(stdout); x = pkcs_1_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
26 printf("\nrsa_test......"); fflush(stdout); x = rsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
27 printf("\necc_test......"); fflush(stdout); x = ecc_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
28 printf("\ndsa_test......"); fflush(stdout); x = dsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
29 printf("\nkatja_test...."); fflush(stdout); x = katja_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Event.c 52 goto EXIT;
61 goto EXIT;
68 goto EXIT;
74 EXIT:
85 goto EXIT;
91 goto EXIT;
96 goto EXIT;
102 goto EXIT;
108 goto EXIT;
113 EXIT
    [all...]
  /external/dropbear/libtomcrypt/
testme.sh 18 bash run.sh "STOCK" " " "$1" "$2" "$3" || exit 1
21 bash run.sh "SMALL" "-DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1
24 bash run.sh "NOTABLES" "-DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1
27 bash run.sh "SMALL+NOTABLES" "-DLTC_SMALL_CODE -DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1
30 bash run.sh "CLEANSTACK" "-DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
33 bash run.sh "CLEANSTACK+SMALL" "-DLTC_SMALL_CODE -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
36 bash run.sh "CLEANSTACK+NOTABLES" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
39 bash run.sh "CLEANSTACK+NOTABLES+SMALL" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK -DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1
42 bash run.sh "NO_FAST" "-DLTC_NO_FAST" "$1" "$2" "$3" || exit 1
45 bash run.sh "NO_FAST+NOTABLES" "-DLTC_NO_FAST -DLTC_NO_TABLES" "$1" "$2" "$3" || exit
    [all...]
testbuild.sh 6 CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -f $3 test tv_gen 1>gcc_1.txt 2>gcc_2.txt || (echo "build $1 failed see gcc_2.txt for more information" && cat gcc_2.txt && rm -f testok.txt && exit 1)
9 exit 0
11 exit 1
  /external/openssl/android.testssl/
testssl 36 $ssltest -ssl2 $extra || exit 1
39 $ssltest -ssl2 -server_auth $CA $extra || exit 1
43 $ssltest -ssl2 -client_auth $CA $extra || exit 1
46 $ssltest -ssl2 -server_auth -client_auth $CA $extra || exit 1
50 $ssltest -ssl3 $extra || exit 1
53 $ssltest -ssl3 -server_auth $CA $extra || exit 1
56 $ssltest -ssl3 -client_auth $CA $extra || exit 1
59 $ssltest -ssl3 -server_auth -client_auth $CA $extra || exit 1
62 $ssltest $extra || exit 1
65 $ssltest -server_auth $CA $extra || exit
    [all...]
  /external/libpng/
config.guess 49 -h, --help print this help, then exit
50 -t, --time-stamp print date of last modification, then exit
51 -v, --version print version number, then exit
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
83 exit 1 ;;
91 exit 1
94 trap 'exit 1' 1 2 15
107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0
    [all...]
  /external/chromium/third_party/icu/source/
config.guess 49 -h, --help print this help, then exit
50 -t, --time-stamp print date of last modification, then exit
51 -v, --version print version number, then exit
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
83 exit 1 ;;
91 exit 1
94 trap 'exit 1' 1 2 15
107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0
    [all...]
  /external/icu4c/
config.guess 49 -h, --help print this help, then exit
50 -t, --time-stamp print date of last modification, then exit
51 -v, --version print version number, then exit
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
83 exit 1 ;;
91 exit 1
94 trap 'exit 1' 1 2 15
107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0
    [all...]
  /external/chromium/third_party/libevent/
config.guess 49 -h, --help print this help, then exit
50 -t, --time-stamp print date of last modification, then exit
51 -v, --version print version number, then exit
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
83 exit 1 ;;
91 exit 1
94 trap 'exit 1' 1 2 15
107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0
    [all...]
  /external/chromium/sdch/open-vcdiff/
config.guess 49 -h, --help print this help, then exit
50 -t, --time-stamp print date of last modification, then exit
51 -v, --version print version number, then exit
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
83 exit 1 ;;
91 exit 1
94 trap 'exit 1' 1 2 15
107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0
    [all...]
  /external/dropbear/
config.guess 49 -h, --help print this help, then exit
50 -t, --time-stamp print date of last modification, then exit
51 -v, --version print version number, then exit
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
83 exit 1 ;;
91 exit 1
94 trap 'exit 1' 1 2 15
107 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0
    [all...]

Completed in 8918 milliseconds

1 2 3 4 5 6 7 8 91011>>