HomeSort by relevance Sort by last modified time
    Searched full:exit_success (Results 1 - 25 of 320) 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
  /frameworks/wilhelm/tools/hashgen/
frag3.c 34 return EXIT_SUCCESS;
frag1.c 38 return EXIT_SUCCESS;
  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c 45 return EXIT_SUCCESS;
  /external/elfutils/src/tests/
deleted.c 49 return EXIT_SUCCESS;
msg_tst.c 85 int result = EXIT_SUCCESS;
  /ndk/tests/device/test-unwind-struct/jni/
main.c 47 return EXIT_SUCCESS;
  /system/core/debuggerd/
crasher.c 159 return EXIT_SUCCESS;
165 return EXIT_SUCCESS;
168 return EXIT_SUCCESS;
199 return EXIT_SUCCESS;
  /system/core/libnetutils/
dhcptool.c 42 return rc ? EXIT_FAILURE : EXIT_SUCCESS;
  /external/valgrind/none/tests/
process_vm_readv_writev.c 11 static int status = EXIT_SUCCESS;
  /frameworks/wilhelm/tests/sandbox/
dual.c 74 return EXIT_SUCCESS;
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 65 return EXIT_SUCCESS;
  /system/core/toolbox/
df.c 7 static int ok = EXIT_SUCCESS;
  /external/jpeg/
cdjpeg.h 171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */
175 #define EXIT_SUCCESS 0
rdjpgcom.c 47 #ifndef EXIT_SUCCESS
49 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */
51 #define EXIT_SUCCESS 0
494 exit(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
  /frameworks/base/cmds/idmap/
create.cpp 203 return EXIT_SUCCESS;
216 return r == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
222 EXIT_SUCCESS : EXIT_FAILURE;
  /external/mesa3d/src/glsl/
main.cpp 213 int status = EXIT_SUCCESS;
274 if ((status == EXIT_SUCCESS) && do_link) {
276 status = (whole_program->LinkStatus) ? EXIT_SUCCESS : EXIT_FAILURE;
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_main.ipp 190 ? boost::exit_success
194 return boost::exit_success;
  /system/core/logcat/
logcat.cpp 489 return EXIT_SUCCESS;
718 return EXIT_SUCCESS;
939 return EXIT_SUCCESS;
944 return EXIT_SUCCESS;
947 return EXIT_SUCCESS;
950 return EXIT_SUCCESS;
1006 return EXIT_SUCCESS;
  /build/tools/fs_config/
fs_config_generate.c 93 exit(EXIT_SUCCESS);

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 91011>>