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

12 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
abort.cpp 66 _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/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/compiler-rt/lib/msan/
msan_linux.cc 79 _exit(flags()->exit_code);
86 _exit(flags()->exit_code);
  /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/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 43 #define _exit(x) do { } while (0) macro
386 _exit(1);
398 _exit(1);
403 _exit(1);
419 _exit(1);
434 _exit(1);
438 _exit(1);
455 _exit(1);
463 _exit(1);
471 _exit(1)
    [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)
  /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/testing/gtest/test/
gtest-death-test_test.cc 110 // We call _exit() instead of exit(), as the former is a direct
115 // Some compilers can recognize that _exit() never returns and issue the
119 _exit(1);
223 // Returns the exit status of a process that calls _exit(2) with a
229 _exit(exit_code);
245 _exit(1);
291 EXPECT_DEATH(_exit(1), "");
303 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
309 _exit(1);
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 110 // We call _exit() instead of exit(), as the former is a direct
115 // Some compilers can recognize that _exit() never returns and issue the
119 _exit(1);
223 // Returns the exit status of a process that calls _exit(2) with a
229 _exit(exit_code);
245 _exit(1);
291 EXPECT_DEATH(_exit(1), "");
303 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
309 _exit(1);
335 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/chromium_org/base/process/
memory_win.cc 22 _exit(1);
launch_posix.cc 322 // you call _exit() instead of exit(). This is because _exit() does not
333 _exit(127);
340 _exit(127);
348 _exit(127);
422 _exit(127);
433 _exit(127);
528 // you call _exit() instead of exit(). This is because _exit() does not
534 _exit(127)
    [all...]
  /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);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
clone_test.cc 19 _exit(1); // NoReturn, stack will remain unpoisoned unless we do something.
  /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);
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.cc 70 _exit(1);
79 _exit(exit_code);
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 58 _exit(1);
67 _exit(1);
130 _exit(0);
156 _exit(0);
209 // Here, the current process is going to waitid() and _exit(), so there is no
227 _exit(exit_code);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 187 if (dup2(child_in[0], 0) == -1) _exit(1);
188 if (dup2(child_out[0], 1) == -1) _exit(2);
196 _exit(3); // if execvp fails, it's bad news for us
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 187 if (dup2(child_in[0], 0) == -1) _exit(1);
188 if (dup2(child_out[0], 1) == -1) _exit(2);
196 _exit(3); // if execvp fails, it's bad news for us

Completed in 393 milliseconds

12 3 4 5 6 7 8 91011>>