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

1 2 3 4 5 6

  /frameworks/av/libvideoeditor/osal/inc/
LV_Macros.h 36 * to errValue and jumps to the label <fct>_cleanUp. A trace is displayed
46 goto fct##_cleanUp; \
55 * jumps to the label <fct>_cleanUp.
64 goto fct##_cleanUp; \
75 * The macro jumps to the label <fct>_cleanUp.
84 goto fct##_cleanUp; \
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserInternal.h 36 goto fct##_cleanUp; \
45 goto fct##_cleanUp; \
59 goto fct##_cleanUp; \
  /bionic/libc/stdio/
findfp.c 174 * exit() calls _cleanup() through *__cleanup, set whenever we
178 * The name `_cleanup' is, alas, fairly well known outside stdio.
181 _cleanup(void) function
203 __cleanup = _cleanup; /* conservative */
local.h 53 void _cleanup(void);
  /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()
  /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()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /prebuilts/python/linux-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/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
makebuf.c 77 __cleanup = _cleanup;
setvbuf.c 157 __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
  /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...]
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 286 _cleanup
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 321 _cleanup
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 206 _cleanup
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 204 _cleanup
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 279 _Cleanup = []
284 global _Cleanup
285 cleanlist = filter(None, _Cleanup)
286 del _Cleanup[:]
994 global _Cleanup
995 _Cleanup.remove(self)
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 

Completed in 1386 milliseconds

1 2 3 4 5 6