Home
last modified time | relevance | path

Searched refs:destroy (Results 1251 - 1275 of 4060) sorted by relevance

1...<<51525354555657585960>>...163

/third_party/node/lib/internal/fs/
H A Dstreams.js29 const { errorOrDestroy } = require('internal/streams/destroy');
300 this.destroy();
524 // destroy on 'finish'.
526 this.on('finish', this.destroy);
529 // We use end() instead of destroy() because of
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dgraceful-fs.js309 that.destroy()
331 that.destroy()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp182 void Target::destroy(Target *targ) in destroy() function in nv50_ir::Target
515 nv50_ir::Target::destroy(targ); in nv50_ir_get_target_library()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c433 sampler->base.destroy = lp_llvm_sampler_soa_destroy; in lp_llvm_sampler_soa_create()
532 image->base.destroy = lp_llvm_image_soa_destroy; in lp_llvm_image_soa_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c100 buffer->base.destroy = nouveau_vp3_video_buffer_destroy; in nouveau_vp3_video_buffer_create()
230 dec->destroy = nouveau_vp3_decoder_destroy; in nouveau_vp3_decoder_init_common()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video.c325 dec->base.destroy(&dec->base); in nv98_create_decoder()
330 dec->base.destroy(&dec->base); in nv98_create_decoder()
/third_party/libwebsockets/lib/roles/dbus/
H A Ddbus.c33 * destroy the wsi, since this is indistinguishable from dbus close path
523 struct lws_context_per_thread *pt, int destroy) in rops_pt_init_destroy_dbus()
525 if (destroy) in rops_pt_init_destroy_dbus()
521 rops_pt_init_destroy_dbus(struct lws_context *context, const struct lws_context_creation_info *info, struct lws_context_per_thread *pt, int destroy) rops_pt_init_destroy_dbus() argument
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c476 struct lws_context_per_thread *pt, int destroy) in rops_pt_init_destroy_netlink()
485 if (destroy) { in rops_pt_init_destroy_netlink()
488 * pt netlink wsi closed + freed as part of pt's destroy in rops_pt_init_destroy_netlink()
474 rops_pt_init_destroy_netlink(struct lws_context *context, const struct lws_context_creation_info *info, struct lws_context_per_thread *pt, int destroy) rops_pt_init_destroy_netlink() argument
/third_party/libfuse/lib/
H A Dcuse_lowlevel.c162 lop.destroy = clop->destroy; in cuse_lowlevel_new()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c309 fd_bc_invalidate_resource(struct fd_resource *rsc, bool destroy) in fd_bc_invalidate_resource() argument
316 if (destroy) { in fd_bc_invalidate_resource()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_vbuf.c672 i915_render->base.destroy = i915_vbuf_render_destroy; in i915_vbuf_render_create()
699 render->destroy(render); in i915_draw_vbuf_stage()
H A Di915_screen.c637 is->iws->destroy(is->iws); in i915_destroy_screen()
679 is->base.destroy = i915_destroy_screen; in i915_screen_create()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_screen.c58 screen->ro->destroy(screen->ro); in lima_screen_destroy()
737 screen->base.destroy = lima_screen_destroy; in lima_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c391 sampler->base.destroy = draw_llvm_sampler_soa_destroy; in draw_llvm_sampler_soa_create()
478 image->base.destroy = draw_llvm_image_soa_destroy; in draw_llvm_image_soa_create()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h205 (*destroy)(struct lp_build_sampler_soa *sampler); member
236 (*destroy)(struct lp_build_image_soa *image); member
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c454 mgr->provider->destroy(mgr->provider); in pb_debug_manager_destroy()
472 mgr->base.destroy = pb_debug_manager_destroy; in pb_debug_manager_create()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c467 scrn->base.destroy = vl_dri2_screen_destroy; in vl_dri2_screen_create()
518 scrn->base.pscreen->destroy(scrn->base.pscreen); in vl_dri2_screen_destroy()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video.c349 dec->base.destroy(&dec->base); in nvc0_create_decoder()
354 dec->base.destroy(&dec->base); in nvc0_create_decoder()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.c766 dev->ro->destroy(dev->ro); in panfrost_destroy_screen()
911 screen->base.destroy = panfrost_destroy_screen; in panfrost_create_screen()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c788 rws->destroy(rws); in r300_destroy_screen()
835 r300screen->screen.destroy = r300_destroy_screen; in r300_screen_create()
/third_party/python/Lib/idlelib/
H A Dconfig_key.py341 self.destroy()
346 self.destroy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCFragment.cpp233 void ilist_alloc_traits<MCFragment>::deleteNode(MCFragment *V) { V->destroy(); } in deleteNode()
243 void MCFragment::destroy() { in destroy() function in MCFragment
/third_party/skia/tests/
H A DPromiseImageTest.cpp204 DeathFn destroy = [](sk_gpu_test::GrContextFactory* factory, GrDirectContext*) { in DEF_GPUTEST()
226 DeathFn contextKillers[] = {destroy, abandon, releaseResourcesAndAbandon}; in DEF_GPUTEST()
267 // to destroy the context (and instead will release-all-and-abandon). in DEF_GPUTEST()
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_variables.py87 self.addCleanup(root2.destroy)
336 root.destroy()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_codecontext.py75 cls.root.destroy()
105 self.cc.context.destroy()

Completed in 21 milliseconds

1...<<51525354555657585960>>...163