HomeSort by relevance Sort by last modified time
    Searched full:_exit (Results 51 - 75 of 1644) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/
test_fork1.py 58 os._exit(0)
62 os._exit(1)
96 os._exit(1)
99 os._exit(0)
  /external/syslinux/com32/include/
unistd.h 13 __extern __noreturn _exit(int);
  /external/webrtc/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libutil-2.15.so 
libutil.so 
libutil.so.1 
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
plt1.d 18 10: R_PPC_PLTREL24 _exit
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fork1.py 51 os._exit(0)
53 os._exit(1)
  /external/libcxx/test/libcxx/debug/
debug_abort.pass.cpp 27 std::_Exit(EXIT_SUCCESS);
28 std::_Exit(EXIT_FAILURE);
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-msr-resv.c 29 _exit(0);
30 _exit(1);
  /external/python/cpython2/Lib/test/
test_fork1.py 51 os._exit(0)
53 os._exit(1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fork1.py 51 os._exit(0)
53 os._exit(1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fork1.py 51 os._exit(0)
53 os._exit(1)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/debug/
debug_abort.pass.cpp 27 std::_Exit(EXIT_SUCCESS);
28 std::_Exit(EXIT_FAILURE);
  /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/core/base/
quick_exit_test.cpp 34 _Exit(0);
50 ASSERT_EQ(0, android::base::at_quick_exit([]() { _exit(counter); }));
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptAuthenticode.c 103 goto _Exit;
110 goto _Exit;
128 goto _Exit;
171 goto _Exit;
183 goto _Exit;
191 _Exit:
  /external/libmicrohttpd/src/testspdy/
test_proxies.c 31 #include <unistd.h> /* _exit, fork */
122 _exit(1);
149 _exit(1);
175 _exit(1);
214 _exit(strcmp(EXPECTED_BODY, buf));
218 _exit(1);
  /external/ltp/testcases/kernel/syscalls/vfork/
vfork01.c 140 _exit(1);
147 _exit(1);
171 _exit(1);
183 _exit(1);
194 _exit(1);
204 _exit(1);
215 _exit(1);
230 _exit(1);
248 _exit(1);
259 _exit(0)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c 7 - _Exit(int status)
56 _Exit(EXIT_FAILURE); // In case raise returns.
94 as for the _Exit function.
100 _Exit(status);
103 /** The _Exit function causes normal program termination to occur and control
117 _Exit(int status)
123 _Exit(status); /* Keep GCC happy - never reached */
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 115 // We call _exit() instead of exit(), as the former is a direct
120 // Some compilers can recognize that _exit() never returns and issue the
124 _exit(1);
228 // Returns the exit status of a process that calls _exit(2) with a
234 _exit(exit_code);
250 _exit(1);
296 EXPECT_DEATH(_exit(1), "");
308 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
314 _exit(1);
340 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/googletest/googletest/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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]

Completed in 607 milliseconds

1 23 4 5 6 7 8 91011>>