OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIT_SUCCESS
(Results
1 - 25
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc
9
return
EXIT_SUCCESS
;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdlib.hpp
20
// in the C++ Standard Library, and to then deprecate
EXIT_SUCCESS
and
22
// new constants in terms of
EXIT_SUCCESS
and EXIT_FAILURE. In a new
33
const int
exit_success
=
EXIT_SUCCESS
; // implementation-defined value
member in namespace:boost
/external/oprofile/libutil/
op_version.c
23
exit(
EXIT_SUCCESS
);
/external/chromium_org/tools/android/purge_ashmem/
purge_ashmem.c
19
return
EXIT_SUCCESS
;
/external/oprofile/libutil++/tests/
cached_value_tests.cpp
64
return
EXIT_SUCCESS
;
79
return
EXIT_SUCCESS
;
comma_list_tests.cpp
69
return
EXIT_SUCCESS
;
glob_filter_tests.cpp
52
return
EXIT_SUCCESS
;
/external/chromium_org/tools/ipc_fuzzer/replay/
replay.cc
19
return
EXIT_SUCCESS
;
/external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c
58
return
EXIT_SUCCESS
;
genstring.c
101
return
EXIT_SUCCESS
;
/external/dropbear/libtomcrypt/demos/
timing.c
36
return
EXIT_SUCCESS
;
hashsum.c
31
exit(
EXIT_SUCCESS
);
64
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tools/hashgen/
frag1.c
38
return
EXIT_SUCCESS
;
frag3.c
34
return
EXIT_SUCCESS
;
/system/extras/tests/bionic/libc/common/
test_clock.c
55
_exit(
EXIT_SUCCESS
);
test_strptime.c
43
return
EXIT_SUCCESS
;
/external/chromium_org/third_party/WebKit/Source/testing/helper/
LayoutTestHelperWin.cpp
83
return
EXIT_SUCCESS
;
/external/oprofile/libutil/tests/
file_tests.c
68
return
EXIT_SUCCESS
;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
genversion.c
80
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tools/mphtogen/
mphtogen.c
65
return
EXIT_SUCCESS
;
/ndk/tests/device/test-unwind-struct/jni/
main.c
41
return
EXIT_SUCCESS
;
/system/core/toolbox/
readlink.c
94
return
EXIT_SUCCESS
;
/external/jpeg/
cdjpeg.h
171
#ifndef
EXIT_SUCCESS
173
#define
EXIT_SUCCESS
1 /* VMS is very nonstandard */
175
#define
EXIT_SUCCESS
0
/external/oprofile/libdb/tests/
db_test.c
61
if (rc !=
EXIT_SUCCESS
) {
105
if (rc !=
EXIT_SUCCESS
) {
186
return nr_error ? EXIT_FAILURE :
EXIT_SUCCESS
;
/external/qemu/distrib/jpeg-6b/
cdjpeg.h
171
#ifndef
EXIT_SUCCESS
173
#define
EXIT_SUCCESS
1 /* VMS is very nonstandard */
175
#define
EXIT_SUCCESS
0
Completed in 377 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>