Searched defs:cleanup (Results 201 - 225 of 265) sorted by relevance

1234567891011

/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp828 static void cleanup(void) { function in class:CalifornioLanguageFactory
948 CalifornioLanguageFactory::cleanup();
1223 static void cleanup() { function in class:WrapFactory
1302 WrapFactory::cleanup();
/external/jemalloc/bin/
H A Dpprof295 # error() and cleanup() function anytime here after.
688 cleanup();
696 cleanup();
3480 cleanup();
4974 sub cleanup { subroutine
4995 cleanup();
5002 cleanup();
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp1464 /// cleanup - After running all passes, clean up pass manager cache.
1465 void FPPassManager::cleanup() { function in class:FPPassManager
1499 getContainedManager(Index)->cleanup();
/external/sepolicy/tools/
H A Dcheck_seapp.c1006 static void cleanup() { function
1045 atexit(cleanup);
/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java2004 cleanup();
2549 private void cleanup() { method in class:MultiUserChat
2564 cleanup();
/external/tcpdump/
H A Dtcpdump.c121 static RETSIGTYPE cleanup(int);
1420 (void)setsignal(SIGPIPE, cleanup);
1421 (void)setsignal(SIGTERM, cleanup);
1422 (void)setsignal(SIGINT, cleanup);
1429 if ((oldhandler = setsignal(SIGHUP, cleanup)) != SIG_DFL)
1650 cleanup(int signo _U_) function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h203 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_st
253 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzgnames.cpp302 void cleanup();
346 cleanup();
391 cleanup();
401 cleanup();
407 cleanup();
424 cleanup();
443 TZGNCore::cleanup() { function in class:TZGNCore
H A Dtznames_impl.cpp903 cleanup();
911 cleanup();
953 cleanup();
957 TimeZoneNamesImpl::cleanup() { function in class:TimeZoneNamesImpl
1049 name.setToBogus(); // cleanup result.
1074 name.setToBogus(); // cleanup result.
1099 name.setToBogus(); // cleanup result.
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc1038 IterState* cleanup = new IterState; local
1055 cleanup->mu = &mutex_;
1056 cleanup->mem = mem_;
1057 cleanup->imm = imm_;
1058 cleanup->version = versions_->current();
1059 internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp671 void cleanup(const bool success);
1346 cleanup(ret);
1351 GCRA::cleanup(const bool success) function in class:nv50_ir::GCRA
/external/chromium_org/ui/file_manager/video_player/js/
H A Dmedia_controls.js395 MediaControls.prototype.cleanup = function() {
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp623 // Remember where that cleanup was.
630 /// kind of cleanup object is a BlockDecl*.
861 // Activate the cleanup if layout pushed one.
863 EHScopeStack::stable_iterator cleanup = capture.getCleanup(); local
864 if (cleanup.isValid())
865 ActivateCleanupBlock(cleanup, blockInfo.DominatingIP);
1558 // hard to just emit this as a cleanup if we wanted to make sure
2222 /// Enter a cleanup to destroy a __block variable. Note that this
2223 /// cleanup should be a no-op if the variable hasn't left the stack
2224 /// yet; if a cleanup i
[all...]
H A DCGException.cpp133 // function for rethrowing an exception after a catchall cleanup.
343 /// A cleanup to free the exception object if its initialization
363 EHScopeStack::stable_iterator cleanup = CGF.EHStack.stable_begin(); local
380 // Deactivate the cleanup block.
381 CGF.DeactivateCleanupBlock(cleanup, cast<llvm::Instruction>(typedAddr));
666 /// normal-only cleanup scopes.
688 // a non-EH cleanup, we'll check enclosing scopes in EmitLandingPad.
758 // If we have a cleanup, remember that.
827 // Also check whether we need a cleanup.
849 /// A cleanup t
[all...]
H A DCGExprAgg.cpp413 // For that, we'll need an EH cleanup.
416 EHScopeStack::stable_iterator cleanup; local
419 // In principle we could tell the cleanup where we are more
428 cleanup = CGF.EHStack.stable_begin();
430 // Otherwise, remember that we didn't need a cleanup.
450 // Tell the cleanup that it needs to destroy up to this
505 // Tell the EH cleanup that we finished with the last element.
518 // Leave the partial-array cleanup if we entered one.
519 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominator);
1182 // We'll need to enter cleanup scope
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp441 void cleanup (void) function in class:deqp::gles2::Functional::SimpleProgramCase
523 cleanup();
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp495 void cleanup (void) function in class:deqp::gles3::Functional::SimpleProgramCase
577 cleanup();
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp302 void cleanup();
346 cleanup();
391 cleanup();
401 cleanup();
407 cleanup();
424 cleanup();
443 TZGNCore::cleanup() { function in class:TZGNCore
H A Dtznames_impl.cpp903 cleanup();
911 cleanup();
953 cleanup();
957 TimeZoneNamesImpl::cleanup() { function in class:TimeZoneNamesImpl
1049 name.setToBogus(); // cleanup result.
1074 name.setToBogus(); // cleanup result.
1099 name.setToBogus(); // cleanup result.
/external/lldb/test/
H A Dlldbtest.py781 Do class-wide cleanup.
785 # First, let's do the platform-specific cleanup.
787 if not module.cleanup():
788 raise Exception("Don't know how to do cleanup")
790 # Subclass might have specific cleanup function defined.
793 print >> sys.stderr, "Call class-specific cleanup function for class:", cls
888 # These are for customized teardown cleanup.
1043 """Register a cleanup action at tearDown() time with a dictinary"""
1048 """Add a cleanup action at tearDown() time with a dictinary"""
1096 # Perform registered teardown cleanup
1408 def cleanup(self, dictionary=None): member in class:Base
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp671 void cleanup(const bool success);
1346 cleanup(ret);
1351 GCRA::cleanup(const bool success) function in class:nv50_ir::GCRA
/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

Completed in 709 milliseconds

1234567891011