HomeSort by relevance Sort by last modified time
    Searched full:_exit (Results 26 - 50 of 802) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /external/chromium_org/content/app/
startup_helper_win.cc 25 _exit(1);
30 _exit(1);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
KERBEROS 33 _exit(1);
41 _exit(1);
  /external/openssl/crypto/des/
KERBEROS 33 _exit(1);
41 _exit(1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fork1.py 51 os._exit(0)
53 os._exit(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fork1.py 51 os._exit(0)
53 os._exit(1)
  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 41 #define _exit(x) do { } while (0) macro
384 _exit(1);
396 _exit(1);
401 _exit(1);
417 _exit(1);
432 _exit(1);
436 _exit(1);
453 _exit(1);
461 _exit(1);
469 _exit(1)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 114 // We call _exit() instead of exit(), as the former is a direct
119 // Some compilers can recognize that _exit() never returns and issue the
123 _exit(1);
227 // Returns the exit status of a process that calls _exit(2) with a
233 _exit(exit_code);
249 _exit(1);
295 EXPECT_DEATH(_exit(1), "");
307 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
313 _exit(1);
339 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 114 // We call _exit() instead of exit(), as the former is a direct
119 // Some compilers can recognize that _exit() never returns and issue the
123 _exit(1);
227 // Returns the exit status of a process that calls _exit(2) with a
233 _exit(exit_code);
249 _exit(1);
295 EXPECT_DEATH(_exit(1), "");
307 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
313 _exit(1);
339 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_invite.py 37 os._exit(0)
104 os._exit(0)
132 os._exit(0)
195 os._exit(1)
201 os._exit(0)
  /bionic/libc/stdlib/
exit.c 55 * (including the stdio cleanup routine) and then _exit().
58 _exit(status);
  /external/chromium/base/debug/
debugger_win.cc 106 _exit(1);
109 _exit(1);
  /external/chromium_org/base/debug/
debugger_win.cc 106 _exit(1);
109 _exit(1);
stack_trace_ios.mm 26 _exit(1);
  /system/extras/tests/cpueater/
daemonize.c 120 _exit(0);
122 _exit(1);
  /external/openssh/
cleanup.c 31 _exit(i);
  /external/valgrind/main/
glibc-2.2-LinuxThreads-helgrind.supp 62 fun:_Exit
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 148 #undef _Exit
163 extern "C" void (_Exit)(int);
166 using ::_Exit;
204 using ::__gnu_cxx::_Exit;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdlib 149 #undef _Exit
166 extern "C" void (_Exit)(int) throw () _GLIBCXX_NORETURN;
169 using ::_Exit;
208 using ::__gnu_cxx::_Exit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdlib 149 #undef _Exit
166 extern "C" void (_Exit)(int) throw () _GLIBCXX_NORETURN;
169 using ::_Exit;
208 using ::__gnu_cxx::_Exit;

Completed in 878 milliseconds

12 3 4 5 6 7 8 91011>>