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

  /bionic/libc/arch-arm/syscalls/
_exit.S 5 ENTRY(_exit) function
16 END(_exit)
18 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-arm64/syscalls/
_exit.S 5 ENTRY(_exit) function
14 END(_exit)
16 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-mips/syscalls/
_exit.S 5 ENTRY(_exit) function
19 END(_exit)
21 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-mips64/syscalls/
_exit.S 5 ENTRY(_exit) function
25 END(_exit)
27 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-x86/syscalls/
_exit.S 5 ENTRY(_exit) function
29 END(_exit)
31 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-x86_64/syscalls/
_exit.S 5 ENTRY(_exit) function
15 END(_exit)
17 ALIAS_SYMBOL(_Exit, _exit)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
cmd.py 18 def _exit(): function
42 _exit()
52 _exit()
58 _exit()
runtime.py 244 def _exit(self): member in class:LoopStack
  /external/syslinux/com32/lib/
exit.c 47 _exit(rv);
50 __noreturn _Exit(int rv)
52 _exit(rv);
55 __noreturn _exit(int rv) function
  /bionic/libc/include/
stdlib.h 47 __noreturn void _Exit(int __status) __INTRODUCED_IN(21);
49 __noreturn void _Exit(int) __RENAME(_exit); variable
  /external/clang/test/Sema/
builtins-gnu-mode.c 15 int _exit; variable
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 216 : _root(NULL), _exit(NULL), _function(F) {}
281 BallLarusNode* _exit; member in class:llvm::BallLarusDag
  /external/python/cpython3/Lib/
threading.py 617 self._exit()
657 def _exit(self): member in class:Barrier
    [all...]
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 165 void env$$_exit(int Status) {
  /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/python/cpython2/Lib/lib-tk/
Tkinter.py 212 def _exit(code=0): function
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 279 def _exit(code=0): function
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 2369 }function _exit(status) { function in function:_fflush
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 189 def _exit(code=0): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 189 def _exit(code=0): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 189 def _exit(code=0): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 189 def _exit(code=0): function
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 955 milliseconds