OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit
(Results
451 - 475
of
4191
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/dropbear/libtomcrypt/testprof/
der_tests.c
36
exit
(EXIT_FAILURE);
47
exit
(EXIT_FAILURE);
53
exit
(EXIT_FAILURE);
58
exit
(EXIT_FAILURE);
63
exit
(EXIT_FAILURE);
84
exit
(EXIT_FAILURE);
94
exit
(EXIT_FAILURE);
101
exit
(EXIT_FAILURE);
174
exit
(EXIT_FAILURE);
190
exit
(EXIT_FAILURE)
[
all
...]
/external/e2fsprogs/lib/et/
compile_et.sh.in
17
exit
1
37
exit
1
46
exit
1;
/external/e2fsprogs/misc/
tune2fs.c
108
exit
(1);
224
exit
(1);
262
exit
(1);
269
exit
(1);
276
exit
(1);
287
exit
(1);
303
exit
(1);
347
exit
(1);
357
exit
(1);
364
exit
(1)
[
all
...]
/external/elfutils/tests/
run-get-pubnames.sh
17
bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null ||
exit
0
20
bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null ||
exit
0
53
exit
0
/external/expat/examples/
outline.c
78
exit
(-1);
90
exit
(-1);
98
exit
(-1);
/external/freetype/src/cff/
cffpic.c
79
goto
Exit
;
82
goto
Exit
;
90
Exit
:
/external/freetype/src/sfnt/
sfntpic.c
77
goto
Exit
;
80
goto
Exit
;
90
Exit
:
/external/icu4c/samples/udata/
writer.c
84
exit
(errorCode);
98
exit
(errorCode);
105
exit
(U_INTERNAL_PROGRAM_ERROR);
/external/icu4c/tools/genbrk/
genbrk.cpp
73
exit
(retCode);
167
exit
(1);
207
exit
(-1);
217
exit
(-1);
230
exit
(status);
244
exit
(status);
259
exit
(status);
272
exit
(status);
293
exit
(status);
316
exit
(status)
[
all
...]
/external/iproute2/examples/
dhcp-client-script
337
exit
1
341
exit
0
355
exit
0
359
exit
0
364
exit
0
366
exit
1
390
exit
0
405
exit
0
421
exit
1
433
exit
[
all
...]
/external/openssl/crypto/
o_dir_test.c
61
exit
(1);
67
exit
(2);
69
exit
(0);
/external/webkit/WebCore/platform/win/
SharedBufferWin.cpp
51
goto
exit
;
57
goto
exit
;
65
exit
:
/sdk/emulator/qtools/
q2g.cpp
38
exit
(1);
80
// If we haven't yet recorded the procedure
exit
for the previous
98
// If we haven't already recorded a procedure
exit
, then do so.
/system/core/toolbox/
ioctl.c
54
exit
(1);
60
exit
(1);
90
exit
(1);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c
245
goto
EXIT
; \
444
goto
EXIT
;
456
goto
EXIT
;
467
goto
EXIT
;
473
goto
EXIT
;
483
goto
EXIT
;
492
goto
EXIT
;
501
goto
EXIT
;
512
goto
EXIT
;
521
goto
EXIT
;
[
all
...]
/external/iproute2/ip/
xfrm_state.c
114
exit
(-1);
436
exit
(1);
445
exit
(1);
453
exit
(1);
458
exit
(1);
469
exit
(1);
475
exit
(1);
483
exit
(1);
489
exit
(1);
494
exit
(1)
[
all
...]
/external/icu4c/tools/genprops/
genprops.c
307
exit
(U_PARSE_ERROR);
318
exit
(U_PARSE_ERROR);
339
exit
(U_PARSE_ERROR);
345
exit
(*pErrorCode);
356
exit
(U_PARSE_ERROR);
369
exit
(U_PARSE_ERROR);
378
exit
(U_PARSE_ERROR);
402
exit
(U_PARSE_ERROR);
410
exit
(U_PARSE_ERROR);
417
exit
(U_PARSE_ERROR)
[
all
...]
/external/dropbear/
configure
25
if ( (MAIL=60; unset MAIL) ||
exit
) >/dev/null 2>&1; then
89
echo "
exit
0" >>conf$$.sh
126
{ (
exit
1);
exit
1; }; }
176
{ (
exit
1);
exit
1; }; }
182
#
Exit
status is that of the last command.
183
exit
245
# hostname on some systems (SVR3.2, Linux) returns a bogus
exit
status,
400
{ (
exit
1); exit 1; };
[
all
...]
/external/jpeg/
ltmain.sh
57
exit
1
63
exit
1
111
exit
0
130
exit
0
150
exit
1
163
exit
1
212
exit
1
237
exit
1
299
exit
1
306
exit
[
all
...]
/bionic/libc/kernel/common/linux/
init.h
19
#define __exitdata __attribute__ ((__section__(".
exit
.data")))
20
#define __exit_call __attribute_used__ __attribute__ ((__section__ (".exitcall.
exit
")))
23
#define __exit __attribute__ ((__section__(".
exit
.text")))
25
#define __exit __attribute_used__ __attribute__ ((__section__(".
exit
.text")))
/build/core/
find-jdk-tools-jar.sh
7
exit
1
/cts/tools/signature-tools/src/signature/
Main.java
83
System.
exit
(2);
87
System.
exit
(3);
97
System.
exit
(1);
106
System.
exit
(0);
/dalvik/dx/src/junit/textui/
TestRunner.java
140
System.
exit
(FAILURE_EXIT);
141
System.
exit
(SUCCESS_EXIT);
144
System.
exit
(EXCEPTION_EXIT);
181
System.
exit
(FAILURE_EXIT);
/dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestIsolator.java
60
* the result. Exits with one of the usual JUnit
exit
values.
79
System.
exit
(FAILURE_EXIT);
82
System.
exit
(SUCCESS_EXIT);
87
System.
exit
(EXCEPTION_EXIT);
/dalvik/libcore/luni/src/test/java/junit/textui/
TestRunner.java
140
System.
exit
(FAILURE_EXIT);
141
System.
exit
(SUCCESS_EXIT);
144
System.
exit
(EXCEPTION_EXIT);
181
System.
exit
(FAILURE_EXIT);
Completed in 587 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>