Home
last modified time | relevance | path

Searched refs:destroy (Results 1 - 25 of 3951) sorted by relevance

12345678910>>...159

/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_predicates_test.cpp174 predicates->destroy(predicates); in SUB_DDM_RDB_Predicates_0100()
175 valueObject->destroy(valueObject); in SUB_DDM_RDB_Predicates_0100()
176 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_Predicates_0100()
201 valueObject->destroy(valueObject); in SUB_DDM_RDB_Predicates_0200()
202 predicates->destroy(predicates); in SUB_DDM_RDB_Predicates_0200()
203 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_Predicates_0200()
230 valueObject->destroy(valueObject); in SUB_DDM_RDB_Predicates_0300()
231 predicates->destroy(predicates); in SUB_DDM_RDB_Predicates_0300()
232 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_Predicates_0300()
257 valueObject->destroy(valueObjec in SUB_DDM_RDB_Predicates_0400()
[all...]
H A Drdb_store_test.cpp210 valueObject->destroy(valueObject); in SUB_DDM_RDB_0100()
211 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_0100()
212 predicates->destroy(predicates); in SUB_DDM_RDB_0100()
213 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_0100()
267 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_0200()
268 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_0200()
351 valueObject->destroy(valueObject); in SUB_DDM_RDB_0300()
352 predicates->destroy(predicates); in SUB_DDM_RDB_0300()
353 predicates2->destroy(predicates2); in SUB_DDM_RDB_0300()
354 valueBucket->destroy(valueBucke in SUB_DDM_RDB_0300()
[all...]
H A Drdb_store_backup_test.cpp127 cursor->destroy(cursor); in SUB_DDM_RDB_BackupRestoreTest_0100()
135 errCode = valueBucket->destroy(valueBucket); in SUB_DDM_RDB_BackupRestoreTest_0100()
161 cursor->destroy(cursor); in SUB_DDM_RDB_BackupRestoreTest_0300()
212 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_BackupRestoreTest_0300()
213 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_BackupRestoreTest_0300()
239 cursor->destroy(cursor); in SUB_DDM_RDB_BackupRestoreTest_0400()
271 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_BackupRestoreTest_0400()
272 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_BackupRestoreTest_0400()
299 cursor->destroy(cursor); in SUB_DDM_RDB_BackupRestoreTest_0500()
348 valueBucket->destroy(valueBucke in SUB_DDM_RDB_BackupRestoreTest_0500()
[all...]
/third_party/node/test/parallel/
H A 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) {
89 write.destroy(expected);
103 write.destroy();
125 write.destroy();
148 write.destroy();
169 write.destroy(expecte
[all...]
H A Dtest-fs-stream-double-close.js38 stream.destroy();
39 stream.destroy();
43 stream.destroy();
45 stream.destroy();
51 stream.destroy();
52 stream.destroy();
H A Dtest-stream-readable-async-iterators.js20 stream.destroy = common.mustCall();
60 readable.destroy = null;
197 readable.destroy(new Error('kaboom'));
208 readable.destroy(err);
236 console.log('destroy sync');
240 this.destroy(new Error('kaboom from read'));
255 console.log('destroy async');
264 this.destroy(new Error('kaboom'));
315 this.destroy(new Error('kaboom'));
338 readable.destroy();
[all...]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A 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(vw in vmw_pools_cleanup()
[all...]
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/
H A 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()
100 * override the pipe drivers screen->destroy(): in fd_drm_screen_create()
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/mesa3d/src/gallium/winsys/lima/drm/
H A 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()
91 * override the pipe drivers screen->destroy(): in lima_drm_screen_create()
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/python/Lib/tkinter/test/test_ttk/
H A 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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c84 draw->pipeline.wide_line->destroy(draw->pipeline.wide_line); in draw_pipeline_destroy()
86 draw->pipeline.wide_point->destroy(draw->pipeline.wide_point); in draw_pipeline_destroy()
88 draw->pipeline.stipple->destroy(draw->pipeline.stipple); in draw_pipeline_destroy()
90 draw->pipeline.unfilled->destroy(draw->pipeline.unfilled); in draw_pipeline_destroy()
92 draw->pipeline.twoside->destroy(draw->pipeline.twoside); in draw_pipeline_destroy()
94 draw->pipeline.offset->destroy(draw->pipeline.offset); in draw_pipeline_destroy()
96 draw->pipeline.clip->destroy(draw->pipeline.clip); in draw_pipeline_destroy()
98 draw->pipeline.flatshade->destroy(draw->pipeline.flatshade); in draw_pipeline_destroy()
100 draw->pipeline.cull->destroy(draw->pipeline.cull); in draw_pipeline_destroy()
102 draw->pipeline.user_cull->destroy(dra in draw_pipeline_destroy()
[all...]
/third_party/node/lib/internal/webstreams/
H A Dadapters.js34 destroy,
189 destroy(streamWritable, reason);
254 process.nextTick(() => destroy(writable, error));
291 destroy(writable, error);
306 destroy(error, callback) {
348 process.nextTick(() => destroy(writable, error));
368 destroy(writable, new ERR_STREAM_PREMATURE_CLOSE());
374 destroy(writable, error);
465 destroy(streamReadable, reason);
520 (error) => destroy(readabl
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.h84 hb_destroy_func_t destroy,
520 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
522 * @destroy: (nullable): The function to call when @user_data is not needed anymore
531 void *user_data, hb_destroy_func_t destroy);
536 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
538 * @destroy: (nullable): The function to call when @user_data is not needed anymore
547 void *user_data, hb_destroy_func_t destroy);
552 * @func: (closure user_data) (destroy destro
[all...]
H A 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()
631 * @destroy: (nullable): A callback to call when @data is not needed anymore
644 hb_destroy_func_t destroy /* May be NULL. */, in hb_font_funcs_set_user_data()
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
2252 hb_destroy_func_t destroy; global() member
2265 trampoline_create(FuncType func, void *user_data, hb_destroy_func_t destroy) trampoline_create() argument
[all...]
H A Dhb-unicode.cc198 * onto it and it's immutable. We should not copy the destroy notifiers in hb_unicode_funcs_create()
265 if (ufuncs->destroy.name) ufuncs->destroy.name (ufuncs->user_data.name); in hb_unicode_funcs_destroy()
279 * @destroy: (nullable): A callback to call when @data is not needed anymore
292 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data()
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
289 hb_unicode_funcs_set_user_data(hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_unicode_funcs_set_user_data() argument
[all...]
H A Dhb-blob.hh45 if (destroy) in destroy_user_data()
47 destroy (user_data); in destroy_user_data()
49 destroy = nullptr; in destroy_user_data()
69 hb_destroy_func_t destroy; member
91 void destroy () { hb_blob_destroy (b.get_raw ()); b = nullptr; } in destroy() function
H A Dhb-face.cc90 nullptr, /* destroy */
102 * @reference_table_func: (closure user_data) (destroy destroy) (scope notified): Table-referencing function
104 * @destroy: (nullable): A callback to call when @data is not needed anymore
112 * with the @destroy callback.
121 hb_destroy_func_t destroy) in hb_face_create_for_tables()
126 if (destroy) in hb_face_create_for_tables()
127 destroy (user_data); in hb_face_create_for_tables()
133 face->destroy = destroy; in hb_face_create_for_tables()
119 hb_face_create_for_tables(hb_reference_table_func_t reference_table_func, void *user_data, hb_destroy_func_t destroy) hb_face_create_for_tables() argument
313 hb_face_set_user_data(hb_face_t *face, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_face_set_user_data() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/
H A 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()
181 * override the pipe drivers screen->destroy() */ in etna_lookup_or_create_screen()
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/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A 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::__anon19179::PolicyWithoutOptionalOps
68 PolicyWithoutOptionalOps::destroy = [&](void* a1, Slot* a2) { in Test() member in absl::container_internal::__anon19179::Test::PolicyWithoutOptionalOps
69 destroy.Call(a1, a2); in Test()
91 MockFunction<void(void*, Slot*)> destroy; member
105 TEST_F(Test, destroy) { in TEST_F()
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()
/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/entry/src/ohosTest/js/test/
H A DHttpRequest2JsunitTest.test.js67 httpRequest.destroy();
92 httpRequest.destroy();
108 httpRequest.destroy();
127 httpRequest.destroy();
150 httpRequest.destroy();
179 httpRequest.destroy();
208 httpRequest.destroy();
235 httpRequest.destroy();
263 httpRequest.destroy();
292 httpRequest.destroy();
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pathbrowser.py31 cls.root.destroy()
54 pb.top.destroy = Func()
55 pb.node.destroy = Func()
57 self.assertTrue(pb.top.destroy.called)
58 self.assertTrue(pb.node.destroy.called)
59 del pb.top.destroy, pb.node.destroy
H A Dtest_textview.py3 Since all methods and functions create (or destroy) a ViewWindow, which
27 root.destroy()
65 view.destroy = Func()
67 self.assertTrue(view.destroy.called)
68 del view.destroy # Unmask real function.
69 view.destroy()
90 cls.root.destroy()
97 frame.destroy()
136 cls.root.destroy()
199 self.view.destroy()
[all...]
/third_party/node/test/async-hooks/
H A Dtest-tcpwrap.js132 checkInvocations(tcpserver, { init: 1, before: 1, after: 1, destroy: 1 },
134 checkInvocations(tcp1, { init: 1, before: 2, after: 2, destroy: 1 },
141 checkInvocations(tcp2, { init: 1, before: 2, after: 2, destroy: 1 },
143 checkInvocations(tcpconnect, { init: 1, before: 1, after: 1, destroy: 1 },
154 checkInvocations(tcpserver, { init: 1, before: 1, after: 1, destroy: 1 },
157 tcp1, { init: 1, before: 2, after: 2, destroy: 1 },
160 tcp2, { init: 1, before: 2, after: 2, destroy: 1 },
163 tcpconnect, { init: 1, before: 1, after: 1, destroy: 1 },
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_handle_table.c57 void (*destroy)(void *object); member
79 ht->destroy = NULL; in handle_table_create()
87 void (*destroy)(void *object)) in handle_table_set_destroy()
92 ht->destroy = destroy; in handle_table_set_destroy()
136 * present in the table when seen by the destroy callback, because the in handle_table_clear()
137 * destroy callback may directly or indirectly call the other functions in in handle_table_clear()
145 if(ht->destroy) in handle_table_clear()
146 ht->destroy(object); in handle_table_clear()
291 if(ht->destroy) in handle_table_destroy()
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dcontext.c245 vscreen->destroy(vscreen); in XvMCCreateContext()
262 pipe->destroy(pipe); in XvMCCreateContext()
263 vscreen->destroy(vscreen); in XvMCCreateContext()
270 context_priv->decoder->destroy(context_priv->decoder); in XvMCCreateContext()
271 pipe->destroy(pipe); in XvMCCreateContext()
272 vscreen->destroy(vscreen); in XvMCCreateContext()
280 context_priv->decoder->destroy(context_priv->decoder); in XvMCCreateContext()
281 pipe->destroy(pipe); in XvMCCreateContext()
282 vscreen->destroy(vscreen); in XvMCCreateContext()
333 context_priv->decoder->destroy(context_pri in XvMCDestroyContext()
[all...]

Completed in 15 milliseconds

12345678910>>...159