OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit_success
(Results
1 - 25
of
386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/tools/llvm-objdump/Inputs/
libbogus1.a
9
return
EXIT_SUCCESS
;
libbogus2.a
9
return
EXIT_SUCCESS
;
libbogus3.a
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
/frameworks/wilhelm/tools/hashgen/
frag3.c
34
return
EXIT_SUCCESS
;
frag1.c
38
return
EXIT_SUCCESS
;
test.c
47
return
EXIT_SUCCESS
;
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c
72
#ifndef
EXIT_SUCCESS
73
#define
EXIT_SUCCESS
0
252
if (!WIFEXITED (status) || WEXITSTATUS (status) !=
EXIT_SUCCESS
)
299
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
300
|| !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) !=
EXIT_SUCCESS
)
317
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
318
|| !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) !=
EXIT_SUCCESS
)
335
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
336
|| !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) !=
EXIT_SUCCESS
)
363
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
[
all
...]
/frameworks/native/cmds/bugreportz/
main.cpp
53
return
EXIT_SUCCESS
;
59
return
EXIT_SUCCESS
;
85
return
EXIT_SUCCESS
;
/system/bt/service/
main.cpp
64
return
EXIT_SUCCESS
;
74
return
EXIT_SUCCESS
;
89
return
EXIT_SUCCESS
;
/external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c
45
return
EXIT_SUCCESS
;
/external/autotest/client/site_tests/security_SMMLocked/src/
smm.c
26
int code =
EXIT_SUCCESS
;
80
exit(
EXIT_SUCCESS
);
/external/opencv3/samples/tapi/
bgfg_segm.cpp
31
return
EXIT_SUCCESS
;
122
return
EXIT_SUCCESS
;
clahe.cpp
44
return
EXIT_SUCCESS
;
108
return
EXIT_SUCCESS
;
/external/autotest/client/tests/memory_api/
mremaps.c
73
exit(
EXIT_SUCCESS
);
/hardware/bsp/intel/peripheral/libmraa/examples/
uart.c
48
return
EXIT_SUCCESS
;
iio_driver.c
121
return
EXIT_SUCCESS
;
140
return
EXIT_SUCCESS
;
/ndk/tests/device/test-unwind-struct/jni/
main.c
45
return
EXIT_SUCCESS
;
/system/core/libnetutils/
dhcptool.c
46
return rc ? EXIT_FAILURE :
EXIT_SUCCESS
;
/system/media/audio_utils/tests/
limiter_tests.c
41
return
EXIT_SUCCESS
;
/cts/tests/aslr/src/
AslrMallocTest.cpp
103
ASSERT_TRUE(WEXITSTATUS(status) ==
EXIT_SUCCESS
);
161
return
EXIT_SUCCESS
;
/external/libbrillo/brillo/
asynchronous_signal_handler_unittest.cc
124
_Exit(
EXIT_SUCCESS
);
135
EXPECT_EQ(
EXIT_SUCCESS
, infos_[0].ssi_status);
/external/libjpeg-turbo/
cdjpeg.h
139
#ifndef
EXIT_SUCCESS
140
#define
EXIT_SUCCESS
0
/system/connectivity/shill/setup_wifi/
main.cc
122
return
EXIT_SUCCESS
;
142
return
EXIT_SUCCESS
;
/external/autotest/client/tests/kvm/deps/test_clock_getres/
test_clock_getres.c
48
return
EXIT_SUCCESS
;
Completed in 663 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>