HomeSort by relevance Sort by last modified time
    Searched full:exit_success (Results 251 - 275 of 386) sorted by null

<<111213141516

  /frameworks/wilhelm/tests/examples/
slesTestEqOutputPath.cpp 338 return EXIT_SUCCESS;
slesTestPlayFdPath.cpp 261 return EXIT_SUCCESS;
slesTestVirtualizerPath.cpp 295 return EXIT_SUCCESS;
xaVideoDecoderCapabilities.cpp 310 return EXIT_SUCCESS;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 317 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/connectivity/shill/shims/
crypto_util.cc 430 return_code = EXIT_SUCCESS;
  /system/extras/librank/
librank.c 279 exit(EXIT_SUCCESS);
  /system/extras/procmem/
procmem.c 125 exit(EXIT_SUCCESS);
  /toolchain/binutils/binutils-2.25/gold/
gold.h 60 GOLD_OK = EXIT_SUCCESS,
  /external/bison/lib/
stdlib.in.h 115 #ifndef EXIT_SUCCESS
116 # define EXIT_SUCCESS 0
  /external/libjpeg-turbo/
cjpeg.c 298 exit(EXIT_SUCCESS);
640 exit(jerr.num_warnings ? EXIT_WARNING : EXIT_SUCCESS);
djpeg.c 277 exit(EXIT_SUCCESS);
777 exit(jerr.num_warnings ? EXIT_WARNING : 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 218 initConstant(env, c, "EXIT_SUCCESS", EXIT_SUCCESS);
  /system/bt/service/client/
main.cpp 875 return EXIT_SUCCESS;
885 return EXIT_SUCCESS;
  /external/libpcap/
grammar.c 769 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
771 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
772 # ifndef EXIT_SUCCESS
773 # define EXIT_SUCCESS 0
796 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
800 # ifndef EXIT_SUCCESS
801 # define EXIT_SUCCESS 0
806 # if ! defined malloc && ! defined EXIT_SUCCESS
812 # if ! defined free && ! defined EXIT_SUCCESS
    [all...]
  /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...]
  /external/google-breakpad/autotools/
ltmain.sh 132 EXIT_SUCCESS=0
137 exit_status=$EXIT_SUCCESS
580 exit $EXIT_SUCCESS
    [all...]
  /external/google-tv-pairing-protocol/cpp/
ltmain.sh 132 EXIT_SUCCESS=0
137 exit_status=$EXIT_SUCCESS
580 exit $EXIT_SUCCESS
    [all...]

Completed in 3119 milliseconds

<<111213141516