Home
last modified time | relevance | path

Searched refs:Aborted (Results 1 – 25 of 5498) sorted by relevance

12345678910>>...220

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/tests/
H A DCloneTxTests.cs28 …CloneType.BlockingDependent, IsolationLevel.Serializable, false, false, TransactionStatus.Aborted)]
29 …oneType.BlockingDependent, IsolationLevel.RepeatableRead, false, false, TransactionStatus.Aborted)]
30 …loneType.BlockingDependent, IsolationLevel.ReadCommitted, false, false, TransactionStatus.Aborted)]
32 …ata(CloneType.BlockingDependent, IsolationLevel.Snapshot, false, false, TransactionStatus.Aborted)]
33 …neData(CloneType.BlockingDependent, IsolationLevel.Chaos, false, false, TransactionStatus.Aborted)]
34 …(CloneType.BlockingDependent, IsolationLevel.Unspecified, false, false, TransactionStatus.Aborted)]
35 …CloneType.RollbackDependent, IsolationLevel.Serializable, false, false, TransactionStatus.Aborted)]
39 …ata(CloneType.RollbackDependent, IsolationLevel.Snapshot, false, false, TransactionStatus.Aborted)]
40 …neData(CloneType.RollbackDependent, IsolationLevel.Chaos, false, false, TransactionStatus.Aborted)]
41 …(CloneType.RollbackDependent, IsolationLevel.Unspecified, false, false, TransactionStatus.Aborted)]
[all …]
H A DLTMEnlistmentTests.cs24 …None, Phase1Vote.Prepared, SinglePhaseVote.Aborted, true, EnlistmentOutcome.Aborted, TransactionSt…
25 …None, Phase1Vote.Prepared, SinglePhaseVote.Aborted, true, EnlistmentOutcome.Aborted, TransactionSt…
64 Assert.Equal(expectedTxStatus, TransactionStatus.Aborted); in SinglePhaseDurable()
76 … Phase1Vote.Prepared, true, EnlistmentOutcome.Aborted, EnlistmentOutcome.Aborted, TransactionStatu…
77 … Phase1Vote.Prepared, true, EnlistmentOutcome.Aborted, EnlistmentOutcome.Aborted, TransactionStatu…
78 … Phase1Vote.Prepared, true, EnlistmentOutcome.Aborted, EnlistmentOutcome.Aborted, TransactionStatu…
119 Assert.Equal(expectedTxStatus, TransactionStatus.Aborted); in TwoPhaseDurable()
154 Assert.Equal(expectedTxStatus, TransactionStatus.Aborted); in EnlistDuringPhase0()
164 …te.Prepared, Phase1Vote.ForceRollback, true, EnlistmentOutcome.Aborted, TransactionStatus.Aborted)]
203 Assert.Equal(expectedTxStatus, TransactionStatus.Aborted); in EnlistVolatile()
/dports/security/duo/duo_unix-1.11.4/tests/
H A Dlogin_duo-4.t11 [4] Aborted Duo login for '400': HTTP 400
13 [4] Aborted Duo login for '402': HTTP 402
14 [4] Aborted Duo login for '403': HTTP 403
15 [4] Aborted Duo login for '404': HTTP 404
22 [4] Aborted Duo login for '400': HTTP 400
24 [4] Aborted Duo login for '402': HTTP 402
25 [4] Aborted Duo login for '403': HTTP 403
26 [4] Aborted Duo login for '404': HTTP 404
35 [4] Aborted Duo login for '400': HTTP 400
37 [4] Aborted Duo login for '402': HTTP 402
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/futures-util-0.3.13/src/future/
H A Dabortable.rs43 assert_future::<Result<Fut::Output, Aborted>, _>(Self { in new()
126 pub struct Aborted; struct
128 impl fmt::Display for Aborted { implementation
135 impl std::error::Error for Aborted {} implementation
138 type Output = Result<Fut::Output, Aborted>;
143 return Poll::Ready(Err(Aborted)) in poll()
159 return Poll::Ready(Err(Aborted)) in poll()
/dports/www/rearx/rearx-0.1.4/cargo-crates/futures-util-0.3.13/src/future/
H A Dabortable.rs43 assert_future::<Result<Fut::Output, Aborted>, _>(Self { in new()
126 pub struct Aborted; struct
128 impl fmt::Display for Aborted { implementation
135 impl std::error::Error for Aborted {} implementation
138 type Output = Result<Fut::Output, Aborted>;
143 return Poll::Ready(Err(Aborted)) in poll()
159 return Poll::Ready(Err(Aborted)) in poll()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-util-0.3.13/src/future/
H A Dabortable.rs43 assert_future::<Result<Fut::Output, Aborted>, _>(Self { in new()
126 pub struct Aborted; struct
128 impl fmt::Display for Aborted { implementation
135 impl std::error::Error for Aborted {} implementation
138 type Output = Result<Fut::Output, Aborted>;
143 return Poll::Ready(Err(Aborted)) in poll()
159 return Poll::Ready(Err(Aborted)) in poll()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-util-0.3.14/src/future/
H A Dabortable.rs43 assert_future::<Result<Fut::Output, Aborted>, _>(Self { in new()
126 pub struct Aborted; struct
128 impl fmt::Display for Aborted { implementation
135 impl std::error::Error for Aborted {} implementation
138 type Output = Result<Fut::Output, Aborted>;
143 return Poll::Ready(Err(Aborted)) in poll()
159 return Poll::Ready(Err(Aborted)) in poll()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/
H A DCommunicationObjectTest.cs37 public new bool Aborted, Opened, Closed, OnClosedCalled; field in MonoTests.System.ServiceModel.Channels.ExtCommObj
61 if (Aborted) in OnAbort()
63 Aborted = true; in OnAbort()
155 Assert.IsTrue (obj.Aborted, "#1"); // OnAbort() is called. in CloseAtInitialState()
165 Assert.IsTrue (obj.Aborted, "#1"); in CloseAtInitialStateAsync()
176 Assert.IsFalse (obj.Aborted, "#1"); in CloseAtOpenedState()
231 Assert.IsTrue (obj.Aborted, "#3"); in AbortFaulted()
241 Assert.IsTrue (obj.Aborted, "#1"); // OnAbort() is called. in AbortCreated()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-util-0.3.16/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-util-0.3.18/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-util-0.3.18/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-util-0.3.21/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-util-0.3.18/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-util-0.3.17/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-util-0.3.17/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/net/routinator/routinator-0.10.2/cargo-crates/futures-util-0.3.15/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/editors/helix/helix-0.5.0/cargo-crates/futures-util-0.3.17/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-util-0.3.17/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/futures-util/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/futures-util-0.3.15/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-util-0.3.17/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/futures-util-0.3.19/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/www/firefox/firefox-99.0/third_party/rust/futures-util/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures-util/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/futures-util-0.3.17/src/
H A Dabortable.rs110 pub struct Aborted; struct
112 impl fmt::Display for Aborted { implementation
119 impl std::error::Error for Aborted {} implementation
126 ) -> Poll<Result<I, Aborted>> { in try_poll() argument
129 return Poll::Ready(Err(Aborted)); in try_poll()
145 return Poll::Ready(Err(Aborted)); in try_poll()
156 type Output = Result<Fut::Output, Aborted>;

12345678910>>...220