Home
last modified time | relevance | path

Searched refs:UnsupportedPlatform (Results 1 – 17 of 17) sorted by relevance

/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/pledge-0.4.0/src/
H A Dlib.rs9 UnsupportedPlatform, enumerator
18 Error::UnsupportedPlatform => Ok(()), in ignore_platform()
27 Error::UnsupportedPlatform => write!(f, "pledge is unsupported on this platform"), in fmt()
38 Error::UnsupportedPlatform => "pledge is unsupported on this platform", in description()
70 Err(Error::UnsupportedPlatform) in pledge()
140 assert_eq!(pledge_promises![Stdio].unwrap_err(), Error::UnsupportedPlatform); in test_pledge_unsupported()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DCpp2ConnContext.cpp77 return PeerCred{UnsupportedPlatform}; in queryFromSocket()
82 if (UnsupportedPlatform == pid_) { in getError()
H A DCpp2ConnContext.h350 UnsupportedPlatform = -3, enumerator
/dports/devel/sccache/sccache-0.2.15/cargo-crates/syslog-5.0.0/src/
H A Derrors.rs2 errors { Initialization UnsupportedPlatform Format Write }
H A Dlib.rs239 Err(ErrorKind::UnsupportedPlatform)? in unix()
250 Err(ErrorKind::UnsupportedPlatform)? in unix_custom()
355 Err(ErrorKind::UnsupportedPlatform)? in init_unix()
379 Err(ErrorKind::UnsupportedPlatform)? in init_unix_custom()
/dports/net/routinator/routinator-0.10.2/cargo-crates/syslog-5.0.0/src/
H A Derrors.rs2 errors { Initialization UnsupportedPlatform Format Write }
H A Dlib.rs239 Err(ErrorKind::UnsupportedPlatform)? in unix()
250 Err(ErrorKind::UnsupportedPlatform)? in unix_custom()
355 Err(ErrorKind::UnsupportedPlatform)? in init_unix()
379 Err(ErrorKind::UnsupportedPlatform)? in init_unix_custom()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syslog-5.0.0/src/
H A Derrors.rs2 errors { Initialization UnsupportedPlatform Format Write }
H A Dlib.rs239 Err(ErrorKind::UnsupportedPlatform)? in unix()
250 Err(ErrorKind::UnsupportedPlatform)? in unix_custom()
355 Err(ErrorKind::UnsupportedPlatform)? in init_unix()
379 Err(ErrorKind::UnsupportedPlatform)? in init_unix_custom()
/dports/security/acmed/acmed-0.18.0/cargo-crates/syslog-5.0.0/src/
H A Derrors.rs2 errors { Initialization UnsupportedPlatform Format Write }
H A Dlib.rs239 Err(ErrorKind::UnsupportedPlatform)? in unix()
250 Err(ErrorKind::UnsupportedPlatform)? in unix_custom()
355 Err(ErrorKind::UnsupportedPlatform)? in init_unix()
379 Err(ErrorKind::UnsupportedPlatform)? in init_unix_custom()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tests/ted/
H A Dplatform.py44 class UnsupportedPlatform(objects.ConfigurationError): class
H A Dtest.py152 raise platform.UnsupportedPlatform("test is disabled for current platform")
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/cloud_shell/
H A Dget_mount_command.py67 raise util.UnsupportedPlatform(
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/
H A Dplatform.py22 return UnsupportedPlatform
126 class UnsupportedPlatform(PlatformHandler): class
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/cloud_shell/
H A Dutil.py38 class UnsupportedPlatform(core_exceptions.Error): class
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/pledge-0.4.0/
H A DREADME.md60 All of these will yield `pledge::Error::UnsupportedPlatform` on platforms that