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

123456789

/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/pixman/pixman/
H A Dpixman-arm-neon-asm.h625 cleanup, \ variable
871 cleanup
902 cleanup
939 cleanup, \ variable
1063 cleanup
1076 cleanup
H A Dpixman-arm-simd-asm.h559 cleanup, \ variable
853 cleanup
/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/smack/src/org/jivesoftware/smack/
H A DRoster.java728 void cleanup() { method in class:Roster
/external/v8/test/mjsunit/
H A Dstrict-mode.js581 function cleanup(t) { function
751 cleanup(String);
752 cleanup(Number);
753 cleanup(Boolean);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf.c1121 ** Function cleanup
1128 static void cleanup( void ) function
1156 cleanup,
H A Dbtif_hh.c1706 ** Function cleanup
1713 static void cleanup( void ) function
1756 cleanup,
H A Dbtif_rc.c1449 ** Function cleanup
1456 static void cleanup() function
1482 cleanup,
/external/chromium_org/remoting/webapp/
H A Dclient_plugin_async.js326 remoting.ClientPluginAsync.prototype.cleanup = function() {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp391 cleanup();
394 void CSSPrimitiveValue::cleanup() function in class:WebCore::CSSPrimitiveValue
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py65 test.cleanup(condition)
289 test.cleanup()
910 self.cleanup()
961 def cleanup(self, condition = None): member in class:TestCmd
/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/chromium_org/net/dns/
H A Dmdns_client_impl.cc398 void MDnsClientImpl::Core::ScheduleCleanup(base::Time cleanup) { argument
400 if (cleanup == scheduled_cleanup_) return;
401 scheduled_cleanup_ = cleanup;
403 // This cancels the previously scheduled cleanup.
407 // If |cleanup| is empty, then no cleanup necessary.
408 if (cleanup != base::Time()) {
412 cleanup - base::Time::Now());

Completed in 595 milliseconds

123456789