OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit_success
(Results
201 - 225
of
320
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libvpx/libvpx/examples/
simple_encoder.c
258
return
EXIT_SUCCESS
;
vp9_spatial_svc_encoder.c
370
return
EXIT_SUCCESS
;
/external/tinycompress/
cplay.c
196
exit(
EXIT_SUCCESS
);
/external/toybox/toys/pending/
arping.c
98
if (toys.optflags & FLAG_U) exit(
EXIT_SUCCESS
);
/external/v8/preparser/
preparser-process.cc
369
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp
293
return
EXIT_SUCCESS
;
slesTestEqFdPath.cpp
337
return
EXIT_SUCCESS
;
slesTestEqOutputPath.cpp
338
return
EXIT_SUCCESS
;
slesTestVirtualizerPath.cpp
295
return
EXIT_SUCCESS
;
xaVideoDecoderCapabilities.cpp
313
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp
320
return
EXIT_SUCCESS
;
slesTestPlayStreamType.cpp
270
return
EXIT_SUCCESS
;
slesTestPlayUri2.cpp
287
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tools/permute/
permute.c
341
return
EXIT_SUCCESS
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c
327
return
EXIT_SUCCESS
;
simple_encoder.c
251
return
EXIT_SUCCESS
;
/system/bt/stack/smp/
aes.c
605
if(aes_encrypt(iv, iv, ctx) !=
EXIT_SUCCESS
)
611
return
EXIT_SUCCESS
;
656
if(aes_decrypt(in, out, ctx) !=
EXIT_SUCCESS
)
663
return
EXIT_SUCCESS
;
/system/extras/librank/
librank.c
279
exit(
EXIT_SUCCESS
);
/system/extras/procmem/
procmem.c
125
exit(
EXIT_SUCCESS
);
/art/oatdump/
oatdump.cc
[
all
...]
/external/bison/lib/
stdlib.in.h
115
#ifndef
EXIT_SUCCESS
116
# define
EXIT_SUCCESS
0
/external/sepolicy/tools/
check_seapp.c
699
exit(
EXIT_SUCCESS
);
1004
exit(
EXIT_SUCCESS
);
/frameworks/native/libs/binder/tests/
binderLibTest.cpp
688
exit(
EXIT_SUCCESS
);
892
exit(
EXIT_SUCCESS
);
/libcore/luni/src/main/native/
android_system_OsConstants.cpp
219
initConstant(env, c, "
EXIT_SUCCESS
",
EXIT_SUCCESS
);
/external/bison/tests/
regression.at
1332
/* Bring in malloc and set
EXIT_SUCCESS
so yacc.c doesn't try to
1335
#ifndef
EXIT_SUCCESS
1336
# define
EXIT_SUCCESS
0
[
all
...]
Completed in 615 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>