HomeSort by relevance Sort by last modified time
    Searched refs:exit (Results 76 - 100 of 4973) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
rlimit_nofile.c 20 exit(1);
29 exit(1);
35 exit(1);
44 exit(1);
50 exit(1);
59 exit(1);
65 exit(1);
101 exit(0);
pth_rwlock.c 19 exit(1);
26 exit(1);
30 exit(0);
pth_stackalign.c 24 exit(1);
30 exit(1);
33 exit(0);
  /ndk/sources/cxx-stl/gabi++/tests/
libtest_malloc_lockup.cpp 43 exit(1);
48 exit(2);
  /ndk/tests/device/test-stlport_shared-exception/jni/
filter1.cpp 4 extern "C" void exit(int);
43 a::~a() { exit (0); }
  /ndk/tests/device/test-stlport_static-exception/jni/
filter1.cpp 4 extern "C" void exit(int);
43 a::~a() { exit (0); }
  /system/core/libsparse/
img2simg.c 57 exit(-1);
66 exit(-1);
75 exit(-1);
85 exit(-1);
95 exit(-1);
102 exit(-1);
108 exit(-1);
114 exit(0);
simg2simg.c 56 exit(-1);
64 exit(-1);
70 exit(-1);
76 exit(-1);
82 exit(-1);
88 exit(-1);
95 exit(-1);
101 exit(-1);
107 exit(-1);
114 exit(0)
    [all...]
append2simg.c 70 exit(-1);
76 exit(-1);
82 exit(-1);
88 exit(-1);
94 exit(-1);
100 exit(-1);
103 exit(-1);
110 exit(-1);
117 exit(-1);
123 exit(-1)
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
kernel_driver.c 53 exit(255);
70 exit(1);
87 exit(1);
100 exit(1);
108 exit(1);
rand_gen.c 66 exit(255);
84 exit(1);
97 exit(1);
117 exit(1);
135 exit(1);
  /external/libsepol/utils/
chkcon.c 14 exit(1);
28 exit(1);
33 exit(1);
39 exit(1);
43 exit(0);
  /external/srtp/crypto/test/
kernel_driver.c 53 exit(255);
70 exit(1);
87 exit(1);
100 exit(1);
108 exit(1);
rand_gen.c 66 exit(255);
84 exit(1);
97 exit(1);
117 exit(1);
135 exit(1);
  /external/qemu/distrib/libsparse/src/
simg2simg.c 56 exit(-1);
64 exit(-1);
70 exit(-1);
76 exit(-1);
82 exit(-1);
88 exit(-1);
95 exit(-1);
101 exit(-1);
107 exit(-1);
114 exit(0)
    [all...]
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 147 exit(1);
156 exit(2);
165 exit(3);
177 exit(10);
184 exit(4);
196 exit(11);
203 exit(5);
216 exit(12);
223 exit(13);
237 exit(((optopt == 0) || (optopt == '?')) ? 0 : 6)
    [all...]
  /system/netd/server/
main.cpp 55 exit(1);
63 exit(1);
72 exit(1);
78 exit(1);
84 exit(1);
92 exit(1);
101 exit(0);
  /external/compiler-rt/test/BlocksRuntime/
fail.c 57 exit(1);
62 exit(10);
66 exit(1);
72 exit(1);
76 exit(1);
78 //printf("exit status of child %d was %d\n", child, WEXITSTATUS(status));
89 exit(1);
95 exit(1);
100 exit(1);
105 exit(0)
    [all...]
  /external/compiler-rt/test/tsan/
fork_deadlock.cc 21 exit(1);
37 exit(0);
41 exit(1);
  /external/e2fsprogs/e2fsck/
flushb.c 35 exit(1);
49 exit(1);
58 exit(1);
  /external/oprofile/libutil/tests/
file_tests.c 51 exit(EXIT_FAILURE);
57 exit(EXIT_FAILURE);
63 exit(EXIT_FAILURE);
  /sdk/emulator/opengl/tests/ut_renderer/
ut_renderer.cpp 35 exit(1);
42 exit(1);
52 exit(3);
  /system/core/toolbox/
runcon.c 14 exit(1);
20 exit(2);
27 exit(3);
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 146 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) {
151 __ j(not_equal, exit);
169 Label exit; local
171 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0));
172 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127));
173 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128));
174 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255));
175 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256));
176 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue));
177 TestMoveSmi(masm, &exit, 7, Smi::FromInt(-1))
258 Label exit; local
308 Label exit; local
436 Label exit; local
480 Label exit; local
490 __ j(NegateCondition(cond), &exit); local
501 __ j(NegateCondition(cond), &exit); local
512 __ j(NegateCondition(cond), &exit); local
523 __ j(NegateCondition(cond), &exit); local
536 __ j(NegateCondition(cond), &exit); local
564 __ j(NegateCondition(cond), &exit); local
589 __ j(NegateCondition(cond), &exit); local
605 __ j(NegateCondition(cond), &exit); local
624 __ j(NegateCondition(cond), &exit); local
634 __ j(NegateCondition(cond), &exit); local
639 __ j(NegateCondition(cond), &exit); local
644 __ j(NegateCondition(cond), &exit); local
649 __ j(NegateCondition(cond), &exit); local
728 Label exit; local
944 Label exit; local
1165 Label exit; local
1255 Label exit; local
1361 Label exit; local
1471 Label exit; local
1568 Label exit; local
1637 Label exit; local
1716 Label exit; local
1797 Label exit; local
1880 Label exit; local
1947 Label exit; local
2043 Label exit; local
2149 Label exit; local
2218 Label exit; local
2282 Label exit; local
2324 Label exit; local
2678 Label exit; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
exit.c 1 /* $OpenBSD: exit.c,v 1.12 2007/09/03 14:40:16 millert Exp $ */
48 * Exit, flushing stdio buffers if necessary.
51 exit(int status) function

Completed in 1248 milliseconds

1 2 34 5 6 7 8 91011>>