Home
last modified time | relevance | path

Searched refs:destroy (Results 26 - 50 of 4060) sorted by relevance

12345678910>>...163

/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
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...]
H A Drdb_store_cursor_test.cpp123 valueBucket->destroy(valueBucket); in CreateAssetTable()
170 errCode = valueBucket->destroy(valueBucket); in CursorSetUpTestCase()
222 predicates->destroy(predicates); in SUB_DDM_RDB_CURSOR_0100()
223 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_CURSOR_0100()
259 predicates->destroy(predicates); in SUB_DDM_RDB_CURSOR_0200()
260 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_CURSOR_0200()
293 predicates->destroy(predicates); in SUB_DDM_RDB_CURSOR_0300()
294 errCode = cursor->destroy(cursor); in SUB_DDM_RDB_CURSOR_0300()
363 predicates->destroy(predicates); in SUB_DDM_RDB_CURSOR_0400()
364 errCode = cursor->destroy(curso in SUB_DDM_RDB_CURSOR_0400()
[all...]
H A Drdb_store_level_test.cpp195 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_LEVEL_0100()
196 cursor->destroy(cursor); in SUB_DDM_RDB_LEVEL_0100()
244 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_LEVEL_0200()
245 cursor->destroy(cursor); in SUB_DDM_RDB_LEVEL_0200()
293 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_LEVEL_0300()
294 cursor->destroy(cursor); in SUB_DDM_RDB_LEVEL_0300()
342 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_LEVEL_0400()
343 cursor->destroy(cursor); in SUB_DDM_RDB_LEVEL_0400()
391 valueBucket->destroy(valueBucket); in SUB_DDM_RDB_LEVEL_EL_0100()
392 cursor->destroy(curso in SUB_DDM_RDB_LEVEL_EL_0100()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
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...]
H A Dhb-unicode.h315 hb_destroy_func_t destroy,
470 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
472 * @destroy: (nullable): The function to call when @user_data is not needed anymore
481 void *user_data, hb_destroy_func_t destroy);
486 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
488 * @destroy: (nullable): The function to call when @user_data is not needed anymore
497 void *user_data, hb_destroy_func_t destroy);
502 * @func: (closure user_data) (destroy destro
[all...]
H A Dhb-deprecated.h108 void *user_data, hb_destroy_func_t destroy);
127 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
129 * @destroy: (nullable): The function to call when @user_data is not needed anymore
139 void *user_data, hb_destroy_func_t destroy);
193 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign
195 * @destroy: (nullable): The function to call when @user_data is not needed anymore
207 void *user_data, hb_destroy_func_t destroy);
229 * @func: (closure user_data) (destroy destro
[all...]
/third_party/python/Lib/idlelib/idle_test/
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...]
H A Dtest_query.py40 def destroy(self): member in QueryTest.Dummy_Query
326 cls.dialog.destroy = mock.Mock()
330 del cls.dialog.destroy
332 cls.root.destroy()
338 self.dialog.destroy.reset_mock()
345 self.assertTrue(dialog.destroy.called)
351 self.assertFalse(dialog.destroy.called)
358 self.assertTrue(dialog.destroy.called)
376 root.destroy()
393 root.destroy()
[all...]
/third_party/node/test/async-hooks/
H A Dtest-enable-disable.js32 // "destroy" invocations
41 // As a result it will not receive the "destroy" invocation.
68 // hook1.destroy.uid-5
69 // hook3.destroy.uid-5
70 // hook2.destroy.uid-5
80 // hook2.destroy.uid-6
215 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 },
221 checkInvocations(hook2First, { after: 1, destroy: 1 },
225 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 },
249 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy
[all...]
H A Dtest-fsreqcallback-readFile.js28 checkInvocations(as[0], { init: 1, before: 1, after: 1, destroy: 1 },
30 checkInvocations(as[1], { init: 1, before: 1, after: 1, destroy: 1 },
32 checkInvocations(as[2], { init: 1, before: 1, after: 1, destroy: 1 },
36 // the last req is still going and after/destroy haven't been called yet
49 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 },
H A Dinit-hooks.js51 destroy: this._destroy.bind(this),
83 if (a.destroy && a.destroy.length > 1) {
85 '\nExpected "destroy" to be called at most once');
100 if (a.before && a.destroy) {
101 if (a.before.some((x, idx) => x > a.destroy[idx])) {
102 v('Activity had an instance where "destroy" ' +
105 '\nExpected "destroy" to be called after "before"');
108 if (a.after && a.destroy) {
109 if (a.after.some((x, idx) => x > a.destroy[id
[all...]
/third_party/node/test/parallel/
H A Dtest-stream-finished.js275 writable.destroy();
284 readable.destroy();
300 w.destroy();
309 s.destroy();
318 s.destroy();
323 // Don't invoke until destroy has completed.
327 destroy(err, cb) {
334 s.destroy();
345 destroy(err, cb) {
350 s.destroy();
[all...]
H A Dtest-http-set-timeout-server.js48 socket.destroy();
63 socket.destroy();
84 socket.destroy();
105 socket.destroy();
136 socket.destroy();
158 socket.destroy();
187 connectionSocket.destroy();
H A Dtest-https-set-timeout-server.js58 socket.destroy();
76 socket.destroy();
100 socket.destroy();
124 socket.destroy();
156 socket.destroy();
179 socket.destroy();
210 connectionSocket.destroy();
H A Dtest-fs-stream-construct-compat-old-node.js24 this.destroy();
48 r.destroy();
68 this.destroy();
92 w.destroy();
H A Dtest-fs-stream-construct-compat-graceful-fs.js25 that.destroy();
39 r.destroy();
56 that.destroy();
68 w.destroy();
/third_party/node/benchmark/streams/
H A Ddestroy.js23 new Duplex().destroy();
32 new Readable().destroy();
41 new Writable().destroy();
50 new Transform().destroy();
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_cursor_test.cpp95 valueBucket->destroy(valueBucket); in SetUpTestCase()
153 valueBucket->destroy(valueBucket); in CreateAssetTable()
221 predicates->destroy(predicates); in HWTEST_F()
222 cursor->destroy(cursor); in HWTEST_F()
261 predicates->destroy(predicates); in HWTEST_F()
262 cursor->destroy(cursor); in HWTEST_F()
301 predicates->destroy(predicates); in HWTEST_F()
302 cursor->destroy(cursor); in HWTEST_F()
366 predicates->destroy(predicates); in HWTEST_F()
367 cursor->destroy(curso in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h139 void destroy(VkDevice device);
152 void destroy(VkDevice device);
174 void destroy(VkDevice device);
177 void destroy(VkDevice device, const CommandPool &commandPool);
383 void destroy(VkDevice device);
402 void destroy(VkDevice device);
411 void destroy(VkDevice device);
422 void destroy(VkDevice device);
434 void destroy(VkDevice device);
451 void destroy();
637 ANGLE_INLINE void CommandPool::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::CommandPool
759 ANGLE_INLINE void CommandBuffer::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::priv::CommandBuffer
764 ANGLE_INLINE void CommandBuffer::destroy(VkDevice device, const vk::CommandPool &commandPool) destroy() function in rx::DescriptorSetIndex::priv::CommandBuffer
1163 ANGLE_INLINE void Image::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Image
1212 ANGLE_INLINE void ImageView::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::ImageView
1227 ANGLE_INLINE void Semaphore::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Semaphore
1261 ANGLE_INLINE void Framebuffer::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Framebuffer
1282 ANGLE_INLINE void DeviceMemory::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::DeviceMemory
1325 ANGLE_INLINE void Allocator::destroy() destroy() function in rx::DescriptorSetIndex::Allocator
1358 ANGLE_INLINE void Allocation::destroy(const Allocator &allocator) destroy() function in rx::DescriptorSetIndex::Allocation
1396 ANGLE_INLINE void RenderPass::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::RenderPass
1418 ANGLE_INLINE void Buffer::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Buffer
1447 ANGLE_INLINE void BufferView::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::BufferView
1463 ANGLE_INLINE void ShaderModule::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::ShaderModule
1480 ANGLE_INLINE void PipelineLayout::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::PipelineLayout
1497 ANGLE_INLINE void PipelineCache::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::PipelineCache
1540 ANGLE_INLINE void Pipeline::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Pipeline
1568 ANGLE_INLINE void DescriptorSetLayout::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::DescriptorSetLayout
1585 ANGLE_INLINE void DescriptorPool::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::DescriptorPool
1620 ANGLE_INLINE void Sampler::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Sampler
1636 ANGLE_INLINE void SamplerYcbcrConversion::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::SamplerYcbcrConversion
1653 ANGLE_INLINE void Event::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Event
1687 ANGLE_INLINE void Fence::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::Fence
1736 ANGLE_INLINE void QueryPool::destroy(VkDevice device) destroy() function in rx::DescriptorSetIndex::QueryPool
[all...]
H A Dvk_internal_shaders_autogen.cpp393 void ShaderLibrary::destroy(VkDevice device)
397 shader.get().destroy(device);
401 shader.get().destroy(device);
405 shader.get().destroy(device);
409 shader.get().destroy(device);
413 shader.get().destroy(device);
417 shader.get().destroy(device);
421 shader.get().destroy(device);
425 shader.get().destroy(device);
429 shader.get().destroy(devic
[all...]
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp37 * j.m_value.destroy(j.m_type) to avoid a memory leak in case j contains an
50 j.m_value.destroy(j.m_type);
63 j.m_value.destroy(j.m_type); in construct()
72 j.m_value.destroy(j.m_type); in construct()
83 j.m_value.destroy(j.m_type); in construct()
96 j.m_value.destroy(j.m_type); in construct()
105 j.m_value.destroy(j.m_type); in construct()
118 j.m_value.destroy(j.m_type);
131 j.m_value.destroy(j.m_type);
144 j.m_value.destroy(
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFence_unittest.cpp27 virtual ~MockFenceNVImpl() { destroy(); } in ~MockFenceNVImpl()
34 MOCK_METHOD0(destroy, void());
45 EXPECT_CALL(*mImpl, destroy());
83 virtual ~MockSyncImpl() { destroy(); } in ~MockSyncImpl()
90 MOCK_METHOD0(destroy, void());
102 EXPECT_CALL(*mImpl, destroy());
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt_unix.c81 goto destroy; in test_bpf_iter_setsockopt_unix()
85 goto destroy; in test_bpf_iter_setsockopt_unix()
89 goto destroy; in test_bpf_iter_setsockopt_unix()
95 goto destroy; in test_bpf_iter_setsockopt_unix()
98 destroy: in test_bpf_iter_setsockopt_unix()
/third_party/node/test/pummel/
H A Dtest-fs-readfile-tostring-fail.js58 function destroy() { function
66 process.on('exit', destroy);
69 destroy();
76 destroy();
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.cpp29 void CommandPool::destroy(const VkAllocationCallbacks *pAllocator) in destroy() function in vk::CommandPool
34 vk::destroy(commandBuffer, NULL_ALLOCATION_CALLBACKS); in destroy()
60 vk::destroy(pCommandBuffers[j], NULL_ALLOCATION_CALLBACKS); in allocateCommandBuffers()
82 vk::destroy(pCommandBuffers[i], NULL_ALLOCATION_CALLBACKS); in freeCommandBuffers()

Completed in 17 milliseconds

12345678910>>...163