Searched defs:cleanup (Results 101 - 125 of 175) sorted by relevance

1234567

/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DFilter.java192 public void cleanup(Renderer r) { method in class:Filter.Pass
230 // cleanup(renderManager.getRenderer());
237 * cleanup this filter
240 protected final void cleanup(Renderer r) { method in class:Filter
243 defaultPass.cleanup(r);
248 pass.cleanup(r);
267 * override this method if you have some cleanup to do
H A DFilterPostProcessor.java117 filter.cleanup(renderer);
352 cleanup();
356 public void cleanup() { method in class:FilterPostProcessor
364 filter.cleanup(renderer);
H A DHDRRenderer.java403 public void cleanup() { method in class:HDRRenderer
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DPssmShadowRenderer.java453 public void cleanup() { method in class:PssmShadowRenderer
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DNullRenderer.java143 public void cleanup() { method in class:NullRenderer
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
H A DLwjglAudioRenderer.java260 public void cleanup(){ method in class:LwjglAudioRenderer
/external/openssl/crypto/asn1/
H A Dbio_asn1.c124 asn1_ps_func *cleanup, asn1_bio_state_t next);
302 asn1_ps_func *cleanup, asn1_bio_state_t next)
318 if(cleanup)
319 cleanup(b, &ctx->ex_buf, &ctx->ex_len,
301 asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *cleanup, asn1_bio_state_t next) argument
/external/openssl/crypto/evp/
H A Devp_locl.h134 key_len, iv_len, flags, init_key, cleanup, \
141 cleanup, \
150 iv_len, flags, init_key, cleanup, set_asn1, \
153 iv_len, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
156 iv_len, cbits, flags, init_key, cleanup, \
159 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
163 iv_len, cbits, flags, init_key, cleanup, \
166 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
170 flags, init_key, cleanup, set_asn1, \
173 0, flags, init_key, cleanup, set_asn
298 void (*cleanup)(EVP_PKEY_CTX *ctx); member in struct:evp_pkey_method_st
[all...]
/external/openssl/crypto/x509/
H A Dx509_lu.c201 ret->cleanup = 0;
214 static void cleanup(X509_OBJECT *a) function
249 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
/external/oprofile/daemon/liblegacy/
H A Dp_module.h64 unsigned long cleanup; member in struct:old_mod_routines
76 unsigned long cleanup; /* cleanup routine */ member in struct:old_module
150 unsigned tgt_long cleanup; member in struct:module
/external/qemu/hw/
H A Dqdev.c374 NetCleanup *cleanup,
380 receive, receive_iov, cleanup, opaque);
370 qdev_get_vlan_client(DeviceState *dev, NetCanReceive *can_receive, NetReceive *receive, NetReceiveIOV *receive_iov, NetCleanup *cleanup, void *opaque) argument
/external/v8/test/mjsunit/
H A Dstrict-mode.js581 function cleanup(t) { function
751 cleanup(String);
752 cleanup(Number);
753 cleanup(Boolean);
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp36 void cleanup() {} function in class:tst_QScriptEngine
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.cpp213 cleanup();
216 void CSSPrimitiveValue::cleanup() function in class:WebCore::CSSPrimitiveValue
/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp41 void cleanup();
97 void tst_QWebElement::cleanup() function in class:tst_QWebElement
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
H A Dhlr_auc_gw.c612 static void cleanup(void) function
706 atexit(cleanup);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf.c1121 ** Function cleanup
1128 static void cleanup( void ) function
1156 cleanup,
H A Dbtif_hh.c1543 ** Function cleanup
1550 static void cleanup( void ) function
1591 cleanup,
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java124 public void cleanup () method in class:ReportGenerator
129 super.cleanup ();
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DSimpleWaterProcessor.java245 public void cleanup() { method in class:SimpleWaterProcessor
586 public void cleanup() { method in class:SimpleWaterProcessor.RefractionProcessor
/external/kernel-headers/original/linux/
H A Dserio.h68 void (*cleanup)(struct serio *); member in struct:serio_driver
118 if (serio->drv && serio->drv->cleanup)
119 serio->drv->cleanup(serio);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h179 /// this class), and cleanup.
185 h.cleanup();
186 cleanup();
587 void cleanup() { function in class:PBQP::HeuristicSolverImpl
588 h.cleanup();
/external/tcpdump/
H A Dtcpdump.c104 static RETSIGTYPE cleanup(int);
953 (void)setsignal(SIGPIPE, cleanup);
955 (void)setsignal(SIGTERM, cleanup);
956 (void)setsignal(SIGINT, cleanup);
959 if ((oldhandler = setsignal(SIGHUP, cleanup)) != SIG_DFL)
1089 cleanup(int signo _U_) function
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c875 static void cleanup(void) function
1014 atexit(cleanup);
/external/dhcpcd/
H A Ddhcpcd.c179 cleanup(void) function
1905 atexit(cleanup);

Completed in 487 milliseconds

1234567