Searched defs:cleanup (Results 176 - 200 of 217) sorted by relevance

123456789

/external/icu4c/i18n/
H A Ducurr.cpp313 /* register cleanup of the mutex */
327 static void cleanup(void) { function in struct:CReg
375 CReg::cleanup();
/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/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
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/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/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
H A Devp.h170 int (*cleanup)(EVP_MD_CTX *ctx); member in struct:env_md_st
314 int (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */ member in struct:evp_cipher_st
1191 void (*cleanup)(EVP_PKEY_CTX *ctx));
/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.c126 static void cleanup(void);
383 * We rely on cleanup () from this point on.
576 cleanup();
684 cleanup();
1061 cleanup();
1091 cleanup();
1133 cleanup();
1785 cleanup() function
1796 "cleanup: looking at pid %u\n", tcp->pid);
2354 cleanup();
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c4549 ** Function cleanup
4556 static void cleanup( void ){ function
4577 cleanup,
5120 BTIF_TRACE_DEBUG0("hl thread cleanup");
/external/clang/lib/AST/
H A DExprConstant.cpp378 /// A cleanup, and a flag indicating whether it is lifetime-extended.
641 cleanup(Info, OldStackSize);
644 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { function in class:__anon15118::ScopeRAII
649 // Full-expression cleanup of a lifetime-extended temporary: nothing
650 // to do, just move this cleanup to the right place in the stack.
/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 ...
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.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
H A Dnet.c338 NetCleanup *cleanup,
351 vc->cleanup = cleanup;
370 if (vc->cleanup) {
371 vc->cleanup(vc);
332 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
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js3202 var cleanup = function() {
3217 cleanup();
3222 cleanup();
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Devp.h170 int (*cleanup)(EVP_MD_CTX *ctx); member in struct:env_md_st
314 int (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */ member in struct:evp_cipher_st
1191 void (*cleanup)(EVP_PKEY_CTX *ctx));
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Devp.h170 int (*cleanup)(EVP_MD_CTX *ctx); member in struct:env_md_st
314 int (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */ member in struct:evp_cipher_st
1191 void (*cleanup)(EVP_PKEY_CTX *ctx));
/external/openssl/crypto/evp/
H A Devp.h170 int (*cleanup)(EVP_MD_CTX *ctx); member in struct:env_md_st
314 int (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */ member in struct:evp_cipher_st
1191 void (*cleanup)(EVP_PKEY_CTX *ctx));
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
H A DcalendarPicker.js811 global.picker.cleanup();
3689 CalendarPicker.prototype.cleanup = function() {

Completed in 704 milliseconds

123456789