Home
last modified time | relevance | path

Searched refs:destroy (Results 326 - 350 of 2460) sorted by relevance

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

/third_party/openssl/include/openssl/
H A Dconftypes.h25 int (*destroy) (CONF *conf); member
/third_party/openssl/ohos_lite/include/internal/
H A Dbio.h23 int (*destroy) (BIO *); member
/third_party/skia/third_party/externals/angle2/util/ios/
H A DIOSWindow.h22 void destroy() override {}
/third_party/skia/third_party/externals/angle2/util/android/
H A DAndroidWindow.h21 void destroy() override;
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUQuerySet.h36 void destroy(Napi::Env) override;
H A DGPUTexture.h39 void destroy(Napi::Env) override;
/third_party/skia/third_party/externals/angle2/util/display/
H A DDisplayWindow.h30 void destroy() override;
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autocomplete_w.py24 cls.root.destroy()
H A Dtest_calltip_w.py22 cls.root.destroy()
H A Dtemplate.py22 cls.root.destroy()
/third_party/python/Lib/test/
H A Dtest_tix.py32 self.addCleanup(self.root.destroy)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dnode_hash_policy_test.cc56 NodePolicy::destroy(&alloc, &a); in TEST_F()
/third_party/node/lib/
H A Dnet.js416 // For backwards compat do not emit close on destroy.
506 // Used after `.destroy()`
576 this.destroy(er);
710 socket.destroy(errnoException(err, 'read'));
748 this.destroy(new ERR_SOCKET_CLOSED());
760 this.destroy(errnoException(err, 'read'));
798 this.destroy();
800 this.once('finish', this.destroy);
805 debug('destroy');
818 // `bytesRead` and `kBytesWritten` should be accessible after `.destroy()`
[all...]
/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_interactive_queue.cpp34 f->destroy(f); in Push()
/third_party/libwebsockets/lib/roles/http/compression/
H A Dprivate-lib-roles-http-compression.h71 /** destroy the de/compression context */
72 void (*destroy)(lws_comp_ctx_t *ctx); member
/third_party/mesa3d/src/gallium/include/frontend/
H A Dsw_winsys.h67 (*destroy)( struct sw_winsys *ws ); member
/third_party/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c73 winsys->destroy( winsys ); in swrast_xlib_create_screen()
/third_party/node/lib/internal/cluster/
H A Dworker.js44 ReflectApply(this.destroy, this, arguments);
/third_party/node/lib/internal/fs/
H A Dsync_write_stream.js36 if (this.fd === null) // already destroy()ed
47 SyncWriteStream.prototype.destroy;
/third_party/node/lib/internal/streams/
H A Dadd-abort-signal.js46 stream.destroy(new AbortError(undefined, { cause: signal.reason }));
/third_party/node/test/node-api/test_async_context/
H A Dtest-gcable-callback.js29 destroy: (id) => {
/third_party/node/test/parallel/
H A Dtest-fs-stream-destroy-emit-error.js38 stream.destroy(err);
H A Dtest-gc-http-client-connaborted.js18 res.connection.destroy();
H A Dtest-http-client-timeout-connect-listener.js24 agent.destroy();
H A Dtest-http-client-timeout-option.js34 req.destroy();

Completed in 8 milliseconds

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