Home
last modified time | relevance | path

Searched refs:destroy (Results 301 - 325 of 2460) sorted by relevance

1...<<11121314151617181920>>...99

/third_party/node/test/parallel/
H A Dtest-http-client-readable.js50 s.destroy = s.destroySoon = function() {
H A Dtest-http-client-timeout-event.js51 req.destroy();
H A Dtest-http-conn-reset.js36 client.destroy();
H A Dtest-http-server-incomingmessage-destroy.js8 req.destroy(new Error('Destroy test'));
H A Dtest-https-timeout-server.js49 conn.destroy();
H A Dtest-https-timeout.js62 req.destroy();
H A Dtest-https-timeout-server-2.js42 cleartext.destroy();
H A Dtest-stream-wrap.js29 wrap.destroy();
H A Dtest-tls-delayed-attach-error.js29 s.destroy();
H A Dtest-tls-retain-handle-no-abort.js32 s.destroy();
H A Dtest-tls-timeout-server-2.js38 cleartext.destroy();
H A Dtest-tls-timeout-server.js41 conn.destroy();
/third_party/node/test/async-hooks/
H A Dtest-fsreqcallback-access.js35 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 },
H A Dtest-late-hook-enable.js7 // triggers after & destroy as expected.
14 // since destroy hooks are triggered in unrefed Immediates
25 // since destroy hooks are triggered in unrefed Immediates
37 destroy: common.mustCall(() => {
/third_party/node/test/common/
H A Dongc.js18 destroy(id) {
/third_party/node/benchmark/async_hooks/
H A Dgc-tracking.js35 createHook({ destroy: () => {} }).enable();
H A Dhttp-server.js16 destroy() {},
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dconftypes.h25 int (*destroy) (CONF *conf); member
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_runscript.py23 cls.root.destroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DProgramPipelineImpl.h24 virtual void destroy(const gl::Context *context) {} in destroy() function in rx::ProgramPipelineImpl
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_occlusion_query_pool.h34 void destroy(ContextMtl *contextMtl);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DPersistentCommandPool.h30 void destroy(VkDevice device);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.hpp30 void destroy(const VkAllocationCallbacks *pAllocator);
H A DVkDebugUtilsMessenger.hpp28 void destroy(const VkAllocationCallbacks *pAllocator);
H A DVkInstance.hpp30 void destroy(const VkAllocationCallbacks *pAllocator);

Completed in 5 milliseconds

1...<<11121314151617181920>>...99