Home
last modified time | relevance | path

Searched refs:destroy (Results 526 - 550 of 2813) sorted by relevance

1...<<21222324252627282930>>...113

/third_party/node/test/parallel/
H A Dtest-pipe-stream.js32 conn.destroy();
H A Dtest-stream-writable-write-error.js45 w.destroy();
H A Dtest-stream-write-destroy.js6 // Test interaction between calling .destroy() on a writable and pending
55 w.destroy();
H A Dtest-tcp-wrap-connect.js50 s.destroy();
H A Dtest-tls-inception.js53 socket.destroy();
H A Dtest-tls-max-send-fragment.js82 c.destroy();
H A Dtest-tls-socket-close.js61 netSocket.destroy();
H A Dtest-tls-wrap-timeout.js24 c.destroy();
/third_party/node/test/pummel/
H A Dtest-net-write-callbacks.js37 socket.destroy();
/third_party/node/test/async-hooks/
H A Dtest-httpparser.response.js62 checkInvocations(httpparser, { init: 1, before: 2, after: 2, destroy: 1 },
H A Dtest-httpparser.request.js51 checkInvocations(httpparser, { init: 1, before: 1, after: 1, destroy: 1 },
H A Dtest-udpsendwrap.js54 checkInvocations(send, { init: 1, before: 1, after: 1, destroy: 1 },
/third_party/node/benchmark/tls/
H A Dthroughput-c2s.js67 conn.destroy();
/third_party/node/benchmark/
H A D_test-double-benchmarker.js33 client.destroy();
/third_party/node/deps/icu-small/source/common/unicode/
H A Duclean.h186 * Subsequent calls by ICU to lock, unlock, or destroy a mutex will
199 * whenever ICU needs to lock, unlock, or destroy a mutex.
218 * @param destroy Pointer to the mutex destroy function. Must be non-null.
226 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr.h68 (*destroy)( struct pb_manager *mgr ); member
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys.h47 void (*destroy)(struct vl_screen *vscreen); member
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_multicall.py24 cls.root.destroy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DShaderImpl.h54 virtual void destroy() {} in destroy() function in rx::ShaderImpl
H A DVertexArrayImpl.h43 virtual void destroy(const gl::Context *context) {} in destroy() function in rx::VertexArrayImpl
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.h57 void destroy();
/third_party/skia/third_party/externals/angle2/samples/capture_replay/
H A DCaptureReplay.cpp57 void destroy() override {}
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A DSampleApplication.h44 virtual void destroy();
/third_party/skia/third_party/externals/angle2/samples/gles1/
H A DSimpleTexture2D.cpp40 void destroy() override { glDeleteTextures(1, &mTexture); }
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBuffer.hpp28 void destroy(const VkAllocationCallbacks *pAllocator);

Completed in 6 milliseconds

1...<<21222324252627282930>>...113