HomeSort by relevance Sort by last modified time
    Searched refs:EXIT_SUCCESS (Results 201 - 225 of 382) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/oprofile/daemon/
oprofiled.c 138 _exit(EXIT_SUCCESS);
437 if(opd_ext_initialize(ext_feature) != EXIT_SUCCESS)
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 78 return EXIT_SUCCESS;
305 return EXIT_SUCCESS;
  /system/extras/latencytop/
latencytop.c 98 exit(EXIT_SUCCESS);
408 exit(EXIT_SUCCESS);
  /system/extras/taskstats/
taskstats.c 329 return EXIT_SUCCESS;
372 return EXIT_SUCCESS;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 56 #ifndef EXIT_SUCCESS
57 #define EXIT_SUCCESS 0
58 #endif /* !defined EXIT_SUCCESS */
315 exit(EXIT_SUCCESS);
317 usage(progname, stdout, EXIT_SUCCESS);
590 exit(EXIT_SUCCESS);
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 56 #ifndef EXIT_SUCCESS
57 #define EXIT_SUCCESS 0
58 #endif /* !defined EXIT_SUCCESS */
315 exit(EXIT_SUCCESS);
317 usage(progname, stdout, EXIT_SUCCESS);
590 exit(EXIT_SUCCESS);
  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 434 exit(EXIT_SUCCESS);
465 return EXIT_SUCCESS;
  /external/chromium_org/base/process/
launch_posix.cc 638 return result == EXECUTE_SUCCESS && exit_code == EXIT_SUCCESS;
651 exit_code == EXIT_SUCCESS);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 456 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
459 # ifndef EXIT_SUCCESS
460 # define EXIT_SUCCESS 0
483 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
487 # ifndef EXIT_SUCCESS
488 # define EXIT_SUCCESS 0
493 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
500 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 112 if (version==argc-1) exit(EXIT_SUCCESS);
202 return EXIT_SUCCESS;
  /ndk/sources/host-tools/make-3.81/
make.h 241 #ifndef EXIT_SUCCESS
242 # define EXIT_SUCCESS 0
  /system/extras/ksmutils/
ksminfo.c 79 int rc = EXIT_SUCCESS;
103 exit(EXIT_SUCCESS);
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 323 return EXIT_SUCCESS;
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
set_maps.c 254 return EXIT_SUCCESS;
twopass_encoder.c 264 return EXIT_SUCCESS;
  /external/chromium_org/tools/android/file_poller/
file_poller.cc 206 return EXIT_SUCCESS;
  /external/jhead/
jhead.h 153 #define EXIT_SUCCESS 0
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 327 return EXIT_SUCCESS;
set_maps.c 242 return EXIT_SUCCESS;
twopass_encoder.c 229 return EXIT_SUCCESS;
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 249 return EXIT_SUCCESS;
  /external/oprofile/libabi/
opimport.cpp 159 if (rc != EXIT_SUCCESS) {
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 324 return EXIT_SUCCESS;
  /external/qemu-pc-bios/vgabios/
biossums.c 171 return (EXIT_SUCCESS);
  /external/tinycompress/
cplay.c 196 exit(EXIT_SUCCESS);

Completed in 713 milliseconds

1 2 3 4 5 6 7 891011>>