Home
last modified time | relevance | path

Searched refs:destroy (Results 1651 - 1675 of 4060) sorted by relevance

1...<<61626364656667686970>>...163

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.hpp50 void destroy(const VkAllocationCallbacks *pAllocator);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_instantiate.cpp637 osWindow->destroy(); in IsConfigSupported()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidobjs.c124 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 Dhb-ot-name-table.hh325 this->table.destroy (); in fini()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_text.py228 cls.root.destroy()
/third_party/python/Lib/tkinter/
H A Ddnd.py238 label.destroy()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dbuiltin.rs33 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 DBufferGL.cpp49 void BufferGL::destroy(const gl::Context *context) in destroy() function in rx::BufferGL
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnav_bar_test_ng.cpp1395 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 Debtables.c592 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 Ddisp.c552 .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 Debtables.c631 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 Dcdn-dp-core.c229 .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 Dmm.c70 * @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 Dmm.c69 * @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 Dib_cm.c831 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 Dvirtio_transport_common.c888 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 Dsch_generic.c730 /* 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 Dnf_tables.h340 * @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 Dmsm_drv.c279 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 Dltdc.c740 .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 Dcdn-dp-core.c249 .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 Dnf_tables.h419 * @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 Dcdn-dp-core.c256 .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 Dofdrm.c872 .destroy = drm_plane_cleanup,
983 .destroy = drm_crtc_cleanup,
1004 .destroy = drm_connector_cleanup,

Completed in 46 milliseconds

1...<<61626364656667686970>>...163