HomeSort by relevance Sort by last modified time
    Searched refs:_cleanup (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 68 __atexit_register_cleanup(_cleanup);
setvbuf.c 151 __atexit_register_cleanup(_cleanup);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp 122 _cleanup(); //this is normally called at exit, I call it here, Markus
  /ndk/sources/android/support/src/stdio/
local.h 53 void _cleanup(void);
  /bionic/libc/stdio/
findfp.c 152 * exit() and abort() call _cleanup() through the callback registered
157 * The name `_cleanup' is, alas, fairly well known outside stdio.
160 _cleanup(void) function
191 __atexit_register_cleanup(_cleanup); /* conservative */
local.h 76 void _cleanup(void);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
subprocess.py 460 def _cleanup(): function
656 _cleanup()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 44 popen2._cleanup()
52 popen2._cleanup()
58 subprocess._cleanup()
script_helper.py 39 subprocess._cleanup()
85 subprocess._cleanup()
test_subprocess.py 50 subprocess._cleanup()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
subprocess.py 460 def _cleanup(): function
656 _cleanup()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 44 popen2._cleanup()
52 popen2._cleanup()
58 subprocess._cleanup()
script_helper.py 39 subprocess._cleanup()
85 subprocess._cleanup()
test_subprocess.py 50 subprocess._cleanup()
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 756 ptw32_cleanup_t _cleanup; \
758 _cleanup.routine = (ptw32_cleanup_callback_t)(_rout); \
759 _cleanup.arg = (_arg); \
769 (*(_cleanup.routine))( _cleanup.arg ); \
784 ptw32_cleanup_t _cleanup; \
786 ptw32_push_cleanup( &_cleanup, (ptw32_cleanup_callback_t) (_rout), (_arg) ); \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 258 cdef object _cleanup
263 self._cleanup = cleanup
267 cdef c_core.MojoResult result = self._cleanup()
268 self._cleanup = None
  /external/openssl/crypto/evp/
e_aes.c 444 aes_##mode##_cleanup, \
453 aes_##mode##_cleanup, \
480 aes_##mode##_cleanup, \
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 769 _cleanup(); //this is normally called at exit, I call it here
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 948 milliseconds

1 2