HomeSort by relevance Sort by last modified time
    Searched refs:EXIT_SUCCESS (Results 26 - 50 of 372) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_decoder.c 157 return EXIT_SUCCESS;
  /external/chromium_org/third_party/yasm/source/patched-yasm/
genstring.c 101 return EXIT_SUCCESS;
  /external/jpeg/
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/libvpx/libvpx/examples/
simple_decoder.c 157 return EXIT_SUCCESS;
  /external/oprofile/libabi/tests/
abi_test.cpp 89 if (rc != EXIT_SUCCESS) {
  /external/oprofile/libop/tests/
mangle_tests.c 66 return EXIT_SUCCESS;
  /external/oprofile/libregex/tests/
regex_test.cpp 92 return nr_error ? EXIT_FAILURE : EXIT_SUCCESS;
  /external/oprofile/libutil/tests/
string_tests.c 90 return EXIT_SUCCESS;
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 77 return EXIT_SUCCESS;
string_filter_tests.cpp 89 return EXIT_SUCCESS;
utility_tests.cpp 117 return EXIT_SUCCESS;
  /external/qemu/distrib/jpeg-6b/
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/valgrind/main/none/tests/
process_vm_readv_writev.c 11 static int status = EXIT_SUCCESS;
  /frameworks/wilhelm/tests/sandbox/
dual.c 74 return EXIT_SUCCESS;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_decoder.c 157 return EXIT_SUCCESS;
  /ndk/tests/device/test-unwind-struct/jni/
main.c 47 return EXIT_SUCCESS;
  /system/core/toolbox/
df.c 7 static int ok = EXIT_SUCCESS;
  /external/oprofile/utils/
ophelp.c 399 exit(EXIT_SUCCESS);
404 exit(EXIT_SUCCESS);
410 exit(EXIT_SUCCESS);
422 exit(EXIT_SUCCESS);
427 exit(EXIT_SUCCESS);
447 exit(EXIT_SUCCESS);
712 return EXIT_SUCCESS;
  /external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc 134 return EXIT_SUCCESS;
165 return EXIT_SUCCESS;
  /external/elfutils/0.153/src/
ldscript.c 375 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
378 # ifndef EXIT_SUCCESS
379 # define EXIT_SUCCESS 0
402 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
406 # ifndef EXIT_SUCCESS
407 # define EXIT_SUCCESS 0
412 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
419 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-bison.c 294 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
297 # ifndef EXIT_SUCCESS
298 # define EXIT_SUCCESS 0
321 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
325 # ifndef EXIT_SUCCESS
326 # define EXIT_SUCCESS 0
331 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
338 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /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
  /bionic/libc/include/
stdlib.h 42 #define EXIT_SUCCESS 0
  /development/ndk/platforms/android-L/include/
stdlib.h 42 #define EXIT_SUCCESS 0

Completed in 694 milliseconds

12 3 4 5 6 7 8 91011>>