/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImage.hpp | 50 void destroy(const VkAllocationCallbacks *pAllocator);
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.cpp | 637 osWindow->destroy(); in IsConfigSupported()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidobjs.c | 124 funcs->destroy( (PSH_Globals)cidsize->internal->module_data ); in cid_size_done() 198 * A pointer to the face object to destroy.
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-name-table.hh | 325 this->table.destroy (); in fini()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_text.py | 228 cls.root.destroy()
|
/third_party/python/Lib/tkinter/ |
H A D | dnd.py | 238 label.destroy()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | builtin.rs | 33 pub destroy: bool, 362 if builtin.destroy { 365 writeln!(out, "void destroy(T *ptr) {{");
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BufferGL.cpp | 49 void BufferGL::destroy(const gl::Context *context) in destroy() function in rx::BufferGL
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | nav_bar_test_ng.cpp | 1395 bool destroy = true; in HWTEST_F() local 1396 innerNavigationController->PopInPIP(destroy); in HWTEST_F() 1416 bool destroy = true; in HWTEST_F() local 1417 innerNavigationController->PopInPIP(destroy); in HWTEST_F() 1437 bool destroy = false; in HWTEST_F() local 1438 innerNavigationController->PopInPIP(destroy); in HWTEST_F()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebtables.c | 592 if (par.match->destroy != NULL) in ebt_cleanup_match() 593 par.match->destroy(&par); in ebt_cleanup_match() 610 if (par.target->destroy != NULL) in ebt_cleanup_watcher() 611 par.target->destroy(&par); in ebt_cleanup_watcher() 635 if (par.target->destroy != NULL) in ebt_cleanup_entry() 636 par.target->destroy(&par); in ebt_cleanup_entry()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 552 .destroy = nv50_dac_destroy, 1078 .destroy = nv50_msto_destroy, 1223 .destroy = nv50_mstc_destroy, 1706 .destroy = nv50_sor_destroy, 1886 .destroy = nv50_pior_destroy, 2728 connector->funcs->destroy(connector); in nv50_display_create()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebtables.c | 631 if (par.match->destroy != NULL) in ebt_cleanup_match() 632 par.match->destroy(&par); in ebt_cleanup_match() 649 if (par.target->destroy != NULL) in ebt_cleanup_watcher() 650 par.target->destroy(&par); in ebt_cleanup_watcher() 674 if (par.target->destroy != NULL) in ebt_cleanup_entry() 675 par.target->destroy(&par); in ebt_cleanup_entry()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 229 .destroy = cdn_dp_connector_destroy, 1029 encoder->funcs->destroy(encoder); in cdn_dp_unbind() 1030 connector->funcs->destroy(connector); in cdn_dp_unbind()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 70 * @destroy: flag if region should be destroyed upon shutdown 77 int destroy; member 290 r->destroy = 1; in ps3_mm_region_create() 300 * ps3_mm_region_destroy - destroy a memory region 308 if (!r->destroy) { in ps3_mm_region_destroy()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 69 * @destroy: flag if region should be destroyed upon shutdown 76 int destroy; member 291 r->destroy = 1; in ps3_mm_region_create() 301 * ps3_mm_region_destroy - destroy a memory region 309 if (!r->destroy) { in ps3_mm_region_destroy()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_cm.c | 831 int destroy = 1; in rds_ib_cm_handle_connect() local 938 destroy = 0; in rds_ib_cm_handle_connect() 960 return destroy; in rds_ib_cm_handle_connect() 992 /* Beware - returning non-zero tells the rdma_cm to destroy in rds_ib_cm_initiate_connect() 1124 /* first destroy the ib state that generates callbacks */ in rds_ib_conn_path_shutdown()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 888 goto destroy; in virtio_transport_recv_connecting() 892 goto destroy; in virtio_transport_recv_connecting() 896 destroy: in virtio_transport_recv_connecting()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_generic.c | 730 /* NULL ring is possible if destroy path is due to a failed in pfifo_fast_reset() 797 /* NULL ring is possible if destroy path is due to a failed in pfifo_fast_destroy() 833 .destroy = pfifo_fast_destroy, 998 if (ops->destroy) in qdisc_destroy() 999 ops->destroy(qdisc); in qdisc_destroy()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_tables.h | 340 * @destroy: destroy private data of set instance 396 void (*destroy)(const struct nft_ctx *ctx, member 765 * @destroy: destruction function, called after synchronize_rcu 788 void (*destroy)(const struct nft_ctx *ctx, member 1196 * @destroy: release existing stateful object 1208 void (*destroy)(const struct nft_ctx *ctx, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 279 kms->funcs->destroy(kms); in msm_drm_uninit() 291 mdss->funcs->destroy(ddev); in msm_drm_uninit() 557 mdss->funcs->destroy(ddev); in msm_drm_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 740 .destroy = drm_crtc_cleanup, 939 .destroy = drm_plane_cleanup, 1062 .destroy = drm_encoder_cleanup,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 249 .destroy = cdn_dp_connector_destroy, 1097 encoder->funcs->destroy(encoder); in cdn_dp_unbind() 1098 connector->funcs->destroy(connector); in cdn_dp_unbind()
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_tables.h | 419 * @destroy: destroy private data of set instance 475 void (*destroy)(const struct nft_ctx *ctx, member 876 * @destroy: destruction function, called after synchronize_rcu 898 void (*destroy)(const struct nft_ctx *ctx, member 1331 * @destroy: release existing stateful object 1343 void (*destroy)(const struct nft_ctx *ctx, member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 256 .destroy = cdn_dp_connector_destroy, 1129 encoder->funcs->destroy(encoder); in cdn_dp_unbind() 1130 connector->funcs->destroy(connector); in cdn_dp_unbind()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | ofdrm.c | 872 .destroy = drm_plane_cleanup, 983 .destroy = drm_crtc_cleanup, 1004 .destroy = drm_connector_cleanup,
|