Searched defs:cleanup (Results 126 - 150 of 175) sorted by relevance

1234567

/external/icu4c/i18n/
H A Dtzgnames.cpp278 cleanup();
334 cleanup();
344 cleanup();
350 cleanup();
367 cleanup();
386 TimeZoneGenericNames::cleanup() { function in class:TimeZoneGenericNames
H A Dtznames_impl.cpp970 cleanup();
978 cleanup();
1020 cleanup();
1025 TimeZoneNamesImpl::cleanup() { function in class:TimeZoneNamesImpl
1101 name.setToBogus(); // cleanup result.
1126 name.setToBogus(); // cleanup result.
H A Ducurr.cpp317 /* register cleanup of the mutex */
331 static void cleanup(void) { function in struct:CReg
380 CReg::cleanup();
/external/icu4c/test/intltest/
H A Dicusvtst.cpp828 static void cleanup(void) { function in class:CalifornioLanguageFactory
948 CalifornioLanguageFactory::cleanup();
1224 static void cleanup() { function in class:WrapFactory
1303 WrapFactory::cleanup();
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java130 public void cleanup() { method in class:LwjglGL1Renderer
H A DLwjglRenderer.java401 public void cleanup() { method in class:LwjglRenderer
1016 // register for cleanup since the ID is usable
1017 // NOTE: From now on cleanup is handled
/external/llvm/lib/VMCore/
H A DPassManager.cpp1419 /// cleanup - After running all passes, clean up pass manager cache.
1420 void FPPassManager::cleanup() { function in class:FPPassManager
1452 getContainedManager(Index)->cleanup();
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java440 cleanup();
668 private void cleanup() throws IOException { method in class:DownloaderActivity.Downloader
/external/sepolicy/check_seapp/
H A Dcheck_seapp.c923 static void cleanup() { function
962 atexit(cleanup);
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp13 // A "cleanup" is a piece of code which needs to be executed whenever
124 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); local
125 if (cleanup.isActive()) return si;
126 si = cleanup.getEnclosingNormalCleanup();
135 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*find(si)); local
136 if (cleanup && !cleanup->isActive()) {
137 si = cleanup->getEnclosingEHScope();
150 assert(((Size % sizeof(void*)) == 0) && "cleanup type is misaligned");
180 // Destroy the cleanup
259 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); local
972 IsUsedAsEHCleanup(EHScopeStack &EHStack, EHScopeStack::stable_iterator cleanup) argument
[all...]
H A DCGBlocks.cpp565 // Remember where that cleanup was.
572 /// kind of cleanup object is a BlockDecl*.
774 // Activate the cleanup if layout pushed one.
776 EHScopeStack::stable_iterator cleanup = capture.getCleanup(); local
777 if (cleanup.isValid())
778 ActivateCleanupBlock(cleanup, blockInfo.DominatingIP);
1403 // hard to just emit this as a cleanup if we wanted to make sure
1986 /// Enter a cleanup to destroy a __block variable. Note that this
1987 /// cleanup should be a no-op if the variable hasn't left the stack
1988 /// yet; if a cleanup i
[all...]
H A DCGException.cpp150 // function for rethrowing an exception after a catchall cleanup.
353 /// A cleanup to free the exception object if its initialization
374 EHScopeStack::stable_iterator cleanup = CGF.EHStack.stable_begin(); local
391 // Deactivate the cleanup block.
392 CGF.DeactivateCleanupBlock(cleanup, cast<llvm::Instruction>(typedAddr));
658 /// normal-only cleanup scopes.
680 // a non-EH cleanup, we'll check enclosing scopes in EmitLandingPad.
797 // If we have a cleanup, remember that.
866 // Also check whether we need a cleanup.
891 /// A cleanup t
[all...]
H A DCGExprAgg.cpp303 /// \brief Prepare cleanup for the temporary array.
398 // For that, we'll need an EH cleanup.
401 EHScopeStack::stable_iterator cleanup; local
404 // In principle we could tell the cleanup where we are more
413 cleanup = CGF.EHStack.stable_begin();
415 // Otherwise, remember that we didn't need a cleanup.
435 // Tell the cleanup that it needs to destroy up to this
503 // Tell the EH cleanup that we finished with the last element.
516 // Leave the partial-array cleanup if we entered one.
517 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominato
[all...]
H A DCGExprCXX.cpp847 EHScopeStack::stable_iterator cleanup; local
853 // Enter a partial-destruction cleanup if necessary.
855 // In principle we could tell the cleanup where we are more
863 cleanup = EHStack.stable_begin();
867 // Tell the cleanup that it needs to destroy up to this
887 // If there was a cleanup, deactivate it.
889 DeactivateCleanupBlock(cleanup, cleanupDominator);
911 // Store the new cleanup position for irregular cleanups.
914 // Enter a partial-destruction cleanup if necessary.
918 cleanup
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java385 public void cleanup() { method in class:OGLESShaderRenderer
1073 // register for cleanup since the ID is usable
/external/openssh/
H A Dsshconnect2.c275 void (*cleanup)(Authctxt *authctxt); member in struct:Authmethod
429 if (authctxt->method != NULL && authctxt->method->cleanup != NULL)
430 authctxt->method->cleanup(authctxt);
506 if (authctxt->method != NULL && authctxt->method->cleanup != NULL)
507 authctxt->method->cleanup(authctxt);
/external/openssl/crypto/x509/
H A Dx509_vfy.h205 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_st
255 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
/external/openssl/include/openssl/
H A Dx509_vfy.h205 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_st
255 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
/external/ppp/pppd/
H A Dmain.c238 static void cleanup __P((void));
1155 cleanup();
1162 * cleanup - restore anything which needs to be restored before we exit
1166 cleanup() function
1172 if (the_channel->cleanup)
1173 (*the_channel->cleanup)();
H A Dpppd.h454 /* cleanup on error or normal exit */
455 void (*cleanup) __P((void)); member in struct:channel
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp732 CTrapCleanup* cleanup = CTrapCleanup::New(); local
780 delete cleanup;
/external/strace/
H A Dstrace.c129 static void cleanup(void);
386 * We rely on cleanup () from this point on.
579 cleanup();
687 cleanup();
1064 cleanup();
1094 cleanup();
1136 cleanup();
1788 cleanup() function
1799 "cleanup: looking at pid %u\n", tcp->pid);
2357 cleanup();
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c4524 ** Function cleanup
4531 static void cleanup( void ){ function
4551 cleanup,
5091 BTIF_TRACE_DEBUG0("hl thread cleanup");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu/
H A Dnet-android.c371 NetCleanup *cleanup,
384 vc->cleanup = cleanup;
403 if (vc->cleanup) {
404 vc->cleanup(vc);
365 qemu_new_vlan_client(VLANState *vlan, const char *model, const char *name, NetCanReceive *can_receive, NetReceive *receive, NetReceiveIOV *receive_iov, NetCleanup *cleanup, void *opaque) argument

Completed in 1712 milliseconds

1234567