Searched refs:destroy (Results 476 - 500 of 4060) sorted by relevance
1...<<11121314151617181920>>...163
/third_party/node/test/async-hooks/ |
H A D | test-getaddrinforeqwrap.js | 40 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 },
|
H A D | test-fseventwrap.js | 38 checkInvocations(a, { init: 1, destroy: 1 }, 'when process exits');
|
H A D | test-timers.setInterval.js | 44 checkInvocations(t1, { init: 1, before: 2, after: 2, destroy: 1 },
|
H A D | test-querywrap.js | 38 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 },
|
H A D | test-udpwrap.js | 35 checkInvocations(udpwrap, { init: 1, destroy: 1 },
|
/third_party/node/benchmark/http2/ |
H A D | headers.js | 48 client.destroy();
|
H A D | compat.js | 24 res.destroy();
|
/third_party/node/benchmark/process/ |
H A D | getActiveResourcesInfo.js | 42 client.destroy();
|
/third_party/node/benchmark/async_hooks/ |
H A D | promises.js | 20 destroy() {},
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_buffer.h | 79 void (*destroy)(struct vk_command_buffer *); member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_vbuf.h | 126 void (*destroy)(struct vbuf_render *); member
|
/third_party/mesa3d/src/gallium/auxiliary/renderonly/ |
H A D | renderonly.h | 77 void (*destroy)(struct renderonly *ro); member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_log.h | 60 void (*destroy)(void *data); member
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_help.py | 25 cls.root.destroy()
|
H A D | test_filelist.py | 21 cls.root.destroy()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ShaderGL.h | 28 void destroy() override;
|
/third_party/skia/third_party/externals/angle2/samples/hello_triangle/ |
H A D | HelloTriangle.cpp | 52 void destroy() override { glDeleteProgram(mProgram); }
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ProgramPipelineVk.h | 28 void destroy(const gl::Context *context) override;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Object.cpp | 76 void Object::destroy() in destroy() function in gl::Object
|
H A D | Object.hpp | 49 void destroy();
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFramebuffer.hpp | 29 void destroy(const VkAllocationCallbacks *pAllocator);
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSwapchainKHR.hpp | 34 void destroy(const VkAllocationCallbacks *pAllocator);
|
/third_party/skia/third_party/externals/angle2/util/ozone/ |
H A D | OzoneWindow.h | 23 void destroy() override;
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.h | 28 void destroy() override;
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftlist.h | 235 * finalization by @FT_List_Finalize to destroy all elements in a given 243 * The current object to destroy. 267 * destroy :: 284 FT_List_Destructor destroy,
|
Completed in 5 milliseconds
1...<<11121314151617181920>>...163