Searched defs:cleanup (Results 76 - 100 of 265) sorted by relevance

1234567891011

/external/lldb/test/functionalities/type_completion/
H A DTestTypeCompletion.py51 def cleanup(): function in function:TypeCompletionTestCase.type_completion_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
/external/lldb/test/plugins/
H A Dbuilder_base.py125 def cleanup(sender=None, dictionary=None): function
126 """Perform a platform-specific cleanup after the test."""
134 # True signifies that we can handle cleanup.
/external/lldb/test/python_api/rdar-12481949/
H A DTest-rdar-12481949.py50 def cleanup(): function in function:Radar12481949DataFormatterTestCase.rdar12481949_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
/external/ppp/pppd/plugins/radius/
H A Dradattr.c26 static void cleanup(void *opaque, int arg);
45 /* calling cleanup() on link down is problematic because print_attributes()
48 add_notifier(&link_down_notifier, cleanup, NULL);
52 add_notifier(&exitnotify, cleanup, NULL);
94 * %FUNCTION: cleanup
104 cleanup(void *opaque, int arg) function
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
H A DSDL_main.cpp80 CTrapCleanup* cleanup = CTrapCleanup::New(); local
118 //that cleanup below is not called at all - why?
125 delete cleanup;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestfile.c25 static void cleanup( void ) { function
37 cleanup();
50 cleanup();
180 cleanup();
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h37 mCleanupMethod = &(cleanup<TYPE>);
47 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
/external/smack/src/org/xbill/DNS/
H A DClient.java53 cleanup() throws IOException { method in class:Client
/external/bluetooth/bluedroid/hci/include/
H A Dhci.h68 tHCI_CLEANUP cleanup; member in struct:__anon1157
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream.py77 self.cleanup()
79 def cleanup(self): member in class:MeteredStream
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dinternal.h100 int (*cleanup)(EVP_CIPHER_CTX *); member in struct:evp_cipher_st
120 void (*cleanup)(struct evp_aead_ctx_st *); member in struct:evp_aead_st
/external/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp26 void cleanup(int *p) { function
27 int n [[gnu::cleanup(cleanup)]];
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
H A DLocalUriFetcher.java50 public void cleanup() { method in class:LocalUriFetcher
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameModelLoader.java28 public void cleanup() { } method in class:GifFrameModelLoader.GifFrameDataFetcher
/external/glide/library/src/main/java/com/bumptech/glide/volley/
H A DVolleyStreamFetcher.java46 public void cleanup() { method in class:VolleyStreamFetcher
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DTestDataFormatterPythonSynth.py65 def cleanup(): function in function:PythonSynthDataFormatterTestCase.data_formatter_commands
71 # Execute the cleanup function during test case tear down.
72 self.addTearDownHook(cleanup)
221 def cleanup(): function in function:PythonSynthDataFormatterTestCase.rdar10960550_formatter_commands
227 # Execute the cleanup function during test case tear down.
228 self.addTearDownHook(cleanup)
/external/lldb/test/python_api/formatters/
H A DTestFormattersSBAPI.py57 def cleanup(): function in function:SBFormattersAPITestCase.formatters
66 # Execute the cleanup function during test case tear down.
67 self.addTearDownHook(cleanup)
316 def cleanup(): function in function:SBFormattersAPITestCase.force_synth_off
326 # Execute the cleanup function during test case tear down.
327 self.addTearDownHook(cleanup)
/external/openssl/crypto/rand/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/openssl/include/openssl/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install.sh90 cleanup() { function
701 trap cleanup EXIT HUP INT QUIT TERM
/external/chromium_org/third_party/WebKit/Source/platform/audio/android/
H A DFFTFrameOpenMAXDLAndroid.cpp93 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp100 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/chromium_org/third_party/WebKit/Source/platform/audio/ipp/
H A DFFTFrameIPP.cpp92 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerCommon.js257 Picker.prototype.cleanup = function() {};
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecfmtst.cpp137 cleanup();
167 cleanup();
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields! function in class:DecimalFormatStaticSets
192 // decfmt_cleanup Memory cleanup function, free/delete all

Completed in 446 milliseconds

1234567891011