HomeSort by relevance Sort by last modified time
    Searched refs:_exit (Results 276 - 300 of 358) sorted by null

<<1112131415

  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 97 "Instructs to use fork()/_exit() instead of clone() in death tests. "
262 _exit(1);
469 // calls _exit(1).
481 // run after calling _exit(). On such systems, write_fd_ will be
487 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 88 "Instructs to use fork()/_exit() instead of clone() in death tests. "
224 _exit(1);
429 // calls _exit(1).
441 // run after calling _exit(). On such systems, write_fd_ will be
447 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
    [all...]
  /external/gtest/src/
gtest-death-test.cc 97 "Instructs to use fork()/_exit() instead of clone() in death tests. "
262 _exit(1);
469 // calls _exit(1).
481 // run after calling _exit(). On such systems, write_fd_ will be
487 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
rippy.py 296 os._exit(exit_code)
    [all...]
cgishell.cgi 25 os._exit(exit_code)
199 os._exit(0) # exit parent (the first child) of the second child.
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 88 "Instructs to use fork()/_exit() instead of clone() in death tests. "
224 _exit(1);
432 // calls _exit(1).
444 // run after calling _exit(). On such systems, write_fd_ will be
450 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 88 "Instructs to use fork()/_exit() instead of clone() in death tests. "
224 _exit(1);
429 // calls _exit(1).
441 // run after calling _exit(). On such systems, write_fd_ will be
447 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 88 "Instructs to use fork()/_exit() instead of clone() in death tests. "
211 _exit(1);
413 // calls _exit(1).
422 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 97 "Instructs to use fork()/_exit() instead of clone() in death tests. "
262 _exit(1);
469 // calls _exit(1).
481 // run after calling _exit(). On such systems, write_fd_ will be
487 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 180 extern void _exit ();
    [all...]
  /art/runtime/
runtime_linux.cc 279 _exit(1);
  /bionic/tests/
time_test.cpp 163 _exit(0);
pthread_test.cpp 100 _exit(99);
727 _exit(0);
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_unittest.cc 98 _exit(0);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_irix.h 170 _exit(0); \
_unixos.h 283 #define _MD_EXIT(status) _exit(status)
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 403 _exit(1);
  /external/oprofile/opjitconv/
opjitconv.c 640 _exit(rc);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 380 _exit(EXIT_FAILURE);
  /system/core/logwrapper/
logwrap.c 50 _exit(-1); \
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 754 os._exit(0) # pylint: disable=W0212
758 os._exit(0) # pylint: disable=W0212
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 115 _exit for some reason, so we have to blunt-instrument it. */
126 extern __attribute__ ((__noreturn__)) void _exit(int status);
127 _exit(x);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 307 void __cdecl __MINGW_NOTHROW _exit(int _Code) __MINGW_ATTRIB_NORETURN;
311 void __cdecl _Exit(int) __MINGW_ATTRIB_NORETURN;
313 __CRT_INLINE __MINGW_ATTRIB_NORETURN void __cdecl _Exit(int status)
314 { _exit(status); }
  /external/chromium_org/base/debug/
stack_trace_posix.cc 400 _exit(1);
  /external/chromium_org/content/browser/
browser_main_loop.cc 259 _exit(RESULT_CODE_NORMAL_EXIT);
    [all...]

Completed in 809 milliseconds

<<1112131415