Searched refs:EXIT_SUCCESS (Results 1 - 25 of 189) sorted by relevance

12345678

/external/oprofile/libutil/
H A Dop_version.c23 exit(EXIT_SUCCESS);
/external/chromium_org/tools/android/purge_ashmem/
H A Dpurge_ashmem.c19 return EXIT_SUCCESS;
/external/oprofile/libutil++/tests/
H A Dcached_value_tests.cpp64 return EXIT_SUCCESS;
79 return EXIT_SUCCESS;
H A Dcomma_list_tests.cpp69 return EXIT_SUCCESS;
H A Dglob_filter_tests.cpp52 return EXIT_SUCCESS;
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay.cc22 return EXIT_SUCCESS;
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dtest_hd.c58 return EXIT_SUCCESS;
H A Dgenstring.c101 return EXIT_SUCCESS;
/external/chromium_org/content/shell/renderer/test_runner/helper/
H A Dlayout_test_helper_win.cc53 return EXIT_SUCCESS;
/external/oprofile/libutil/tests/
H A Dfile_tests.c68 return EXIT_SUCCESS;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dgenversion.c80 return EXIT_SUCCESS;
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c45 return EXIT_SUCCESS;
/external/chromium_org/third_party/libjpeg_turbo/
H A Dcdjpeg.h174 #ifndef EXIT_SUCCESS
176 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
178 #define EXIT_SUCCESS 0 macro
H A Drdjpgcom.c51 #ifndef EXIT_SUCCESS
53 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
55 #define EXIT_SUCCESS 0 macro
513 exit(EXIT_SUCCESS);
/external/jpeg/
H A Dcdjpeg.h171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
175 #define EXIT_SUCCESS 0 macro
H A Drdjpgcom.c47 #ifndef EXIT_SUCCESS
49 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
51 #define EXIT_SUCCESS 0 macro
494 exit(EXIT_SUCCESS);
/external/oprofile/libdb/tests/
H A Ddb_test.c61 if (rc != EXIT_SUCCESS) {
105 if (rc != EXIT_SUCCESS) {
186 return nr_error ? EXIT_FAILURE : EXIT_SUCCESS;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dcdjpeg.h171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
175 #define EXIT_SUCCESS 0 macro
/external/qemu/distrib/jpeg-6b/
H A Dcdjpeg.h171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
175 #define EXIT_SUCCESS 0 macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c262 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
265 # ifndef EXIT_SUCCESS
266 # define EXIT_SUCCESS 0 macro
289 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
293 # ifndef EXIT_SUCCESS
294 # define EXIT_SUCCESS 0 macro
299 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
306 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dsimple_decoder.c153 return EXIT_SUCCESS;
/external/libvpx/libvpx/examples/
H A Dsimple_decoder.c157 return EXIT_SUCCESS;
/external/oprofile/libabi/tests/
H A Dabi_test.cpp89 if (rc != EXIT_SUCCESS) {
/external/oprofile/libop/tests/
H A Dmangle_tests.c66 return EXIT_SUCCESS;
/external/oprofile/libregex/tests/
H A Dregex_test.cpp92 return nr_error ? EXIT_FAILURE : EXIT_SUCCESS;

Completed in 5040 milliseconds

12345678