OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit
(Results
76 - 100
of
2536
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
vms-conf.h
31
/* Override default
exit
behavior. */
32
#define
exit
vms_exit
macro
/frameworks/base/core/java/com/android/internal/util/
IState.java
46
void
exit
();
method in interface:IState
/external/compiler-rt/BlocksRuntime/tests/
k-and-r.c
21
exit
(1);
32
exit
(0);
/external/hyphenation/
hnjalloc.c
50
exit
(1);
62
exit
(1);
/external/srec/portable/include/
ptstutils.h
40
exit
(-1); \
50
exit
(-1); \
/external/valgrind/main/cachegrind/tests/
dlclose.c
22
exit
(1);
28
exit
(1);
/external/valgrind/main/gdbserver_tests/
fork_chain.c
15
exit
(1);
28
exit
(1);
/external/valgrind/main/none/tests/s390x/
ex_sig.c
29
exit
(1);
45
exit
(0);
/frameworks/compile/linkloader/tests/stubs/
stub-layout-test.cpp
38
exit
(EXIT_FAILURE);
43
exit
(EXIT_FAILURE);
/system/core/libsparse/
img2simg.c
58
exit
(-1);
67
exit
(-1);
76
exit
(-1);
86
exit
(-1);
96
exit
(-1);
103
exit
(-1);
109
exit
(-1);
115
exit
(0);
simg2img.c
48
exit
(-1);
54
exit
(-1);
64
exit
(-1);
71
exit
(-1);
79
exit
(-1);
87
exit
(0);
/dalvik/dvz/
dvz.cpp
52
exit
(-1);
58
exit
(-1);
79
exit
(-1);
91
"The
exit
code of the spawned VM instance is dropped.\n");
99
exit
(0);
106
exit
(-1);
108
exit
(0);
/external/e2fsprogs/misc/
mklost+found.c
50
exit
(1);
54
exit
(1);
66
exit
(1);
72
exit
(1);
82
exit
(1);
85
exit
(0);
e2label.c
58
exit
(1);
63
exit
(1);
68
exit
(1);
72
exit
(1);
100
exit
(1);
105
exit
(1);
117
exit
(1);
/external/elfutils/tests/
scnnames.c
47
exit
(1);
54
exit
(1);
63
exit
(1);
69
exit
(1);
75
exit
(1);
95
exit
(1);
/system/core/toolbox/
load_policy.c
20
exit
(1);
27
exit
(2);
32
exit
(3);
38
exit
(4);
44
exit
(5);
48
exit
(0);
/external/valgrind/main/memcheck/tests/
mallinfo.c
38
exit
(1);
41
exit
(2);
46
exit
(3);
50
exit
(10);
53
exit
(11);
56
exit
(12);
59
exit
(13);
62
exit
(14);
66
exit
(15);
69
exit
(16)
[
all
...]
/external/e2fsprogs/util/
copy_sparse.c
19
exit
(EXIT_FAILURE);
58
exit
(1);
104
exit
(1);
108
exit
(1);
113
exit
(1);
118
exit
(1);
122
exit
(1);
138
exit
(1);
144
exit
(1);
158
exit
(1)
[
all
...]
/external/openssl/crypto/rc4/
rc4.c
118
exit
(1);
129
exit
(1);
141
exit
(1);
161
exit
(1);
177
exit
(1);
185
exit
(1);
190
exit
(0);
/external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c
25
exit
(status);
55
exit
(1);
68
exit
(0);
71
exit
(1);
84
exit
(0);
93
exit
(1);
104
exit
(1);
/external/openssl/crypto/x509v3/
v3conf.c
82
exit
(1);
90
exit
(1);
96
exit
(1);
101
exit
(1);
111
exit
(1);
/external/qemu/distrib/sdl-1.2.15/test/
testlock.c
45
exit
(sig);
55
exit
(1);
62
exit
(1);
82
exit
(1);
88
exit
(1);
/external/srtp/crypto/test/
aes_calc.c
28
exit
(255);
48
/* unrecognized flag, complain and
exit
*/
52
/* we've been fed the wrong number of arguments - compain and
exit
*/
62
exit
(1);
71
exit
(1);
80
exit
(1);
89
exit
(1);
/external/valgrind/main/exp-bbv/tests/x86/
million.S
16
#
Exit
22
exit
:
label
26
inc %eax # put
exit
syscall number (1) in eax
27
int $0x80 # and
exit
31
inc %eax # put
exit
syscall number (1) in eax
32
int $0x80 # and
exit
/external/valgrind/main/none/tests/
pth_cancel2.c
31
perror("read"),
exit
(1); \
42
perror("write"),
exit
(1); \
80
perror("open"),
exit
(1);
96
perror("close"),
exit
(1);
98
perror("unlink"),
exit
(1);
Completed in 1992 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>