HomeSort by relevance Sort by last modified time
    Searched refs:EXIT_SUCCESS (Results 151 - 175 of 396) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
lowpan_hdlc_adapter.cpp 125 exit(EXIT_SUCCESS);
318 return EXIT_SUCCESS;
  /prebuilts/build-tools/common/bison/
yacc.c 485 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && ]b4_c_modern[
487 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
488 # ifndef EXIT_SUCCESS
489 # define EXIT_SUCCESS 0
512 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
516 # ifndef EXIT_SUCCESS
517 # define EXIT_SUCCESS 0
522 # if ! defined malloc && ! defined EXIT_SUCCESS && ]b4_c_modern[
528 # if ! defined free && ! defined EXIT_SUCCESS && ]b4_c_modern[
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
cstdlib.pass.cpp 26 #ifndef EXIT_SUCCESS
27 #error EXIT_SUCCESS not defined
  /system/extras/taskstats/
taskstats.c 279 return EXIT_SUCCESS;
328 return EXIT_SUCCESS;
  /toolchain/binutils/binutils-2.27/gas/
as.h 156 #ifndef EXIT_SUCCESS
157 #define EXIT_SUCCESS 0
  /art/dalvikvm/
dalvikvm.cc 103 return env->ExceptionCheck() ? EXIT_FAILURE : EXIT_SUCCESS;
  /bionic/tests/headers/posix/
stdlib_h.c 35 MACRO_VALUE(EXIT_SUCCESS, 0);
  /build/make/tools/fs_config/
fs_config_generate.c 138 exit(EXIT_SUCCESS);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 63 #define EXIT_SUCCESS 0
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
app-linux.c 263 return EXIT_SUCCESS;
  /external/curl/docs/examples/
htmltitle.cpp 293 return EXIT_SUCCESS;
  /external/honggfuzz/
honggfuzz.c 237 return EXIT_SUCCESS;
  /external/iproute2/bridge/
bridge.c 82 int ret = EXIT_SUCCESS;
  /external/libdivsufsort/examples/
mksary.c 81 (strcmp(argv[1], "--help") == 0)) { print_help(argv[0], EXIT_SUCCESS); }
unbwt.c 95 (strcmp(argv[1], "--help") == 0)) { print_help(argv[0], EXIT_SUCCESS); }
  /external/libnetfilter_conntrack/utils/
expect_create_nat.c 151 ret == -1 ? exit(EXIT_FAILURE) : exit(EXIT_SUCCESS);
  /external/libopus/src/
repacketizer_demo.c 216 return EXIT_SUCCESS;
  /external/libvpx/libvpx/examples/
simple_encoder.c 246 return EXIT_SUCCESS;
vp8cx_set_ref.c 186 return EXIT_SUCCESS;
vp9_lossless_encoder.c 136 return EXIT_SUCCESS;
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 168 return EXIT_SUCCESS;
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat01.c 281 exit(EXIT_SUCCESS);
  /external/syslinux/com32/modules/
hexdump.c 139 rc = EXIT_SUCCESS;
  /external/vixl/test/
test-runner.cc 242 return EXIT_SUCCESS;
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor.cpp 211 return (result != AAUDIO_OK) ? EXIT_FAILURE : EXIT_SUCCESS;

Completed in 933 milliseconds

1 2 3 4 5 67 8 91011>>