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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
_exit.S 4 .globl _exit
6 .ent _exit
8 _exit: label
22 .end _exit
  /bionic/libc/arch-arm/syscalls/
_exit.S 6 ENTRY(_exit) function
15 END(_exit)
  /ndk/tests/device/test-stlport_shared-exception/jni/
p755.cpp 8 extern "C" void _exit(int);
12 _exit(0);
p755a.cpp 5 extern "C" void _exit(int);
8 _exit(0);
  /ndk/tests/device/test-stlport_static-exception/jni/
p755.cpp 8 extern "C" void _exit(int);
12 _exit(0);
p755a.cpp 5 extern "C" void _exit(int);
8 _exit(0);
  /bionic/libc/arch-x86/syscalls/
_exit.S 6 ENTRY(_exit) function
21 END(_exit)
  /external/valgrind/main/memcheck/tests/
exitprog.c 22 _exit(1);
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/
ppapi_crash_via_exit_call.cc 15 _exit(0);
  /external/clang/test/Sema/
builtins-gnu-mode.c 15 int _exit; variable
  /external/clang/utils/
CaptureCmd 61 os._exit(1)
66 os._exit(1)
67 os._exit(res)
70 os._exit(1)
  /external/bison/lib/
closeout.c 83 /* Close standard output. On error, issue a diagnostic and _exit
86 Also close standard error. On error, _exit with status 'exit_failure'.
91 once. So it calls '_exit' instead of 'exit'. If close_stdout
93 the other functions can act before this _exit is invoked.
97 _exit will bypass other buffer flushing. Applications should
99 errors. Also, applications should not use tmpfile, since _exit
119 _exit (exit_failure);
123 _exit (exit_failure);
spawni.c 187 _exit (SPAWN_ERROR);
205 _exit (SPAWN_ERROR);
215 _exit (SPAWN_ERROR);
222 _exit (SPAWN_ERROR);
229 _exit (SPAWN_ERROR);
235 _exit (SPAWN_ERROR);
251 _exit (SPAWN_ERROR);
263 _exit (SPAWN_ERROR);
271 _exit (SPAWN_ERROR);
275 _exit (SPAWN_ERROR)
    [all...]
  /external/chromium/base/mac/
os_crash_dumps.cc 20 // allocates or frees memory, we are in trouble if we do not _exit.
21 _exit(128 + sig);
  /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/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)
  /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/libvpx/libvpx/third_party/googletest/src/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/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/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
addsvnmimetypeforpng.py 55 self._exit(1)
59 self._exit(1)
63 self._exit(1)
67 self._exit(1)
  /external/chromium_org/third_party/libjingle/source/talk/base/
posix.cc 89 // It is important that everything here use _exit() and not exit(), because
94 _exit(exit_code); // if second fork failed
102 _exit(255); // if execvp failed
108 _exit(exit_code);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
free_hook_realloc.cc 25 _exit(1);
malloc_hook.cc 30 _exit(1);
  /external/compiler-rt/lib/msan/lit_tests/
malloc_hook.cc 30 _exit(1);

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>