OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIT_SUCCESS
(Results
126 - 150
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/opus/src/src/
repacketizer_demo.c
211
return
EXIT_SUCCESS
;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c
228
return
EXIT_SUCCESS
;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
bitvect_test.c
175
return (nf == 0) ?
EXIT_SUCCESS
: EXIT_FAILURE;
leb128_test.c
198
return (nf == 0) ?
EXIT_SUCCESS
: EXIT_FAILURE;
/external/dropbear/
cli-session.c
121
cli_ses.retval =
EXIT_SUCCESS
; /* Assume it's clean if we don't get a
/external/dropbear/libtomcrypt/demos/
multi.c
104
return
EXIT_SUCCESS
;
/external/iproute2/ip/
ip.c
109
int ret =
EXIT_SUCCESS
;
/external/libvpx/libvpx/
example_xma.c
189
return
EXIT_SUCCESS
;
/external/libvpx/libvpx/examples/
encoder_tmpl.c
185
return
EXIT_SUCCESS
;
/external/oprofile/libutil++/tests/
file_manip_tests.cpp
240
return
EXIT_SUCCESS
;
/frameworks/native/opengl/tests/angeles/
app-linux.cpp
231
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/listening/
seekTorture.c
136
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/sandbox/
dim.c
155
return
EXIT_SUCCESS
;
multithread.c
193
return
EXIT_SUCCESS
;
urimime.c
163
return
EXIT_SUCCESS
;
xa.c
132
return
EXIT_SUCCESS
;
/system/extras/tests/sdcard/
testcase.cpp
115
exit(
EXIT_SUCCESS
);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc
723
# if ! defined _ALLOCA_H && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
726
# ifndef
EXIT_SUCCESS
727
# define
EXIT_SUCCESS
0
750
# if (defined __cplusplus && ! defined
EXIT_SUCCESS
\
754
# ifndef
EXIT_SUCCESS
755
# define
EXIT_SUCCESS
0
760
# if ! defined malloc && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
767
# if ! defined free && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
[
all
...]
glcpp-parse.c
456
# if ! defined _ALLOCA_H && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
459
# ifndef
EXIT_SUCCESS
460
# define
EXIT_SUCCESS
0
483
# if (defined __cplusplus && ! defined
EXIT_SUCCESS
\
487
# ifndef
EXIT_SUCCESS
488
# define
EXIT_SUCCESS
0
493
# if ! defined malloc && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
500
# if ! defined free && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
[
all
...]
/external/oprofile/daemon/
oprofiled.c
138
_exit(
EXIT_SUCCESS
);
437
if(opd_ext_initialize(ext_feature) !=
EXIT_SUCCESS
)
/system/extras/latencytop/
latencytop.c
98
exit(
EXIT_SUCCESS
);
408
exit(
EXIT_SUCCESS
);
/external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c
56
#ifndef
EXIT_SUCCESS
57
#define
EXIT_SUCCESS
0
58
#endif /* !defined
EXIT_SUCCESS
*/
315
exit(
EXIT_SUCCESS
);
317
usage(progname, stdout,
EXIT_SUCCESS
);
590
exit(
EXIT_SUCCESS
);
/external/icu4c/tools/tzcode/
zdump.c
56
#ifndef
EXIT_SUCCESS
57
#define
EXIT_SUCCESS
0
58
#endif /* !defined
EXIT_SUCCESS
*/
315
exit(
EXIT_SUCCESS
);
317
usage(progname, stdout,
EXIT_SUCCESS
);
590
exit(
EXIT_SUCCESS
);
/external/chromium_org/base/process/
launch_posix.cc
612
return result == EXECUTE_SUCCESS && exit_code ==
EXIT_SUCCESS
;
625
exit_code ==
EXIT_SUCCESS
);
/ndk/sources/host-tools/make-3.81/
make.h
241
#ifndef
EXIT_SUCCESS
242
# define
EXIT_SUCCESS
0
Completed in 1764 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>