OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit_success
(Results
176 - 200
of
320
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/elfutils/src/tests/
backtrace-data.c
325
return
EXIT_SUCCESS
;
/external/iproute2/ip/
ip.c
109
int ret =
EXIT_SUCCESS
;
/external/libvpx/libvpx/examples/
set_maps.c
244
return
EXIT_SUCCESS
;
twopass_encoder.c
229
return
EXIT_SUCCESS
;
/external/toybox/toys/posix/
cut.c
105
toys.exitval =
EXIT_SUCCESS
;
/external/vixl/test/
test-runner.cc
208
return
EXIT_SUCCESS
;
/frameworks/base/cmds/idmap/
inspect.cpp
309
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/examples/
slesTestPlayFdPath.cpp
230
return
EXIT_SUCCESS
;
slesTestSawtoothBufferQueue.cpp
295
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/mimeUri/
slesTest_playStates.cpp
240
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/sandbox/
intbufq.c
280
return
EXIT_SUCCESS
;
monkey.c
301
return
EXIT_SUCCESS
;
multiplay.c
284
return
EXIT_SUCCESS
;
srcsink.c
219
return
EXIT_SUCCESS
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c
242
return
EXIT_SUCCESS
;
twopass_encoder.c
229
return
EXIT_SUCCESS
;
/system/core/toolbox/
iftop.c
255
exit(
EXIT_SUCCESS
);
/external/selinux/policycoreutils/secon/
secon.c
208
usage(program_name,
EXIT_SUCCESS
);
212
exit(
EXIT_SUCCESS
);
761
exit(
EXIT_SUCCESS
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h
233
FATAL_EXIT_CODE to
EXIT_SUCCESS
and EXIT_FAILURE respectively,
236
# ifdef
EXIT_SUCCESS
237
# define SUCCESS_EXIT_CODE
EXIT_SUCCESS
[
all
...]
/system/core/init/
builtins.cpp
322
goto
exit_success
;
354
goto
exit_success
;
373
exit_success
:
/art/cmdline/
README.md
65
return
EXIT_SUCCESS
;
cmdline.h
332
return
EXIT_SUCCESS
;
/external/boringssl/src/crypto/
constant_time_test.c
302
return
EXIT_SUCCESS
;
/external/elfutils/src/libcpu/
i386_parse.c
499
# if ! defined _ALLOCA_H && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
502
/* Use
EXIT_SUCCESS
as a witness for stdlib.h. */
503
# ifndef
EXIT_SUCCESS
504
# define
EXIT_SUCCESS
0
527
# if (defined __cplusplus && ! defined
EXIT_SUCCESS
\
531
# ifndef
EXIT_SUCCESS
532
# define
EXIT_SUCCESS
0
537
# if ! defined malloc && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
544
# if ! defined free && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
[
all
...]
/external/elfutils/src/src/
ldscript.c
384
# if ! defined _ALLOCA_H && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
387
/* Use
EXIT_SUCCESS
as a witness for stdlib.h. */
388
# ifndef
EXIT_SUCCESS
389
# define
EXIT_SUCCESS
0
412
# if (defined __cplusplus && ! defined
EXIT_SUCCESS
\
416
# ifndef
EXIT_SUCCESS
417
# define
EXIT_SUCCESS
0
422
# if ! defined malloc && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
429
# if ! defined free && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
[
all
...]
Completed in 365 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>