Home
last modified time | relevance | path

Searched refs:ShutdownError (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/trio/
H A Drun.py23 ShutdownError,
92 except (ShutdownError, KeyboardInterrupt):
97 except (ShutdownError, KeyboardInterrupt):
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/asyncio/
H A Drun.py27 ShutdownError,
145 except (ShutdownError, KeyboardInterrupt):
154 except (ShutdownError, KeyboardInterrupt):
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/dns/
H A Derror.hpp20 MK_DEFINE_ERR(MK_ERR_DNS(8), ShutdownError, "dns_shutdown")
H A Dlibevent_query.hpp88 err = ShutdownError(); in dns_error()
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/
H A Dutils.py39 class ShutdownError(Exception): class
198 raise ShutdownError()
/dports/www/firefox/firefox-99.0/services/settings/
H A DIDBHelpers.jsm30 class ShutdownError extends IndexedDBError {
210 ShutdownError,
H A DDatabase.jsm354 throw new IDBHelpers.ShutdownError(
368 throw new IDBHelpers.ShutdownError(
/dports/www/firefox-esr/firefox-91.8.0/services/settings/
H A DIDBHelpers.jsm30 class ShutdownError extends IndexedDBError {
210 ShutdownError,
H A DDatabase.jsm344 throw new IDBHelpers.ShutdownError(
358 throw new IDBHelpers.ShutdownError(
H A DRemoteSettingsClient.jsm780 } else if (e instanceof IDBHelpers.ShutdownError) {
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/
H A DIDBHelpers.jsm30 class ShutdownError extends IndexedDBError {
210 ShutdownError,
H A DDatabase.jsm344 throw new IDBHelpers.ShutdownError(
358 throw new IDBHelpers.ShutdownError(
/dports/lang/spidermonkey78/firefox-78.9.0/services/settings/
H A DIDBHelpers.jsm30 class ShutdownError extends IndexedDBError {
210 ShutdownError,
H A DDatabase.jsm383 throw new IDBHelpers.ShutdownError(
397 throw new IDBHelpers.ShutdownError(
H A DRemoteSettingsClient.jsm731 } else if (e instanceof IDBHelpers.ShutdownError) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Dstatus_test.cpp53 ASSERT(!Status(ErrorCodes::Interrupted, "").isA<ErrorCategory::ShutdownError>()); in TEST()
H A Derror_codes.err288 error_class("ShutdownError", ["ShutdownInProgress", "InterruptedAtShutdown"])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/streams/
H A Dreadable_stream.cc643 v8::Local<v8::Value> ShutdownError() const { in ShutdownError() function in blink::ReadableStream::PipeToEngine
649 return WritableStream::Abort(script_state_, Destination(), ShutdownError()); in WritableStreamAbortAction()
653 return ReadableStream::Cancel(script_state_, Readable(), ShutdownError()); in ReadableStreamCancelAction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/streams/
H A Dreadable_stream.cc687 v8::Local<v8::Value> ShutdownError() const { in ShutdownError() function in blink::ReadableStream::PipeToEngine
693 return WritableStream::Abort(script_state_, Destination(), ShutdownError()); in WritableStreamAbortAction()
697 return ReadableStream::Cancel(script_state_, Readable(), ShutdownError()); in ReadableStreamCancelAction()
/dports/multimedia/hypnotix/hypnotix-1.4/usr/lib/hypnotix/
H A Dmpv.py57 class ShutdownError(SystemError): class
901 raise ShutdownError('libmpv core has been shutdown')
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dssl_gen_statem.erl897 {stop, _, _} = ShutdownError ->
898 ShutdownError;
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_gen_statem.erl909 {stop, _, _} = ShutdownError ->
910 ShutdownError;
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_gen_statem.erl909 {stop, _, _} = ShutdownError ->
910 ShutdownError;
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_gen_statem.erl909 {stop, _, _} = ShutdownError ->
910 ShutdownError;
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_gen_statem.erl909 {stop, _, _} = ShutdownError ->
910 ShutdownError;

12