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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r16/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/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)
  /bionic/tests/
pthread_dlfcn_test.cpp 65 _exit(0);
82 _exit(0);
107 _exit(0);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c 113 goto _Exit;
117 goto _Exit;
128 _Exit:
  /external/tensorflow/tensorflow/python/debug/cli/
curses_ui_test.py 232 _EXIT = string_to_codes("exit\n")
328 ui = MockCursesUI(40, 80, command_sequence=[self._EXIT])
337 ui = MockCursesUI(40, 80, command_sequence=[[], self._EXIT])
349 command_sequence=[string_to_codes("foo\n"), self._EXIT])
372 command_sequence=[string_to_codes("babble -z\n"), self._EXIT])
394 [curses.KEY_PPAGE] + self._EXIT])
431 command_sequence=[string_to_codes("babble -n 20\n"), self._EXIT])
452 [curses.KEY_END] * 2 + [curses.KEY_HOME] + self._EXIT
482 ui = MockCursesUI(40, 80, command_sequence=[self._EXIT])
497 command_sequence=[string_to_codes("help\n"), self._EXIT])
    [all...]
  /frameworks/base/cmds/incidentd/tests/
FdBuffer_test.cpp 126 _exit(EXIT_FAILURE);
154 _exit(EXIT_SUCCESS);
187 _exit(EXIT_SUCCESS);
213 _exit(EXIT_SUCCESS);
241 _exit(EXIT_SUCCESS);
279 _exit(EXIT_FAILURE);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
CpuIA32.c 56 je _Exit
64 _Exit:
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.c 68 je _Exit
76 _Exit:
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 102 void _exit(int status) __attribute__ ((__noreturn__));
103 void _Exit(int status) __attribute__ ((__noreturn__));
  /external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
msgsnd05.c 75 _exit(TBROK);
92 _exit(0);
  /system/extras/tests/cpueater/
daemonize.c 120 _exit(0);
122 _exit(1);
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 77 _exit(1);
84 _exit(1);
89 _exit(1);
104 _exit(1);
109 _exit(1);
114 _exit(1);
306 _exit(0);
415 _exit(0);
428 _exit(0);
460 _exit(0)
    [all...]
mlock2.h 40 _exit(1);
  /art/libartbase/base/
logging_test.cc 31 _exit(1);
  /bionic/libc/
SECCOMP_BLACKLIST_COMMON.TXT 17 # the exported function name (example: the exit syscall is implemented by the _exit()
SECCOMP_WHITELIST_APP.TXT 14 # the exported function name (example: the exit syscall is implemented by the _exit()
SECCOMP_WHITELIST_SYSTEM.TXT 14 # the exported function name (example: the exit syscall is implemented by the _exit()
  /external/clang/test/CodeGen/
inline.c 57 // CHECK4-NOT: define weak_odr void @_Exit(
66 __attribute__((noreturn)) void __cdecl _exit(int _Code);
67 __inline void __cdecl _Exit(int status) { _exit(status); }
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_noreturn.cc 11 _exit(1);
  /external/compiler-rt/test/tsan/
vfork.cc 39 _exit(0);
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test_arm64.c 50 _exit(1);
56 _exit(1);
63 _exit(1);
87 _exit(0);
step_after_suspend_test.c 42 _exit(1);
48 _exit(1);
53 _exit(1);
56 _exit(0);
  /external/ltp/testcases/kernel/security/tomoyo/
newns.c 39 _exit(1);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
1-1.c 32 _exit(PTS_PASS);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
2-2.c 20 * the semaphore have called sem_close, _exit or exec.
24 * -> create 3 processes. Each call sem_wait, then sem_post, then sem_close/_exit/exec
177 _exit(0);
234 FAILED("Child '_exit' exited abnormally");

Completed in 534 milliseconds

1 2 34 5 6 7 8 91011>>