/third_party/node/test/parallel/ |
H A D | test-pipe-stream.js | 32 conn.destroy();
|
H A D | test-stream-writable-write-error.js | 45 w.destroy();
|
H A D | test-stream-write-destroy.js | 6 // Test interaction between calling .destroy() on a writable and pending 55 w.destroy();
|
H A D | test-tcp-wrap-connect.js | 50 s.destroy();
|
H A D | test-tls-inception.js | 53 socket.destroy();
|
H A D | test-tls-max-send-fragment.js | 82 c.destroy();
|
H A D | test-tls-socket-close.js | 61 netSocket.destroy();
|
H A D | test-tls-wrap-timeout.js | 24 c.destroy();
|
/third_party/node/test/pummel/ |
H A D | test-net-write-callbacks.js | 37 socket.destroy();
|
/third_party/node/test/async-hooks/ |
H A D | test-httpparser.response.js | 62 checkInvocations(httpparser, { init: 1, before: 2, after: 2, destroy: 1 },
|
H A D | test-httpparser.request.js | 51 checkInvocations(httpparser, { init: 1, before: 1, after: 1, destroy: 1 },
|
H A D | test-udpsendwrap.js | 54 checkInvocations(send, { init: 1, before: 1, after: 1, destroy: 1 },
|
/third_party/node/benchmark/tls/ |
H A D | throughput-c2s.js | 67 conn.destroy();
|
/third_party/node/benchmark/ |
H A D | _test-double-benchmarker.js | 33 client.destroy();
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uclean.h | 186 * 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 D | pb_bufmgr.h | 68 (*destroy)( struct pb_manager *mgr ); member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys.h | 47 void (*destroy)(struct vl_screen *vscreen); member
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_multicall.py | 24 cls.root.destroy()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ShaderImpl.h | 54 virtual void destroy() {} in destroy() function in rx::ShaderImpl
|
H A D | VertexArrayImpl.h | 43 virtual void destroy(const gl::Context *context) {} in destroy() function in rx::VertexArrayImpl
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Compiler.h | 57 void destroy();
|
/third_party/skia/third_party/externals/angle2/samples/capture_replay/ |
H A D | CaptureReplay.cpp | 57 void destroy() override {}
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | SampleApplication.h | 44 virtual void destroy();
|
/third_party/skia/third_party/externals/angle2/samples/gles1/ |
H A D | SimpleTexture2D.cpp | 40 void destroy() override { glDeleteTextures(1, &mTexture); }
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkBuffer.hpp | 28 void destroy(const VkAllocationCallbacks *pAllocator);
|