Home
last modified time | relevance | path

Searched refs:destroy (Results 551 - 575 of 3084) sorted by relevance

1...<<21222324252627282930>>...124

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_log.h60 void (*destroy)(void *data); member
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_help.py25 cls.root.destroy()
H A Dtest_filelist.py21 cls.root.destroy()
H A Dtest_zoomheight.py26 cls.root.destroy()
H A Dtest_window.py34 cls.root.destroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DShaderGL.h28 void destroy() override;
/third_party/skia/third_party/externals/angle2/samples/hello_triangle/
H A DHelloTriangle.cpp52 void destroy() override { glDeleteProgram(mProgram); }
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramPipelineVk.h28 void destroy(const gl::Context *context) override;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DObject.cpp76 void Object::destroy() in destroy() function in gl::Object
H A DObject.hpp49 void destroy();
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.hpp29 void destroy(const VkAllocationCallbacks *pAllocator);
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.hpp34 void destroy(const VkAllocationCallbacks *pAllocator);
/third_party/skia/third_party/externals/angle2/util/ozone/
H A DOzoneWindow.h23 void destroy() override;
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.h28 void destroy() override;
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftlist.h235 * finalization by @FT_List_Finalize to destroy all elements in a given
243 * The current object to destroy.
267 * destroy ::
284 FT_List_Destructor destroy,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-face.hh53 hb_destroy_func_t destroy; member
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_loadtk.py18 tcl.destroy()
H A Dtest_messagebox.py29 root.destroy()
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dsa_asy_key_generator_test.cpp130 .destroy = nullptr
218 generator->base.destroy(&(generator->base)); in HWTEST_F()
229 generator->base.destroy(&(generator->base)); in HWTEST_F()
313 keyPair->base.destroy(&(keyPair->base)); in HWTEST_F()
318 dsa2048KeyPair_->base.destroy(nullptr); in HWTEST_F()
319 dsa2048KeyPair_->base.destroy((HcfObjectBase *)&g_obj); in HWTEST_F()
340 keyPair->pubKey->base.base.destroy(&(keyPair->pubKey->base.base)); in HWTEST_F()
347 dsa2048KeyPair_->pubKey->base.base.destroy(nullptr); in HWTEST_F()
348 dsa2048KeyPair_->pubKey->base.base.destroy((HcfObjectBase *)&g_obj); in HWTEST_F()
496 keyPair->priKey->base.base.destroy( in HWTEST_F()
[all...]
H A Dcrypto_dh_key_agreement_test.cpp76 .destroy = nullptr
275 keyAgreement->base.destroy((HcfObjectBase *)keyAgreement); in HWTEST_F()
317 keyAgreement->base.destroy(nullptr); in HWTEST_F()
318 keyAgreement->base.destroy(&g_obj); in HWTEST_F()
409 spiObj->base.destroy(nullptr); in HWTEST_F()
422 spiObj->base.destroy(&g_obj); in HWTEST_F()
H A Dcrypto_ecc_key_agreement_test.cpp127 .destroy = nullptr
232 keyAgreement->base.destroy((HcfObjectBase *)keyAgreement); in HWTEST_F()
243 keyAgreement->base.destroy(nullptr); in HWTEST_F()
256 keyAgreement->base.destroy(&obj); in HWTEST_F()
577 spiObj->base.destroy(nullptr); in HWTEST_F()
594 spiObj->base.destroy(&obj); in HWTEST_F()
H A Dcrypto_x25519_asy_key_generator_test.cpp125 generator->base.destroy((HcfObjectBase *)generator); in HWTEST_F()
174 keyPair->base.destroy(&(keyPair->base)); in HWTEST_F()
199 keyPair->pubKey->base.base.destroy(&(keyPair->pubKey->base.base)); in HWTEST_F()
250 keyPair->priKey->base.base.destroy(&(keyPair->priKey->base.base)); in HWTEST_F()
367 keyPair->pubKey->base.base.destroy(&(keyPair->pubKey->base.base)); in HWTEST_F()
422 keyPair->priKey->base.base.destroy(&(keyPair->priKey->base.base)); in HWTEST_F()
/third_party/node/lib/
H A Dnet.js416 // For backwards compat do not emit close on destroy.
506 // Used after `.destroy()`
576 this.destroy(er);
710 socket.destroy(errnoException(err, 'read'));
748 this.destroy(new ERR_SOCKET_CLOSED());
760 this.destroy(errnoException(err, 'read'));
798 this.destroy();
800 this.once('finish', this.destroy);
805 debug('destroy');
818 // `bytesRead` and `kBytesWritten` should be accessible after `.destroy()`
[all...]
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe_transport.c57 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
58 __MODULE_PARM_TYPE(destroy, "string");
59 MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface");
832 /* pass to transport destroy */ in fcoe_ctlr_destroy_store()
833 rc = ft->destroy(netdev); in fcoe_ctlr_destroy_store()
838 LIBFCOE_TRANSPORT_DBG("transport %s %s to destroy fcoe on %s.\n", in fcoe_ctlr_destroy_store()
921 * registered fcoe transport's destroy function.
947 /* pass to transport destroy */ in fcoe_transport_destroy()
948 rc = ft->destroy ? ft->destroy(netde in fcoe_transport_destroy()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dem_meta.c790 void (*destroy)(struct meta_value *); member
799 .destroy = meta_var_destroy,
873 if (ops && ops->destroy) { in meta_delete()
874 ops->destroy(&meta->lvalue); in meta_delete()
875 ops->destroy(&meta->rvalue); in meta_delete()
990 .destroy = em_meta_destroy,

Completed in 12 milliseconds

1...<<21222324252627282930>>...124