/third_party/node/lib/internal/fs/ |
H A D | streams.js | 29 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 D | graceful-fs.js | 309 that.destroy() 331 that.destroy()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target.cpp | 182 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 D | lp_tex_sample.c | 433 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 D | nouveau_vp3_video.c | 100 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 D | nv98_video.c | 325 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 D | dbus.c | 33 * 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 D | ops-netlink.c | 476 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 D | cuse_lowlevel.c | 162 lop.destroy = clop->destroy; in cuse_lowlevel_new()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch_cache.c | 309 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 D | i915_prim_vbuf.c | 672 i915_render->base.destroy = i915_vbuf_render_destroy; in i915_vbuf_render_create() 699 render->destroy(render); in i915_draw_vbuf_stage()
|
H A D | i915_screen.c | 637 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 D | lima_screen.c | 58 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 D | draw_llvm_sample.c | 391 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 D | lp_bld_tgsi.h | 205 (*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 D | pb_bufmgr_debug.c | 454 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 D | vl_winsys_dri.c | 467 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 D | nvc0_video.c | 349 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 D | pan_screen.c | 766 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 D | r300_screen.c | 788 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 D | config_key.py | 341 self.destroy() 346 self.destroy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCFragment.cpp | 233 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 D | PromiseImageTest.cpp | 204 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 D | test_variables.py | 87 self.addCleanup(root2.destroy) 336 root.destroy()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_codecontext.py | 75 cls.root.destroy() 105 self.cc.context.destroy()
|