/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_log.h | 60 void (*destroy)(void *data); member
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_help.py | 25 cls.root.destroy()
|
H A D | test_filelist.py | 21 cls.root.destroy()
|
H A D | test_zoomheight.py | 26 cls.root.destroy()
|
H A D | test_window.py | 34 cls.root.destroy()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ShaderGL.h | 28 void destroy() override;
|
/third_party/skia/third_party/externals/angle2/samples/hello_triangle/ |
H A D | HelloTriangle.cpp | 52 void destroy() override { glDeleteProgram(mProgram); }
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ProgramPipelineVk.h | 28 void destroy(const gl::Context *context) override;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Object.cpp | 76 void Object::destroy() in destroy() function in gl::Object
|
H A D | Object.hpp | 49 void destroy();
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFramebuffer.hpp | 29 void destroy(const VkAllocationCallbacks *pAllocator);
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSwapchainKHR.hpp | 34 void destroy(const VkAllocationCallbacks *pAllocator);
|
/third_party/skia/third_party/externals/angle2/util/ozone/ |
H A D | OzoneWindow.h | 23 void destroy() override;
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.h | 28 void destroy() override;
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftlist.h | 235 * 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 D | hb-face.hh | 53 hb_destroy_func_t destroy; member
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_loadtk.py | 18 tcl.destroy()
|
H A D | test_messagebox.py | 29 root.destroy()
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dsa_asy_key_generator_test.cpp | 130 .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 D | crypto_dh_key_agreement_test.cpp | 76 .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 D | crypto_ecc_key_agreement_test.cpp | 127 .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 D | crypto_x25519_asy_key_generator_test.cpp | 125 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 D | net.js | 416 // 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 D | fcoe_transport.c | 57 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 D | em_meta.c | 790 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,
|