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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h 48 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h 48 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h 48 #define EXIT_SUCCESS 0
  /external/bison/data/
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...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 318 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
321 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
322 # ifndef EXIT_SUCCESS
323 # define EXIT_SUCCESS 0
346 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
350 # ifndef EXIT_SUCCESS
351 # define EXIT_SUCCESS 0
356 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
363 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 290 status = (lua_toboolean(L, 1) ? EXIT_SUCCESS : EXIT_FAILURE);
292 status = luaL_optint(L, 1, EXIT_SUCCESS);
  /external/dhcpcd/
bind.c 112 exit(EXIT_SUCCESS);
205 exit(EXIT_SUCCESS);
  /external/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
  /external/libpcap/
grammar.c 729 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
732 # ifndef EXIT_SUCCESS
733 # define EXIT_SUCCESS 0
756 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
760 # ifndef EXIT_SUCCESS
761 # define EXIT_SUCCESS 0
766 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
773 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 422 return EXIT_SUCCESS;
476 return EXIT_SUCCESS;
480 return EXIT_SUCCESS;
484 return EXIT_SUCCESS;
525 return EXIT_SUCCESS;
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 345 return EXIT_SUCCESS;
561 return EXIT_SUCCESS;
615 return EXIT_SUCCESS;
619 return EXIT_SUCCESS;
623 return EXIT_SUCCESS;
626 return EXIT_SUCCESS;
667 return EXIT_SUCCESS;
    [all...]
  /art/dalvikvm/
dalvikvm.cc 102 return env->ExceptionCheck() ? EXIT_FAILURE : EXIT_SUCCESS;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 246 return EXIT_SUCCESS;
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 165 int result = EXIT_SUCCESS;
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_encoder.c 251 return EXIT_SUCCESS;
vp8cx_set_ref.c 186 return EXIT_SUCCESS;
  /external/chromium_org/third_party/opus/src/src/
repacketizer_demo.c 216 return EXIT_SUCCESS;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c 228 return EXIT_SUCCESS;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
bitvect_test.c 175 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
leb128_test.c 198 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
  /external/chromium_org/tools/ipc_fuzzer/mutate/
message_util.cc 155 return EXIT_SUCCESS;
  /external/iproute2/ip/
ip.c 109 int ret = EXIT_SUCCESS;
  /external/libopus/src/
repacketizer_demo.c 216 return EXIT_SUCCESS;
  /external/libvpx/libvpx/examples/
example_xma.c 191 return EXIT_SUCCESS;

Completed in 350 milliseconds

1 2 3 4 5 67 8 91011>>