Home
last modified time | relevance | path

Searched refs:TimeoutError (Results 1 – 25 of 2008) sorted by relevance

12345678910>>...81

/dports/net/proby/proby-1.0.2/cargo-crates/actix-utils-1.0.6/src/
H A Dtimeout.rs23 pub enum TimeoutError<E> { enum
30 impl<E> From<E> for TimeoutError<E> { implementation
32 TimeoutError::Service(err) in from()
36 impl<E: fmt::Debug> fmt::Debug for TimeoutError<E> { implementation
48 TimeoutError::Service(e) => e.fmt(f), in fmt()
54 impl<E: PartialEq> PartialEq for TimeoutError<E> { implementation
59 TimeoutError::Timeout => false, in eq()
61 TimeoutError::Timeout => match other { in eq()
63 TimeoutError::Timeout => true, in eq()
90 type Error = TimeoutError<S::Error>;
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Derrors.h67 class TimeoutError : public IoError {
69 explicit TimeoutError(const std::string &msg) : IoError(msg) {} in TimeoutError() function
71 TimeoutError(const TimeoutError &) = default;
72 TimeoutError& operator=(const TimeoutError &) = default;
74 TimeoutError(TimeoutError &&) = default;
75 TimeoutError& operator=(TimeoutError &&) = default;
77 virtual ~TimeoutError() = default;
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Derrors.h67 class TimeoutError : public IoError {
69 explicit TimeoutError(const std::string &msg) : IoError(msg) {} in TimeoutError() function
71 TimeoutError(const TimeoutError &) = default;
72 TimeoutError& operator=(const TimeoutError &) = default;
74 TimeoutError(TimeoutError &&) = default;
75 TimeoutError& operator=(TimeoutError &&) = default;
77 virtual ~TimeoutError() = default;
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Derrors.h67 class TimeoutError : public IoError {
69 explicit TimeoutError(const std::string &msg) : IoError(msg) {} in TimeoutError() function
71 TimeoutError(const TimeoutError &) = default;
72 TimeoutError& operator=(const TimeoutError &) = default;
74 TimeoutError(TimeoutError &&) = default;
75 TimeoutError& operator=(TimeoutError &&) = default;
77 virtual ~TimeoutError() = default;
/dports/databases/py-asyncpg/asyncpg-0.25.0/tests/
H A Dtest_timeout.py22 with self.assertRaises(asyncio.TimeoutError), \
32 with self.assertRaises(asyncio.TimeoutError), \
50 with self.assertRaises(asyncio.TimeoutError), \
60 with self.assertRaises(asyncio.TimeoutError), \
70 with self.assertRaises(asyncio.TimeoutError):
76 with self.assertRaises(asyncio.TimeoutError), \
85 with self.assertRaises(asyncio.TimeoutError), \
91 with self.assertRaises(asyncio.TimeoutError), \
97 with self.assertRaises(asyncio.TimeoutError), \
103 with self.assertRaises(asyncio.TimeoutError), \
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/probe/exec/
H A Derrors.go24 func NewTimeoutError(err error, timeout time.Duration) *TimeoutError {
25 return &TimeoutError{
34 type TimeoutError struct { struct
40 func (t *TimeoutError) Error() string { argument
45 func (t *TimeoutError) Timeout() time.Duration { argument
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/internal/poll/
H A Dfd.go33 var ErrTimeout error = &TimeoutError{}
36 type TimeoutError struct{} struct
39 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
40 func (e *TimeoutError) Timeout() bool { return true } argument
41 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/lang/gcc8/gcc-8.5.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/lang/gcc9/gcc-9.4.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/internal/poll/
H A Dfd.go37 var ErrTimeout error = &TimeoutError{}
40 type TimeoutError struct{} struct
43 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
44 func (e *TimeoutError) Timeout() bool { return true } argument
45 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/poll/
H A Dfd.go39 var ErrTimeout error = &TimeoutError{}
42 type TimeoutError struct{} struct
45 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
46 func (e *TimeoutError) Timeout() bool { return true } argument
47 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/poll/
H A Dfd.go39 var ErrTimeout error = &TimeoutError{}
42 type TimeoutError struct{} struct
45 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
46 func (e *TimeoutError) Timeout() bool { return true } argument
47 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/poll/
H A Dfd.go39 var ErrTimeout error = &TimeoutError{}
42 type TimeoutError struct{} struct
45 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
46 func (e *TimeoutError) Timeout() bool { return true } argument
47 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/poll/
H A Dfd.go39 var ErrTimeout error = &TimeoutError{}
42 type TimeoutError struct{} struct
45 func (e *TimeoutError) Error() string { return "i/o timeout" } argument
46 func (e *TimeoutError) Timeout() bool { return true } argument
47 func (e *TimeoutError) Temporary() bool { return true } argument
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/facts/
H A Dtest_timeout.py88 with pytest.raises(timeout.TimeoutError):
101 with pytest.raises(timeout.TimeoutError):
115 with pytest.raises(timeout.TimeoutError):
137 raise TimeoutError('Vanilla Timeout')
154 with pytest.raises(timeout.TimeoutError):
160 with pytest.raises(timeout.TimeoutError):
170 with pytest.raises(timeout.TimeoutError):
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async_executors-0.4.2/src/iface/
H A Dtimer.rs81 pub struct TimeoutError; struct
84 impl std::error::Error for TimeoutError {} implementation
87 impl std::fmt::Display for TimeoutError implementation
96 impl From<TimeoutError> for std::io::Error
98 fn from( err: TimeoutError ) -> std::io::Error in from()
127 type Output = Result< T::Output, TimeoutError >;
144 Poll::Ready(()) => Poll::Ready( Err(TimeoutError) ) , in poll()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/module_utils/facts/
H A Dtest_timeout.py88 with pytest.raises(timeout.TimeoutError):
101 with pytest.raises(timeout.TimeoutError):
115 with pytest.raises(timeout.TimeoutError):
137 raise TimeoutError('Vanilla Timeout')
154 with pytest.raises(timeout.TimeoutError):
160 with pytest.raises(timeout.TimeoutError):
170 with pytest.raises(timeout.TimeoutError):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/module_utils/facts/
H A Dtest_timeout.py88 with pytest.raises(timeout.TimeoutError):
101 with pytest.raises(timeout.TimeoutError):
115 with pytest.raises(timeout.TimeoutError):
137 raise TimeoutError('Vanilla Timeout')
154 with pytest.raises(timeout.TimeoutError):
160 with pytest.raises(timeout.TimeoutError):
170 with pytest.raises(timeout.TimeoutError):
/dports/devel/sccache/sccache-0.2.15/cargo-crates/async-std-1.8.0/src/future/
H A Dtimeout.rs32 pub async fn timeout<F, T>(dur: Duration, f: F) -> Result<T, TimeoutError> in timeout()
60 type Output = Result<F::Output, TimeoutError>;
67 Poll::Ready(_) => Poll::Ready(Err(TimeoutError { _private: () })), in poll()
76 pub struct TimeoutError { struct
80 impl Error for TimeoutError {} implementation
82 impl fmt::Display for TimeoutError { implementation

12345678910>>...81