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

12 3 4 5 6 7 8 91011>>

  /external/clang/utils/
CaptureCmd 61 os._exit(1)
66 os._exit(1)
67 os._exit(res)
70 os._exit(1)
  /system/extras/tests/bionic/libc/common/
test_clock.c 55 _exit(EXIT_SUCCESS);
  /external/chromium_org/third_party/webrtc/base/
posix.cc 72 // It is important that everything here use _exit() and not exit(), because
77 _exit(exit_code); // if second fork failed
85 _exit(255); // if execvp failed
91 _exit(exit_code);
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 33 os._exit(0)
38 os._exit(0)
107 os._exit(0)
132 os._exit(0)
146 os._exit(0)
193 os._exit(0)
222 os._exit(0)
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/bionic/
abort.cpp 58 _exit(1);
  /external/chromium_org/base/mac/
os_crash_dumps.cc 21 // allocates or frees memory, we are in trouble if we do not _exit.
22 _exit(128 + sig);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
abstractstep.py 40 def _exit(self, code): member in class:AbstractStep
  /external/compiler-rt/test/msan/
sigwait.cc 17 _exit(0);
sigwaitinfo.cc 17 _exit(0);
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 113 // We call _exit() instead of exit(), as the former is a direct
118 // Some compilers can recognize that _exit() never returns and issue the
122 _exit(1);
226 // Returns the exit status of a process that calls _exit(2) with a
232 _exit(exit_code);
248 _exit(1);
294 EXPECT_DEATH(_exit(1), "");
306 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
312 _exit(1);
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 113 // We call _exit() instead of exit(), as the former is a direct
118 // Some compilers can recognize that _exit() never returns and issue the
122 _exit(1);
226 // Returns the exit status of a process that calls _exit(2) with a
232 _exit(exit_code);
248 _exit(1);
294 EXPECT_DEATH(_exit(1), "");
306 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
312 _exit(1);
338 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/lldb/test/pexpect-2.4/examples/
astat.py 23 os._exit(1)
73 os._exit(1)
  /external/strace/test/
wait_must_be_interruptible.c 40 _exit(0);
45 _exit(0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
assert.h 27 void __cdecl __MINGW_NOTHROW _exit(int _Code) __MINGW_ATTRIB_NORETURN;
31 void __cdecl _Exit(int) __MINGW_ATTRIB_NORETURN;
33 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
34 { _exit(status); }
  /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)
  /system/extras/tests/cpueater/
daemonize.c 120 _exit(0);
122 _exit(1);
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 120 // We call _exit() instead of exit(), as the former is a direct
124 _exit(1);
132 _exit(1);
214 // Returns the exit status of a process that calls _exit(2) with a
220 _exit(exit_code);
236 _exit(1);
282 EXPECT_DEATH(_exit(1), "");
294 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
300 _exit(1);
326 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
baseline_policy_unittest.cc 53 _exit(kChildExitCode);
163 _exit(0);
190 _exit(1);
235 _exit(1); \
267 _exit(1);
275 _exit(1);
283 _exit(1);
303 _exit(1);
338 _exit(1);
  /external/chromium_org/sandbox/linux/services/
scoped_process_unittest.cc 29 void DoExit() { _exit(0); }
31 void ExitWithCode(int exit_code) { _exit(exit_code); }
35 _exit(0);
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
system.c 64 _exit(127);
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
ppapi_plugin_start.c 20 _exit(127);
  /external/chromium_org/tools/android/common/
daemon.cc 23 _exit(g_exit_status);

Completed in 1744 milliseconds

12 3 4 5 6 7 8 91011>>