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

1 2 3 4 5 6 78 91011>>

  /external/libvpx/libvpx/examples/
simple_encoder.c 251 return EXIT_SUCCESS;
vp8cx_set_ref.c 186 return EXIT_SUCCESS;
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 240 return EXIT_SUCCESS;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 232 return EXIT_SUCCESS;
  /frameworks/wilhelm/tests/listening/
seekTorture.c 136 return EXIT_SUCCESS;
  /frameworks/wilhelm/tests/sandbox/
dim.c 155 return EXIT_SUCCESS;
multithread.c 193 return EXIT_SUCCESS;
urimime.c 163 return EXIT_SUCCESS;
xa.c 132 return EXIT_SUCCESS;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
example_xma.c 191 return EXIT_SUCCESS;
simple_encoder.c 251 return EXIT_SUCCESS;
vp8cx_set_ref.c 186 return EXIT_SUCCESS;
  /hardware/libhardware/modules/sensors/tests/
SensorEventQueue_test.cpp 198 return EXIT_SUCCESS;
  /system/core/toolbox/upstream-netbsd/sbin/chown/
chown.c 192 for (rval = EXIT_SUCCESS; (p = fts_read(ftsp)) != NULL;) {
  /system/extras/tests/sdcard/
testcase.cpp 115 exit(EXIT_SUCCESS);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 723 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
726 # ifndef EXIT_SUCCESS
727 # define EXIT_SUCCESS 0
750 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
754 # ifndef EXIT_SUCCESS
755 # define EXIT_SUCCESS 0
760 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
767 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 479 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
482 # ifndef EXIT_SUCCESS
483 # define EXIT_SUCCESS 0
506 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
510 # ifndef EXIT_SUCCESS
511 # define EXIT_SUCCESS 0
516 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
523 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /external/oprofile/daemon/
oprofiled.c 138 _exit(EXIT_SUCCESS);
437 if(opd_ext_initialize(ext_feature) != EXIT_SUCCESS)
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 78 return EXIT_SUCCESS;
305 return EXIT_SUCCESS;
  /system/extras/latencytop/
latencytop.c 98 exit(EXIT_SUCCESS);
408 exit(EXIT_SUCCESS);
  /system/extras/taskstats/
taskstats.c 329 return EXIT_SUCCESS;
372 return EXIT_SUCCESS;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 56 #ifndef EXIT_SUCCESS
57 #define EXIT_SUCCESS 0
58 #endif /* !defined EXIT_SUCCESS */
315 exit(EXIT_SUCCESS);
317 usage(progname, stdout, EXIT_SUCCESS);
590 exit(EXIT_SUCCESS);
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 56 #ifndef EXIT_SUCCESS
57 #define EXIT_SUCCESS 0
58 #endif /* !defined EXIT_SUCCESS */
315 exit(EXIT_SUCCESS);
317 usage(progname, stdout, EXIT_SUCCESS);
590 exit(EXIT_SUCCESS);
  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 434 exit(EXIT_SUCCESS);
465 return EXIT_SUCCESS;
  /external/chromium_org/base/process/
launch_posix.cc 638 return result == EXECUTE_SUCCESS && exit_code == EXIT_SUCCESS;
651 exit_code == EXIT_SUCCESS);

Completed in 1126 milliseconds

1 2 3 4 5 6 78 91011>>