Searched refs:destroy (Results 426 - 450 of 1698) sorted by relevance
1...<<11121314151617181920>>...68
/third_party/node/test/parallel/ |
H A D | test-process-getactivehandles.js | 37 item.destroy();
|
H A D | test-tls-connect-address-family.js | 30 this.destroy();
|
H A D | test-tls-delayed-attach.js | 59 s.destroy();
|
H A D | test-tls-hello-parser-failure.js | 58 client.destroy();
|
H A D | test-worker-messageport-hasref.js | 15 destroy(asyncId) {
|
/third_party/node/test/async-hooks/ |
H A D | test-crypto-randomBytes.js | 42 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 },
|
H A D | test-crypto-pbkdf2.js | 41 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 },
|
H A D | test-getnameinforeqwrap.js | 41 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 },
|
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); }
|
Completed in 6 milliseconds
1...<<11121314151617181920>>...68