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

1 2 3 45 6 7 8 91011>>

  /external/minijail/
signal_handler.c 48 _exit(1);
  /external/skia/tools/
CrashHandler.cpp 54 _Exit(sig);
72 _Exit(sig);
176 _exit(1);
179 // if we didn't _exit().
  /external/skqp/tools/
CrashHandler.cpp 54 _Exit(sig);
72 _Exit(sig);
176 _exit(1);
179 // if we didn't _exit().
  /external/valgrind/
glibc-2.2-LinuxThreads-helgrind.supp 62 fun:_Exit
  /external/valgrind/memcheck/tests/solaris/
execx.c 43 _exit(1);
  /external/valgrind/none/tests/linux/
clonev.c 14 _Exit(EXIT_SUCCESS);
  /frameworks/base/cmds/statsd/src/external/
Perfetto.cpp 80 if (dup2(readPipe.get(), STDIN_FILENO) < 0) _exit(1);
88 if (dup2(devNullFd, STDOUT_FILENO) < 0) _exit(2);
89 if (dup2(devNullFd, STDERR_FILENO) < 0) _exit(3);
101 _exit(4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdlib 187 #undef _Exit
204 extern "C" void (_Exit)(int) throw () _GLIBCXX_NORETURN;
207 using ::_Exit;
243 using ::__gnu_cxx::_Exit;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib 187 #undef _Exit
204 extern "C" void (_Exit)(int) throw () _GLIBCXX_NORETURN;
207 using ::_Exit;
243 using ::__gnu_cxx::_Exit;
  /system/core/base/
quick_exit.cpp 35 _Exit(exit_code);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pty.py 119 os._exit(3)
136 # os._exit() and causing very peculiar behavior in the calling
140 os._exit(1)
143 os._exit(2)
144 os._exit(4)
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 62 goto _Exit;
75 goto _Exit;
88 goto _Exit;
101 goto _Exit;
108 _Exit:
185 goto _Exit;
192 _Exit:
293 goto _Exit;
300 _Exit:
510 goto _Exit;
    [all...]
  /frameworks/base/cmds/screencap/
screencap.cpp 186 _exit(1);
196 _exit(1);
207 _exit(1);
214 _exit(1);
260 _exit(0);
  /external/python/cpython3/Lib/test/
test_contextlib.py 492 def _exit(*args, **kwds): function in function:TestExitStack.test_callback
498 f = stack.callback(_exit, *args, **kwds)
500 f = stack.callback(_exit, *args)
502 f = stack.callback(_exit, **kwds)
504 f = stack.callback(_exit)
505 self.assertIs(f, _exit)
507 self.assertIs(wrapper.__wrapped__, _exit)
508 self.assertNotEqual(wrapper.__name__, _exit.__name__)
509 self.assertIsNone(wrapper.__doc__, _exit.__doc__)
557 def _exit() member in class:TestExitStack.test_enter_context.TestCM
569 def _exit(): function in function:TestExitStack.test_close
580 def _exit(): function in function:TestExitStack.test_pop_all
    [all...]
  /external/libchrome/base/process/
launch_posix.cc 383 // you call _exit() instead of exit(). This is because _exit() does not
394 _exit(127);
400 _exit(127);
408 _exit(127);
473 _exit(127);
493 _exit(127);
513 _exit(127);
586 // you call _exit() instead of exit(). This is because _exit() does no
    [all...]
  /art/runtime/
exec_utils.cc 65 // _exit to avoid atexit handlers in child.
66 _exit(1);
  /cts/tests/tests/debug/libdebugtest/
android_debug_cts.cpp 39 _exit(1); \
58 _exit(0);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathRShiftU64.S 39 jae _Exit
63 _Exit:
MathRShiftU64.nasm 33 jnc _Exit
45 _Exit:
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
ashrdi3.S 39 jae _Exit
63 _Exit:
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
MainData.h 91 jmp_buf MainExit; ///< Save environment used for implementing _Exit()
92 int ExitValue; ///< Value being returned by _Exit()
  /external/autotest/client/bin/
parallel.py 47 os._exit(1)
53 os._exit(0)
  /external/dhcpcd-6.8.2/compat/
posix_spawn.c 110 _exit(127);
114 _exit(127);
  /external/libbrillo/brillo/
process_reaper_unittest.cc 25 _exit(exit_code);
37 _exit(0); // Not reached. This value will cause the test to fail.
  /external/strace/tests/
fork-f.c 67 _exit(2);
71 _exit(2);

Completed in 878 milliseconds

1 2 3 45 6 7 8 91011>>