HomeSort by relevance Sort by last modified time
    Searched refs:exit (Results 851 - 875 of 2536) sorted by null

<<31323334353637383940>>

  /external/oprofile/libregex/tests/
regex_test.cpp 78 exit(EXIT_FAILURE);
  /external/oprofile/libutil/
op_fileio.c 32 exit(EXIT_FAILURE);
72 exit(EXIT_FAILURE);
107 exit(EXIT_FAILURE);
117 exit(EXIT_FAILURE);
  /external/oprofile/libutil/tests/
string_tests.c 20 exit(EXIT_FAILURE);
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 23 exit(EXIT_FAILURE); \
string_filter_tests.cpp 23 exit(EXIT_FAILURE); \
string_manip_tests.cpp 38 exit(EXIT_FAILURE);
113 exit(EXIT_FAILURE);
148 exit(EXIT_FAILURE);
164 exit(EXIT_FAILURE);
  /external/protobuf/examples/
ListPeople.java 41 System.exit(-1);
  /external/protobuf/gtest/test/
gtest_env_var_test_.cc 111 exit(1);
  /external/qemu/
cache-utils.c 76 exit(1);
  /external/qemu/distrib/jpeg-6b/
ansi2knr.c 346 exit(1);
353 exit(0);
361 exit(1);
367 exit(1);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp 50 extern "C" void exit (int ret);
111 int ret = main(argc, argv, envp); /* !! process exits here if there is "exit()" in main! */
113 /* Call exit */
114 //exit(ret); /* !! process exits here! */
122 _cleanup(); //this is normally called at exit, I call it here, Markus
127 // User::Panic(_L("exit"), ret);
131 return ret;//Markus, or exit(ret); ??
  /external/qemu/distrib/sdl-1.2.15/test/
testhread.c 13 /* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
17 exit(rc);
34 printf("Killed with SIGTERM, waiting 5 seconds to exit\n");
torturethread.c 16 /* Call this instead of exit(), so we can clean up SDL: atexit() is evil. */
20 exit(rc);
  /external/qemu/hw/
watchdog.c 36 * 1 = exit program with error
37 * 2 = exit program without error
94 * ie. reboot, shutdown, exit, etc.
108 exit(0);
  /external/srec/seti/setiUtils/src/
platform_utils.c 99 exit (1);
  /external/srec/tools/make_g2g/
make_g2g.c 100 exit(EXIT_FAILURE);
  /external/srtp/test/
roc_driver.c 75 exit(status);
  /external/valgrind/main/auxprogs/
valgrind-listener.c 74 exit(1);
85 exit(1);
196 " valgrind-listener [--exit-at-zero|-e] [port-number]\n"
198 " where --exit-at-zero or -e causes the listener to exit\n"
209 exit(1);
225 exit(0);
246 if (0==strcmp(argv[i], "--exit-at-zero")
  /external/valgrind/main/coregrind/m_gdbserver/
utils.c 54 /* Print an error message and exit reporting failure.
65 VG_(exit) (1);
  /external/valgrind/main/coregrind/
m_libcassert.c 162 void VG_(exit)( Int status ) function
242 VG_(exit)(1);
255 VG_(exit)(2);
328 VG_(umsg)("Valgrind has to exit now. Sorry. Bye!\n");
331 VG_(exit)(1);
  /external/valgrind/main/coregrind/m_ume/
main.c 37 #include "pub_core_libcassert.h" // VG_(exit), vg_assert
192 VG_(exit)(126); // 126 == NOEXEC
218 VG_(exit)(126); // 126 == NOEXEC
235 VG_(exit)(126); // 126 == NOEXEC
262 VG_(exit)(126);
  /external/valgrind/main/drd/tests/
sem_open.c 8 #include <stdlib.h> /* exit() */
68 exit(1);
  /external/valgrind/main/tests/
os_test.c 80 exit(3); // Usage error.
  /external/webkit/Tools/MiniBrowser/qt/
utils.cpp 75 exit(exitCode);
  /external/webkit/Tools/QtTestBrowser/
utils.cpp 75 exit(exitCode);

Completed in 1488 milliseconds

<<31323334353637383940>>