/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_handle_table.h | 64 void (*destroy)(void *object));
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_scrolledlist.py | 18 cls.root.destroy()
|
H A D | test_debugger.py | 19 cls.root.destroy()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDebugUtilsMessenger.cpp | 27 void DebugUtilsMessenger::destroy(const VkAllocationCallbacks *pAllocator) in destroy() function in vk::DebugUtilsMessenger
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUQuerySet.cpp | 27 void GPUQuerySet::destroy(Napi::Env) { in destroy() function in wgpu::binding::GPUQuerySet
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_bt_network_impl.c | 223 subnet->destroy = DestroyBtSubnetManager; in CreateBtSubnetManager() 237 subnet->destroy(subnet); in CreateBtSubnetManager() 346 manager->destroy(manager); in LnnEnableBtProtocol()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_screen.c | 492 if(winsys->destroy) in softpipe_destroy_screen() 493 winsys->destroy(winsys); in softpipe_destroy_screen() 593 screen->base.destroy = softpipe_destroy_screen; in softpipe_create_screen()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_drawable.c | 166 if (d->callbacks.destroy) { in destroy_drawable() 172 d->callbacks.destroy(d->display, d); in destroy_drawable() 283 d->destroy = destroy_drawable_callback; in common_init() 409 * Note: this may not actually destroy the drawable. in apple_glx_garbage_collect_drawables() 505 * The user has requested that we destroy this resource. in apple_glx_drawable_destroy_by_type() 507 * release it, and call destroy_drawable which doesn't destroy in apple_glx_drawable_destroy_by_type()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 125 * Most of the methods (with the exception of init and destroy) 164 void (*destroy) (void *userdata); member 1186 * Hook for cleaning up the channel on destroy (optional) 1190 void (*destroy) (void *data); member 1333 void (*destroy)(struct fuse_chan *ch); member
|
/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
H A D | drm.c | 113 ctx->ref->destroy(ctx->ref); in drm_destroy() 116 ctx->hal->destroy(ctx->hal); in drm_destroy() 229 ctx->base.destroy = drm_destroy; in drm_create_adapter()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | SurfaceMtl.h | 44 void destroy(const egl::Display *display) override; 132 void destroy(const egl::Display *display) override; 195 void destroy(const egl::Display *display) override;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | VulkanTester.cpp | 249 device.destroy(nullptr); 250 if(debugReport) instance.destroy(debugReport); 251 instance.destroy(nullptr);
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftutil.c | 413 FT_List_Destructor destroy, in FT_List_Finalize() 430 if ( destroy ) in FT_List_Finalize() 431 destroy( memory, data, user ); in FT_List_Finalize() 412 FT_List_Finalize( FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user ) FT_List_Finalize() argument
|
/third_party/selinux/libsepol/src/ |
H A D | hashtab.c | 144 void (*destroy) (hashtab_key_t k, in hashtab_remove() 169 if (destroy) in hashtab_remove() 170 destroy(cur->key, cur->datum, args); in hashtab_remove()
|
/third_party/python/Lib/test/ |
H A D | test__xxsubinterpreters.py | 283 interpreters.destroy(id) 437 interpreters.destroy(first) 514 interpreters.destroy(interp) 599 interpreters.destroy(id) 658 # Now destroy them. 660 interpreters.destroy(id) 671 # Now destroy 2 of them. 672 interpreters.destroy(id1) 673 interpreters.destroy(id3) 686 interpreters.destroy(id [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_screen.c | 777 if (screen->base.destroy) in dri_destroy_screen_helper() 778 screen->base.destroy(&screen->base); in dri_destroy_screen_helper() 780 if (screen->st_api && screen->st_api->destroy) in dri_destroy_screen_helper() 781 screen->st_api->destroy(screen->st_api); in dri_destroy_screen_helper() 784 screen->base.screen->destroy(screen->base.screen); in dri_destroy_screen_helper()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec.c | 212 priv->pipe->destroy(priv->pipe); in vid_dec_Constructor() 219 priv->pipe->destroy(priv->pipe); in vid_dec_Constructor() 285 priv->pipe->destroy(priv->pipe); in vid_dec_Destructor() 450 priv->shadow->destroy(priv->shadow); in vid_dec_MessageHandler() 454 priv->codec->destroy(priv->codec); in vid_dec_MessageHandler()
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
H A D | h264eprc.c | 414 priv->s_pipe->destroy(priv->s_pipe); in h264e_prc_create_encoder() 421 priv->s_pipe->destroy(priv->s_pipe); in h264e_prc_create_encoder() 452 priv->scale_buffer[i]->destroy(priv->scale_buffer[i]); in h264e_prc_destroy_encoder() 458 priv->s_pipe->destroy(priv->s_pipe); in h264e_prc_destroy_encoder() 462 priv->t_pipe->destroy(priv->t_pipe); in h264e_prc_destroy_encoder()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.h | 41 void destroy(vk::Context *context); 193 void destroy(VkDevice device); 275 virtual void destroy(Context *context) = 0; 341 void destroy(Context *context) override; 466 // enabled. Issuing the |destroy| command will cause the worker thread to clean up it's resources 490 void destroy(Context *context) override;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
H A D | memory.h | 544 // destroy(Alloc& a, T* p): 545 // Calls a.destroy(p) if possible. If not possible, calls p->~T(). 547 static void destroy(Alloc& a, T* p) { // NOLINT(runtime/references) 589 T* p) -> decltype(a.destroy(p)) { 590 a.destroy(p); 670 std::allocator_traits<Allocator>::destroy(alloc, std::addressof(*cur)); in ConstructRange() 689 std::allocator_traits<Allocator>::destroy(alloc, std::addressof(*cur)); in CopyRange()
|
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
H A D | virgl_drm_winsys.c | 1244 qdws->base.destroy = virgl_drm_winsys_destroy; in virgl_drm_winsys_create() 1284 boolean destroy; in virgl_drm_screen_destroy() local 1287 destroy = --screen->refcnt == 0; in virgl_drm_screen_destroy() 1288 if (destroy) { in virgl_drm_screen_destroy() 1295 if (destroy) { in virgl_drm_screen_destroy() 1296 pscreen->destroy = screen->winsys_priv; in virgl_drm_screen_destroy() 1297 pscreen->destroy(pscreen); in virgl_drm_screen_destroy() 1369 * override the pipe drivers screen->destroy(): in virgl_drm_screen_create() 1371 virgl_screen(pscreen)->winsys_priv = pscreen->destroy; in virgl_drm_screen_create() 1372 pscreen->destroy in virgl_drm_screen_create() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInst.h | 219 /// The destroy() method lets the instruction cleanly release any memory that 221 virtual void destroy(Cfg *) {} 695 void destroy(Cfg *Func) override { Inst::destroy(Func); } 809 void destroy(Cfg *Func) override { 812 Inst::destroy(Func); 1011 void destroy(Cfg *Func) override { 1013 Inst::destroy(Func); 1070 void destroy(Cfg *Func) override { 1072 Inst::destroy(Fun [all...] |
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_slab.c | 459 mgr->base.destroy = pb_slab_manager_destroy; in pb_slab_manager_create() 521 mgr->buckets[i]->destroy(mgr->buckets[i]); in pb_slab_range_manager_destroy() 546 mgr->base.destroy = pb_slab_range_manager_destroy; in pb_slab_range_manager_create() 578 mgr->buckets[i]->destroy(mgr->buckets[i]); in pb_slab_range_manager_create()
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | util.js | 193 function destroy (stream, err) { 198 if (typeof stream.destroy === 'function') { 204 stream.destroy(err) 506 destroy,
|
/third_party/python/Lib/idlelib/ |
H A D | query.py | 140 '''If entry is valid, bind it to 'result' and destroy tk widget. 148 self.destroy() 154 "Set dialog result to None and destroy tk widget." 156 self.destroy() 158 def destroy(self): member in Query 160 super().destroy()
|