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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdlib.hpp 20 // in the C++ Standard Library, and to then deprecate EXIT_SUCCESS and
22 // new constants in terms of EXIT_SUCCESS and EXIT_FAILURE. In a new
33 const int exit_success = EXIT_SUCCESS; // implementation-defined value member in namespace:boost
  /external/oprofile/libutil/
op_version.c 23 exit(EXIT_SUCCESS);
  /external/chromium_org/tools/android/purge_ashmem/
purge_ashmem.c 19 return EXIT_SUCCESS;
  /external/oprofile/libutil++/tests/
cached_value_tests.cpp 64 return EXIT_SUCCESS;
79 return EXIT_SUCCESS;
comma_list_tests.cpp 69 return EXIT_SUCCESS;
glob_filter_tests.cpp 52 return EXIT_SUCCESS;
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay.cc 22 return EXIT_SUCCESS;
  /external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 58 return EXIT_SUCCESS;
  /frameworks/wilhelm/tools/hashgen/
frag1.c 38 return EXIT_SUCCESS;
frag3.c 34 return EXIT_SUCCESS;
  /system/extras/tests/bionic/libc/common/
test_clock.c 55 _exit(EXIT_SUCCESS);
  /system/core/toolbox/upstream-netbsd/bin/sleep/
sleep.c 122 return EXIT_SUCCESS;
141 return EXIT_SUCCESS;
157 _exit(EXIT_SUCCESS);
  /external/chromium_org/content/shell/renderer/test_runner/helper/
layout_test_helper_win.cc 53 return EXIT_SUCCESS;
  /external/oprofile/libutil/tests/
file_tests.c 68 return EXIT_SUCCESS;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
genversion.c 80 return EXIT_SUCCESS;
  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c 45 return EXIT_SUCCESS;
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 65 return EXIT_SUCCESS;
  /system/core/debuggerd/
crasher.c 151 return EXIT_SUCCESS;
157 return EXIT_SUCCESS;
160 return EXIT_SUCCESS;
191 return EXIT_SUCCESS;
  /system/core/toolbox/
readlink.c 94 return EXIT_SUCCESS;
  /external/chromium_org/third_party/libjpeg_turbo/
cdjpeg.h 174 #ifndef EXIT_SUCCESS
176 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */
178 #define EXIT_SUCCESS 0
  /external/jpeg/
cdjpeg.h 171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */
175 #define EXIT_SUCCESS 0
  /external/oprofile/libdb/tests/
db_test.c 61 if (rc != EXIT_SUCCESS) {
105 if (rc != EXIT_SUCCESS) {
186 return nr_error ? EXIT_FAILURE : EXIT_SUCCESS;
  /external/pdfium/core/src/fxcodec/libjpeg/
cdjpeg.h 171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */
175 #define EXIT_SUCCESS 0
  /external/qemu/distrib/jpeg-6b/
cdjpeg.h 171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */
175 #define EXIT_SUCCESS 0
  /frameworks/base/cmds/idmap/
create.cpp 202 return EXIT_SUCCESS;
215 return r == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
221 EXIT_SUCCESS : EXIT_FAILURE;

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>