/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassPropertyInheritanceSpecialization.js | 27 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 D | flat_hash_set.h | 467 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 D | hash_policy_traits.h | 100 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 D | writable.js | 46 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 D | SurfaceVk.cpp | 321 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 D | navigation_controller_test.cpp | 82 bool destroy = true; in HWTEST_F() local 83 navigationController->PopInPIP(destroy); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | intf_plugin.h | 68 /** 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 D | netlink_socket_diag.h | 52 * 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 D | hibmc_drm_vdac.c | 47 .destroy = drm_connector_cleanup, 74 .destroy = drm_encoder_cleanup,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/ |
H A D | arcpgu_sim.c | 48 .destroy = arcpgu_drm_connector_destroy, 54 .destroy = drm_encoder_cleanup,
|
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | chipreg.c | 90 if (map->fldrv->destroy) in map_destroy() 91 map->fldrv->destroy(mtd); in map_destroy()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | chipreg.c | 87 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 D | dev_addr_lists.sh | 22 destroy() function 36 destroy
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_destroy_addr_space.tex | 8 \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 D | lws-led.h | 85 void (*destroy)(struct lws_led_state *); member 143 .destroy = lws_led_gpio_destroy, \
|
/third_party/node/test/parallel/ |
H A D | test-async-hooks-http-parser-destroy.js | 28 destroy: (asyncId) => { 37 keepAliveAgent.destroy();
|
H A D | test-http-client-timeout-agent.js | 61 req.destroy(); 69 this.destroy();
|
H A D | test-stream-readable-didRead.js | 70 readable.destroy(); 82 readable.destroy(new Error());
|
H A D | test-tls-streamwrap-buffersize.js | 26 clientSide.on('close', common.mustCall(() => socket.destroy())); 27 socket.on('close', common.mustCall(() => clientSide.destroy()));
|
/third_party/node/test/sequential/ |
H A D | test-https-server-keep-alive-timeout.js | 39 socket.destroy(); 62 socket.destroy();
|
/third_party/node/test/async-hooks/ |
H A D | test-timers.setTimeout.js | 57 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 D | DecoderJNI.java | 104 public void destroy() { in destroy() method in DecoderJNI.Wrapper 116 destroy(); in finalize()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-face.h | 76 /* calls destroy() when not needing user_data anymore */ 80 hb_destroy_func_t destroy); 95 hb_destroy_func_t destroy,
|