Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 2612) sorted by relevance

12345678910>>...105

/third_party/boost/boost/spirit/home/support/iterators/detail/
Dcombine_policies.hpp45 static void destroy(MultiPass& mp) in destroy() function
47 Ownership::destroy(mp); in destroy()
48 Checking::destroy(mp); in destroy()
49 Input::destroy(mp); in destroy()
50 Storage::destroy(mp); in destroy()
80 static void destroy(MultiPass& mp) in destroy() function
82 Ownership::destroy(mp); in destroy()
83 Checking::destroy(mp); in destroy()
84 Input::destroy(mp); in destroy()
85 Storage::destroy(mp); in destroy()
[all …]
/third_party/node/test/parallel/
Dtest-stream-writable-destroy.js15 write.destroy();
22 this.destroy(new Error('asd'));
46 write.destroy(expected);
68 write.destroy(expected);
75 destroy: common.mustCall(function(err, cb) { property
89 write.destroy(expected);
103 write.destroy();
125 write.destroy();
150 write.destroy();
171 write.destroy(expected);
[all …]
Dtest-stream-readable-destroy.js15 read.destroy();
33 read.destroy(expected);
55 read.destroy(expected);
62 destroy: common.mustCall(function(err, cb) { property
76 read.destroy(expected);
90 read.destroy();
113 read.destroy();
141 read.destroy();
159 read.destroy();
196 read.destroy(expected, common.mustCall(function(err) {
[all …]
Dtest-fs-stream-double-close.js38 stream.destroy();
39 stream.destroy();
43 stream.destroy();
45 stream.destroy();
51 stream.destroy();
52 stream.destroy();
Dtest-stream-transform-destroy.js18 transform.destroy();
36 transform.destroy(expected);
57 transform.destroy(expected);
64 destroy: common.mustCall(function(err, cb) { property
78 transform.destroy(expected);
91 transform.destroy();
115 transform.destroy();
142 transform.destroy();
Dtest-stream-readable-async-iterators.js19 stream.destroy = common.mustCall();
59 readable.destroy = null;
196 readable.destroy(new Error('kaboom'));
207 readable.destroy(new Error('kaboom'));
239 this.destroy(new Error('kaboom from read'));
263 this.destroy(new Error('kaboom'));
314 this.destroy(new Error('kaboom'));
337 readable.destroy();
413 readable.destroy();
432 readable.destroy(err);
[all …]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_pools.c44 vws->pools.mob_shader_slab_fenced->destroy in vmw_pools_cleanup()
47 vws->pools.mob_shader_slab->destroy(vws->pools.mob_shader_slab); in vmw_pools_cleanup()
49 vws->pools.mob_fenced->destroy(vws->pools.mob_fenced); in vmw_pools_cleanup()
51 vws->pools.mob_cache->destroy(vws->pools.mob_cache); in vmw_pools_cleanup()
54 vws->pools.query_fenced->destroy(vws->pools.query_fenced); in vmw_pools_cleanup()
56 vws->pools.query_mm->destroy(vws->pools.query_mm); in vmw_pools_cleanup()
59 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced); in vmw_pools_cleanup()
61 vws->pools.gmr_mm->destroy(vws->pools.gmr_mm); in vmw_pools_cleanup()
63 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced); in vmw_pools_cleanup()
65 vws->pools.gmr_slab->destroy(vws->pools.gmr_slab); in vmw_pools_cleanup()
[all …]
/third_party/glib/glib/tests/
Dhook.c32 destroy (gpointer data) in destroy() function
51 hook->destroy = destroy; in test_hook1()
62 hook->destroy = destroy; in test_hook1()
71 hook->destroy = destroy; in test_hook1()
78 hook->destroy = destroy; in test_hook1()
/third_party/mesa3d/src/gallium/winsys/lima/drm/
Dlima_drm_winsys.c45 boolean destroy; in lima_drm_screen_destroy() local
49 destroy = --screen->refcnt == 0; in lima_drm_screen_destroy()
50 if (destroy) { in lima_drm_screen_destroy()
60 if (destroy) { in lima_drm_screen_destroy()
61 pscreen->destroy = screen->winsys_priv; in lima_drm_screen_destroy()
62 pscreen->destroy(pscreen); in lima_drm_screen_destroy()
93 lima_screen(pscreen)->winsys_priv = pscreen->destroy; in lima_drm_screen_create()
94 pscreen->destroy = lima_drm_screen_destroy; in lima_drm_screen_create()
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/
Dfreedreno_drm_winsys.c50 boolean destroy; in fd_drm_screen_destroy() local
53 destroy = --screen->refcnt == 0; in fd_drm_screen_destroy()
54 if (destroy) { in fd_drm_screen_destroy()
65 if (destroy) { in fd_drm_screen_destroy()
66 pscreen->destroy = screen->winsys_priv; in fd_drm_screen_destroy()
67 pscreen->destroy(pscreen); in fd_drm_screen_destroy()
102 fd_screen(pscreen)->winsys_priv = pscreen->destroy; in fd_drm_screen_create()
103 pscreen->destroy = fd_drm_screen_destroy; in fd_drm_screen_create()
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_extensions.py20 x.destroy()
28 x.destroy()
41 x.destroy()
56 x.destroy()
65 x.destroy()
68 x.destroy()
73 x.destroy()
78 x.destroy()
86 x.destroy()
89 x.destroy()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-font.h65 hb_destroy_func_t destroy,
197 void *user_data, hb_destroy_func_t destroy);
213 void *user_data, hb_destroy_func_t destroy);
229 void *user_data, hb_destroy_func_t destroy);
245 void *user_data, hb_destroy_func_t destroy);
261 void *user_data, hb_destroy_func_t destroy);
277 void *user_data, hb_destroy_func_t destroy);
293 void *user_data, hb_destroy_func_t destroy);
309 void *user_data, hb_destroy_func_t destroy);
325 void *user_data, hb_destroy_func_t destroy);
[all …]
Dhb-font.cc584 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \ in hb_font_funcs_destroy()
585 ffuncs->destroy.name (ffuncs->user_data.name); in hb_font_funcs_destroy()
610 hb_destroy_func_t destroy, in hb_font_funcs_set_user_data() argument
613 return hb_object_set_user_data (ffuncs, key, data, destroy, replace); in hb_font_funcs_set_user_data()
675 hb_destroy_func_t destroy) \
678 if (destroy) \
679 destroy (user_data); \
683 if (ffuncs->destroy.name) \
684 ffuncs->destroy.name (ffuncs->user_data.name); \
689 ffuncs->destroy.name = destroy; \
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.h84 hb_destroy_func_t destroy,
531 void *user_data, hb_destroy_func_t destroy);
547 void *user_data, hb_destroy_func_t destroy);
563 void *user_data, hb_destroy_func_t destroy);
579 void *user_data, hb_destroy_func_t destroy);
595 void *user_data, hb_destroy_func_t destroy);
611 void *user_data, hb_destroy_func_t destroy);
627 void *user_data, hb_destroy_func_t destroy);
643 void *user_data, hb_destroy_func_t destroy);
659 void *user_data, hb_destroy_func_t destroy);
[all …]
Dhb-font.cc618 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \ in hb_font_funcs_destroy()
619 ffuncs->destroy.name (ffuncs->user_data.name); in hb_font_funcs_destroy()
644 hb_destroy_func_t destroy /* May be NULL. */, in hb_font_funcs_set_user_data() argument
647 return hb_object_set_user_data (ffuncs, key, data, destroy, replace); in hb_font_funcs_set_user_data()
710 hb_destroy_func_t destroy) \
714 if (destroy) \
715 destroy (user_data); \
719 if (ffuncs->destroy.name) \
720 ffuncs->destroy.name (ffuncs->user_data.name); \
725 ffuncs->destroy.name = destroy; \
[all …]
Dhb-unicode.cc265 if (ufuncs->destroy.name) ufuncs->destroy.name (ufuncs->user_data.name); in hb_unicode_funcs_destroy()
292 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data() argument
295 return hb_object_set_user_data (ufuncs, key, data, destroy, replace); in hb_unicode_funcs_set_user_data()
377 hb_destroy_func_t destroy) \
382 if (ufuncs->destroy.name) \
383 ufuncs->destroy.name (ufuncs->user_data.name); \
388 ufuncs->destroy.name = destroy; \
392 ufuncs->destroy.name = nullptr; \
/third_party/harfbuzz/src/
Dhb-font.h84 hb_destroy_func_t destroy,
531 void *user_data, hb_destroy_func_t destroy);
547 void *user_data, hb_destroy_func_t destroy);
563 void *user_data, hb_destroy_func_t destroy);
579 void *user_data, hb_destroy_func_t destroy);
595 void *user_data, hb_destroy_func_t destroy);
611 void *user_data, hb_destroy_func_t destroy);
627 void *user_data, hb_destroy_func_t destroy);
643 void *user_data, hb_destroy_func_t destroy);
659 void *user_data, hb_destroy_func_t destroy);
[all …]
Dhb-font.cc618 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \ in hb_font_funcs_destroy()
619 ffuncs->destroy.name (ffuncs->user_data.name); in hb_font_funcs_destroy()
644 hb_destroy_func_t destroy /* May be NULL. */, in hb_font_funcs_set_user_data() argument
647 return hb_object_set_user_data (ffuncs, key, data, destroy, replace); in hb_font_funcs_set_user_data()
710 hb_destroy_func_t destroy) \
714 if (destroy) \
715 destroy (user_data); \
719 if (ffuncs->destroy.name) \
720 ffuncs->destroy.name (ffuncs->user_data.name); \
725 ffuncs->destroy.name = destroy; \
[all …]
Dhb-unicode.cc265 if (ufuncs->destroy.name) ufuncs->destroy.name (ufuncs->user_data.name); in hb_unicode_funcs_destroy()
292 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data() argument
295 return hb_object_set_user_data (ufuncs, key, data, destroy, replace); in hb_unicode_funcs_set_user_data()
377 hb_destroy_func_t destroy) \
382 if (ufuncs->destroy.name) \
383 ufuncs->destroy.name (ufuncs->user_data.name); \
388 ufuncs->destroy.name = destroy; \
392 ufuncs->destroy.name = nullptr; \
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe.c83 draw->pipeline.wide_line->destroy( draw->pipeline.wide_line ); in draw_pipeline_destroy()
85 draw->pipeline.wide_point->destroy( draw->pipeline.wide_point ); in draw_pipeline_destroy()
87 draw->pipeline.stipple->destroy( draw->pipeline.stipple ); in draw_pipeline_destroy()
89 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled ); in draw_pipeline_destroy()
91 draw->pipeline.twoside->destroy( draw->pipeline.twoside ); in draw_pipeline_destroy()
93 draw->pipeline.offset->destroy( draw->pipeline.offset ); in draw_pipeline_destroy()
95 draw->pipeline.clip->destroy( draw->pipeline.clip ); in draw_pipeline_destroy()
97 draw->pipeline.flatshade->destroy( draw->pipeline.flatshade ); in draw_pipeline_destroy()
99 draw->pipeline.cull->destroy( draw->pipeline.cull ); in draw_pipeline_destroy()
101 draw->pipeline.user_cull->destroy( draw->pipeline.user_cull ); in draw_pipeline_destroy()
[all …]
/third_party/node/deps/npm/node_modules/duplexify/
Dindex.js16 if (self._autoDestroy) self.destroy(err)
47 this._forwardDestroy = !opts || opts.destroy !== false
84 if (writable && writable.destroy) writable.destroy()
120 if (readable && readable.destroy) readable.destroy()
176 Duplexify.prototype.destroy = function(err) { method in Duplexify
195 if (this._readable && this._readable.destroy) this._readable.destroy()
196 if (this._writable && this._writable.destroy) this._writable.destroy()
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c137 boolean destroy; in etna_drm_screen_destroy() local
140 destroy = --screen->refcnt == 0; in etna_drm_screen_destroy()
141 if (destroy) { in etna_drm_screen_destroy()
152 if (destroy) { in etna_drm_screen_destroy()
153 pscreen->destroy = screen->winsys_priv; in etna_drm_screen_destroy()
154 pscreen->destroy(pscreen); in etna_drm_screen_destroy()
182 etna_screen(pscreen)->winsys_priv = pscreen->destroy; in etna_lookup_or_create_screen()
183 pscreen->destroy = etna_drm_screen_destroy; in etna_lookup_or_create_screen()
/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc42 static std::function<void(void*, Slot*)> destroy; member
51 std::function<void(void*, Slot*)> PolicyWithoutOptionalOps::destroy; member in absl::container_internal::__anonf6d236bd0111::PolicyWithoutOptionalOps
68 PolicyWithoutOptionalOps::destroy = [&](void* a1, Slot* a2) { in Test()
69 destroy.Call(a1, a2); in Test()
91 MockFunction<void(void*, Slot*)> destroy; member
105 TEST_F(Test, destroy) { in TEST_F() argument
106 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
107 hash_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
131 EXPECT_CALL(destroy, Call(&alloc, &b)); in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc42 static std::function<void(void*, Slot*)> destroy; member
51 std::function<void(void*, Slot*)> PolicyWithoutOptionalOps::destroy; member in absl::container_internal::__anonf4bdfad20111::PolicyWithoutOptionalOps
68 PolicyWithoutOptionalOps::destroy = [&](void* a1, Slot* a2) { in Test()
69 destroy.Call(a1, a2); in Test()
91 MockFunction<void(void*, Slot*)> destroy; member
105 TEST_F(Test, destroy) { in TEST_F() argument
106 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
107 hash_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
131 EXPECT_CALL(destroy, Call(&alloc, &b)); in TEST_F()
/third_party/boost/boost/coroutine2/detail/
Dpull_control_block_cc.ipp36 pull_coroutine< T >::control_block::destroy( control_block * cb) noexcept {
38 // destroy control structure
40 // destroy coroutine's stack
41 cb->state |= state_t::destroy;
55 if ( state_t::none == ( state & state_t::destroy) ) {
84 if ( state_t::none == ( state & state_t::destroy) ) {
130 // destroy data if set
140 destroy( this);
156 // destroy data if set
167 // destroy data if set
[all …]

12345678910>>...105