HomeSort by relevance Sort by last modified time
    Searched refs:EXIT_SUCCESS (Results 251 - 275 of 291) sorted by null

<<1112

  /external/qemu-pc-bios/bochs/bios/
biossums.c 238 return(EXIT_SUCCESS);
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 566 return EXIT_SUCCESS;
slesTestFeedback.cpp 424 return EXIT_SUCCESS;
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 429 return EXIT_SUCCESS;
  /system/extras/cpustats/
cpustats.c 102 exit(EXIT_SUCCESS);
  /system/extras/librank/
librank.c 278 exit(EXIT_SUCCESS);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 735 exit(EXIT_SUCCESS);
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 365 return ran_ok && exit_code == EXIT_SUCCESS;
403 if (!ran_ok || success_code != EXIT_SUCCESS) {
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp 446 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
449 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
450 # ifndef EXIT_SUCCESS
451 # define EXIT_SUCCESS 0
474 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
478 # ifndef EXIT_SUCCESS
479 # define EXIT_SUCCESS 0
484 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
491 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 841 return EXIT_SUCCESS;
  /external/chromium_org/tools/android/memdump/
memdump.cc 522 return EXIT_SUCCESS;
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 823 return EXIT_SUCCESS;
  /external/libvpx/libvpx/
vp8_scalable_patterns.c 693 return EXIT_SUCCESS;
  /frameworks/wilhelm/tests/sandbox/
playbq.c 547 return EXIT_SUCCESS;
playbq.cpp 547 return EXIT_SUCCESS;
reverb.c 663 return EXIT_SUCCESS;
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 177 public static final int EXIT_SUCCESS = placeholder();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 135 #define EXIT_SUCCESS 0 /* Successful exit status. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 135 #define EXIT_SUCCESS 0 /* Successful exit status. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 135 #define EXIT_SUCCESS 0 /* Successful exit status. */
  /system/core/toolbox/
top.c 165 exit(EXIT_SUCCESS);
  /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/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 616 exit(EXIT_SUCCESS);
618 usage(stdout, EXIT_SUCCESS);
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 616 exit(EXIT_SUCCESS);
618 usage(stdout, EXIT_SUCCESS);
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 701 milliseconds

<<1112