OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit_success
(Results
251 - 275
of
320
) sorted by null
<<
11
12
13
/frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp
411
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp
345
return
EXIT_SUCCESS
;
slesTestManyPlayers.cpp
345
return
EXIT_SUCCESS
;
slesTestPlayUri.cpp
354
return
EXIT_SUCCESS
;
slesTestSlowDownUri.cpp
429
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/sandbox/
playbq.c
632
return
EXIT_SUCCESS
;
playbq.cpp
632
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp
410
return
EXIT_SUCCESS
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c
470
return
EXIT_SUCCESS
;
vp9_spatial_scalable_encoder.c
390
return
EXIT_SUCCESS
;
/system/extras/cpustats/
cpustats.c
103
exit(
EXIT_SUCCESS
);
/art/imgdiag/
imgdiag.cc
[
all
...]
/external/bison/darwin-lib/
stdlib.h
437
#ifndef
EXIT_SUCCESS
438
# define
EXIT_SUCCESS
0
[
all
...]
/external/bison/linux-lib/
stdlib.h
437
#ifndef
EXIT_SUCCESS
438
# define
EXIT_SUCCESS
0
[
all
...]
/external/libpcap/
grammar.c
729
# if ! defined _ALLOCA_H && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
732
# ifndef
EXIT_SUCCESS
733
# define
EXIT_SUCCESS
0
756
# if (defined __cplusplus && ! defined
EXIT_SUCCESS
\
760
# ifndef
EXIT_SUCCESS
761
# define
EXIT_SUCCESS
0
766
# if ! defined malloc && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
773
# if ! defined free && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
[
all
...]
/external/bison/
maint.mk
385
# perl -pi -e 's/(^|[^.])\b(exit ?)\(0\)/$1$2(
EXIT_SUCCESS
)/'
392
# Using
EXIT_SUCCESS
as the first argument to error is misleading,
395
@prohibit='error *\(
EXIT_SUCCESS
,' \
397
halt='found error (
EXIT_SUCCESS
' \
707
# FIXME: warn about definitions of EXIT_FAILURE,
EXIT_SUCCESS
, STREQ
[
all
...]
/external/bison/src/
parse-gram.c
498
# if (defined __cplusplus && ! defined
EXIT_SUCCESS
\
502
# ifndef
EXIT_SUCCESS
503
# define
EXIT_SUCCESS
0
508
# if ! defined malloc && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
515
# if ! defined free && ! defined
EXIT_SUCCESS
&& (defined __STDC__ || defined __C99__FUNC__ \
[
all
...]
/external/google-tv-pairing-protocol/cpp/
libtool
537
EXIT_SUCCESS
=0
542
exit_status=$
EXIT_SUCCESS
1081
exit $
EXIT_SUCCESS
[
all
...]
/art/dex2oat/
dex2oat.cc
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c
857
return
EXIT_SUCCESS
;
/external/ceres-solver/examples/
libmv_bundle_adjuster.cc
841
return
EXIT_SUCCESS
;
/external/dhcpcd/
ipv6rs.c
550
exit(
EXIT_SUCCESS
);
/external/jpeg/
cjpeg.c
604
exit(jerr.num_warnings ? EXIT_WARNING :
EXIT_SUCCESS
);
djpeg.c
614
exit(jerr.num_warnings ? EXIT_WARNING :
EXIT_SUCCESS
);
/external/libcap-ng/libcap-ng-0.7/
ltmain.sh
148
EXIT_SUCCESS
=0
153
exit_status=$
EXIT_SUCCESS
[
all
...]
Completed in 486 milliseconds
<<
11
12
13