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

1 2 3 4 5 6 7 8

  /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;
path_filter_tests.cpp 77 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;
genstring.c 101 return 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;
string_tests.c 90 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;
  /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
rdjpgcom.c 51 #ifndef EXIT_SUCCESS
53 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */
55 #define EXIT_SUCCESS 0
513 exit(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/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 262 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
265 # ifndef EXIT_SUCCESS
266 # define EXIT_SUCCESS 0
289 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
293 # ifndef EXIT_SUCCESS
294 # define EXIT_SUCCESS 0
299 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
306 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_decoder.c 153 return 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;

Completed in 3907 milliseconds

1 2 3 4 5 6 7 8