Home
last modified time | relevance | path

Searched refs:destroy (Results 176 - 200 of 4060) sorted by relevance

12345678910>>...163

/third_party/typescript/tests/baselines/reference/
H A DgenericClassPropertyInheritanceSpecialization.js27 destroy(item: T): void;
49 public destroy(): void { }
103 Validator.prototype.destroy = function () { };
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_set.h467 static void destroy(Allocator* alloc, slot_type* slot) { in destroy() function
468 absl::allocator_traits<Allocator>::destroy(*alloc, slot); in destroy()
475 destroy(alloc, old_slot); in transfer()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits.h100 static void destroy(Alloc* alloc, slot_type* slot) { in destroy() function
101 Policy::destroy(alloc, slot); in destroy()
110 // destroy(old_slot);
200 destroy(alloc, old_slot); in transfer_impl()
/third_party/node/lib/internal/streams/
H A Dwritable.js46 const destroyImpl = require('internal/streams/destroy');
181 // Should close be emitted on destroy. Defaults to true.
184 // Should .destroy() be called after 'finish' (and potentially 'end').
245 if (typeof options.destroy === 'function')
246 this._destroy = options.destroy;
761 stream.destroy();
886 const destroy = destroyImpl.destroy;
887 Writable.prototype.destroy = function(err, cb) {
897 destroy
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp321 void OffscreenSurfaceVk::AttachmentImage::destroy(const egl::Display *display) in destroy() function in rx::OffscreenSurfaceVk::AttachmentImage
388 void OffscreenSurfaceVk::destroy(const egl::Display *display) in destroy() function in rx::OffscreenSurfaceVk
390 mColorAttachment.destroy(display); in destroy()
391 mDepthStencilAttachment.destroy(display); in destroy()
510 void SwapchainCleanupData::destroy(VkDevice device, vk::Recycler<vk::Semaphore> *semaphoreRecycler) in destroy() function in rx::impl::SwapchainCleanupData
591 void WindowSurfaceVk::destroy(const egl::Display *display) in destroy() function in rx::WindowSurfaceVk
611 semaphore.destroy(device); in destroy()
615 oldSwapchain.destroy(device, &mPresentSemaphoreRecycler); in destroy()
625 mPresentSemaphoreRecycler.destroy(device); in destroy()
918 // any of its images were presented, it's asked to be recreated. In this case, we can destroy in recreateSwapchain()
[all...]
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnavigation_controller_test.cpp82 bool destroy = true; in HWTEST_F() local
83 navigationController->PopInPIP(destroy); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dintf_plugin.h68 /** Pointer to function which is used to destroy node instances. */
91 constexpr IRenderPlugin(CreatePluginFn create, DestroyPluginFn destroy) in IRenderPlugin()
92 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in IRenderPlugin()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetlink_socket_diag.h52 * to destroy.
70 void SockDiagUidDumpCallback(uint8_t proto, const inet_diag_msg *msg, const DestroyFilter& destroy);
71 int32_t ProcessSockDiagUidDumpResponse(uint8_t proto, const DestroyFilter& destroy);
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_vdac.c47 .destroy = drm_connector_cleanup,
74 .destroy = drm_encoder_cleanup,
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/
H A Darcpgu_sim.c48 .destroy = arcpgu_drm_connector_destroy,
54 .destroy = drm_encoder_cleanup,
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dchipreg.c90 if (map->fldrv->destroy) in map_destroy()
91 map->fldrv->destroy(mtd); in map_destroy()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_nfacct.c64 .destroy = nfacct_mt_destroy,
75 .destroy = nfacct_mt_destroy,
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dchipreg.c87 if (map->fldrv->destroy) in map_destroy()
88 map->fldrv->destroy(mtd); in map_destroy()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Ddev_addr_lists.sh22 destroy() function
36 destroy
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_nfacct.c64 .destroy = nfacct_mt_destroy,
75 .destroy = nfacct_mt_destroy,
/third_party/libunwind/libunwind/doc/
H A Dunw_destroy_addr_space.tex8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_space}unw\_destroy\_addr\_space -- destroy unwind address space
23 Applications must not destroy the local address space
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-led.h85 void (*destroy)(struct lws_led_state *); member
143 .destroy = lws_led_gpio_destroy, \
/third_party/node/test/parallel/
H A Dtest-async-hooks-http-parser-destroy.js28 destroy: (asyncId) => {
37 keepAliveAgent.destroy();
H A Dtest-http-client-timeout-agent.js61 req.destroy();
69 this.destroy();
H A Dtest-stream-readable-didRead.js70 readable.destroy();
82 readable.destroy(new Error());
H A Dtest-tls-streamwrap-buffersize.js26 clientSide.on('close', common.mustCall(() => socket.destroy()));
27 socket.on('close', common.mustCall(() => clientSide.destroy()));
/third_party/node/test/sequential/
H A Dtest-https-server-keep-alive-timeout.js39 socket.destroy();
62 socket.destroy();
/third_party/node/test/async-hooks/
H A Dtest-timers.setTimeout.js57 checkInvocations(t1, { init: 1, before: 1, after: 1, destroy: 1 },
59 checkInvocations(t2, { init: 1, before: 1, after: 1, destroy: 1 },
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoderJNI.java104 public void destroy() { in destroy() method in DecoderJNI.Wrapper
116 destroy(); in finalize()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-face.h76 /* calls destroy() when not needing user_data anymore */
80 hb_destroy_func_t destroy);
95 hb_destroy_func_t destroy,

Completed in 12 milliseconds

12345678910>>...163