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

1234567

/external/emma/core/java12/com/vladium/logging/
H A DLogger.java364 current.cleanup ();
434 private void cleanup () method in class:Logger
/external/icu4c/test/perf/convperf/
H A Dconvperf.h118 UBool cleanup; member in class:ICUOpenAllConvertersFunction
124 cleanup = callCleanup;
133 if (cleanup) {
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
H A DAndroidAudioRenderer.java275 public void cleanup() { method in class:AndroidAudioRenderer
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
H A DBulletAppState.java203 public void cleanup() { method in class:BulletAppState
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DCinematic.java258 public void cleanup() { method in class:Cinematic
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderer.java289 public void cleanup(); method in interface:Renderer
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DVideoRecorderAppState.java86 public void cleanup() { method in class:VideoRecorderAppState
91 super.cleanup();
184 public void cleanup() { method in class:VideoRecorderAppState.VideoProcessor
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanel.java291 public void cleanup() { method in class:AwtPanel
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestRenderToMemory.java255 public void cleanup() { method in class:TestRenderToMemory
/external/llvm/lib/Analysis/
H A DProfileEstimatorPass.cpp347 bool cleanup = false; local
349 while (BBToVisit.size() > 0 && !cleanup) {
390 cleanup = true;
397 if (cleanup) {
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp43 // cleanup code crashes.
98 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) argument
100 if (!cleanup)
103 head->prev = cleanup;
104 cleanup->next = head;
105 head = cleanup;
109 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { argument
110 if (!cleanup)
112 if (cleanup == head) {
113 head = cleanup
[all...]
/external/openssl/crypto/engine/
H A Deng_table.c130 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, argument
141 /* The cleanup callback needs to be added */
142 engine_cleanup_add_first(cleanup);
259 /* Check again inside the lock otherwise we could race against cleanup
/external/oprofile/utils/
H A Dophelp.c346 static void cleanup(void) function
372 atexit(cleanup);
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c156 static void cleanup(void) function
305 atexit(cleanup);
/external/qemu/
H A Dnet.h21 NetCleanup *cleanup; member in struct:VLANClientState
60 NetCleanup *cleanup,
144 NetCleanup *cleanup,
/external/valgrind/main/drd/
H A Ddrd_clientobj.h58 void (*cleanup)(union drd_clientobj*); member in struct:any
67 void (*cleanup)(union drd_clientobj*); member in struct:mutex_info
82 void (*cleanup)(union drd_clientobj*); member in struct:cond_info
94 void (*cleanup)(union drd_clientobj*); member in struct:hb_info
104 void (*cleanup)(union drd_clientobj*); member in struct:semaphore_info
119 void (*cleanup)(union drd_clientobj*); member in struct:barrier_info
136 void (*cleanup)(union drd_clientobj*); member in struct:rwlock_info
/external/webkit/Source/WebCore/platform/audio/fftw/
H A DFFTFrameFFTW.cpp221 void FFTFrame::cleanup() function in class:WebCore::FFTFrame
/external/webkit/Source/WebCore/svg/
H A DSVGPathBlender.cpp358 void SVGPathBlender::cleanup() function in class:SVGPathBlender
364 m_consumer->cleanup();
H A DSVGPathParser.cpp391 void SVGPathParser::cleanup() function in class:WebCore::SVGPathParser
396 m_consumer->cleanup();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCookieJar.cpp120 void WebCookieJar::cleanup(bool isPrivateBrowsing) function in class:android::WebCookieJar
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp46 void cleanup();
96 void tst_QWebHistory::cleanup() function in class:tst_QWebHistory
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp150 void WebView::cleanup() function in class:WebView
/external/clang/lib/CodeGen/
H A DCGBlocks.h153 void setCleanup(EHScopeStack::stable_iterator cleanup) { argument
155 Cleanup = cleanup;
/external/chromium/net/tools/flip_server/
H A Dsm_connection.cc244 void SMConnection::Cleanup(const char* cleanup) { argument
245 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Cleanup: " << cleanup; local
/external/icu4c/i18n/
H A Dtridpars.cpp926 void TransliteratorIDParser::cleanup() { function in class:TransliteratorIDParser

Completed in 778 milliseconds

1234567