HomeSort by relevance Sort by last modified time
    Searched full:exit_success (Results 151 - 175 of 320) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
stdlib.h 42 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
stdlib.h 42 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdlib.h 48 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdlib.h 48 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdlib.h 48 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h 48 #define EXIT_SUCCESS 0
  /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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 54 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 54 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib 52 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib 52 #define EXIT_SUCCESS 0
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 20 EXIT_SUCCESS
  /system/extras/tests/sdcard/
testcase.cpp 115 exit(EXIT_SUCCESS);
  /system/media/audio_utils/tests/
fifo_tests.cpp 168 return EXIT_SUCCESS;
  /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/dhcpcd/
dhcpcd.c 591 exit(EXIT_SUCCESS);
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
parse-events-bison.c 294 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
297 # ifndef EXIT_SUCCESS
298 # define EXIT_SUCCESS 0
321 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
325 # ifndef EXIT_SUCCESS
326 # define EXIT_SUCCESS 0
331 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
338 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
    [all...]
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...]
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 338 return EXIT_SUCCESS;
387 return EXIT_SUCCESS;
  /ndk/sources/host-tools/make-3.81/
make.h 241 #ifndef EXIT_SUCCESS
242 # define EXIT_SUCCESS 0
  /system/extras/ksmutils/
ksminfo.c 79 int rc = EXIT_SUCCESS;
103 exit(EXIT_SUCCESS);
  /system/extras/taskstats/
taskstats.c 329 return EXIT_SUCCESS;
372 return EXIT_SUCCESS;
  /art/dalvikvm/
dalvikvm.cc 103 return env->ExceptionCheck() ? EXIT_FAILURE : EXIT_SUCCESS;

Completed in 3317 milliseconds

1 2 3 4 5 67 8 91011>>