HomeSort by relevance Sort by last modified time
    Searched full:exit (Results 326 - 350 of 4191) sorted by null

<<11121314151617181920>>

  /bootable/recovery/minui/
resources.c 57 goto exit;
63 goto exit;
68 goto exit;
74 goto exit;
80 goto exit;
85 goto exit;
105 goto exit;
111 goto exit;
155 exit:
  /bootable/recovery/
verifier_test.sh 34 # run a command on the device; exit with the exit status of the device
37 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
52 exit 1
  /build/tools/
fixlinebreaks.sh 15 exit 0
  /dalvik/libcore/luni/src/main/java/java/lang/
Process.java 25 * and waiting for the external process, as well as querying its exit value.
38 * Returns the exit value of the native process represented by this object.
41 * @return the exit value of this process.
78 * @return the exit value of the native process being waited on.
  /dalvik/tests/003-omnibus-opcodes/src/
Monitor.java 15 obj = null; // does NOT cause a failure on exit
  /dalvik/tests/030-bad-finalizer/src/
Main.java 23 System.exit(0);
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 9 * On exit:
  /development/tools/
make_key 27 exit 2
33 exit 1
41 trap 'rm -rf ${tmpdir}; echo; exit 1' EXIT INT QUIT
  /external/bluetooth/bluez/test/
hsmicro 14 exit
hsplay 15 exit
  /external/dbus/tools/
dbus-monitor.c 43 exit (0);
156 exit (0);
165 exit (ecode);
221 exit (1);
234 exit (1);
265 exit (1);
268 /* we handle SIGINT so exit() is reached and flushes stdout */
273 exit (0);
276 exit (1);
  /external/e2fsprogs/misc/
logsave.c 39 exit(1);
113 exit(1);
119 exit(1);
128 exit(1);
142 sprintf(buffer, " died with exit status %d\n", rc);
172 exit(1);
243 exit(1);
249 exit(rc);
261 exit(rc);
  /external/e2fsprogs/tests/f_big_sparse/
expect.1 16 Exit status is 1
  /external/e2fsprogs/tests/f_bitmaps/
expect.1 17 Exit status is 1
  /external/e2fsprogs/tests/f_crashdisk/
expect.1 10 Exit status is 8
  /external/e2fsprogs/tests/f_end-bitmap/
expect.1 19 Exit status is 1
  /external/e2fsprogs/tests/f_miss_blk_bmap/
expect.1 19 Exit status is 1
  /external/e2fsprogs/tests/f_overfsblks/
expect.1 18 Exit status is 1
  /external/e2fsprogs/tests/f_salvage_dir/
expect.1 19 Exit status is 1
  /external/e2fsprogs/tests/m_mkfs_overhead/
expect.1 7 Exit status is 8
  /external/e2fsprogs/tests/m_no_opt/
expect.1 7 Exit status is 8
  /external/expat/tests/benchmark/
benchmark.c 22 exit(rc);
58 exit(2);
66 exit(3);
98 exit (4);
  /external/libffi/testsuite/libffi.call/
return_ldl.c 33 exit(0);
  /external/netcat/data/
xor.c 60 exit (1);
65 exit (1);
88 exit (1);
90 exit (0);
  /external/openssl/crypto/bn/
exptest.c 89 if (ctx == NULL) EXIT(1);
103 if (out == NULL) EXIT(1);
128 EXIT(1);
136 EXIT(1);
144 EXIT(1);
152 EXIT(1);
179 EXIT(1);
194 EXIT(0);
201 EXIT(1);

Completed in 100 milliseconds

<<11121314151617181920>>