Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 25 of 34) sorted by relevance

12

/tools/netsim/rust/http-proxy/src/
Derror.rs23 pub enum Error { enum
36 impl fmt::Display for Error { implementation
42 impl std::error::Error for Error {} implementation
44 impl From<io::Error> for Error { implementation
Drewriter.rs27 fn rewrite(headers: &mut [Header]) -> Result<(), Box<dyn std::error::Error>> { in rewrite()
Dmanager.rs70 pub fn new(proxy: &str, rx_proxy_bytes: mpsc::Receiver<Bytes>) -> Result<Self, Error> { in new() argument
Dutil.rs77 pub fn from_string(config_string: &str) -> Result<ProxyConfig, Error> { in from_string() argument
/tools/security/remote_provisioning/hwtrust/src/rkp/
Ddevice_info.rs82 type Error = anyhow::Error; typedef
84 fn try_from(s: &str) -> Result<Self, Self::Error> { in try_from() argument
110 type Error = anyhow::Error; typedef
112 fn try_from(s: &str) -> Result<Self, Self::Error> { in try_from() argument
134 type Error = anyhow::Error; typedef
136 fn try_from(i: u32) -> Result<Self, Self::Error> { in try_from() argument
159 type Error = anyhow::Error; typedef
161 fn try_from(s: &str) -> Result<Self, Self::Error> { in try_from() argument
/tools/netsim/rust/daemon/src/bluetooth/
Dadvertise_settings.rs72 type Error = String; typedef
74 fn try_from(value: &AdvertiseSettingsProto) -> Result<Self, Self::Error> { in try_from() argument
98 type Error = String; typedef
100 fn try_from(value: &AdvertiseSettings) -> Result<Self, Self::Error> { in try_from() argument
200 type Error = String; typedef
202 fn try_from(value: AdvertiseMode) -> Result<Self, Self::Error> { in try_from() argument
237 type Error = String; typedef
239 fn try_from(value: &TxPowerProto) -> Result<Self, Self::Error> { in try_from() argument
/tools/tradefederation/core/proto/resultdb/
Dfailure_reason.proto45 message Error { message
/tools/netsim/rust/http-proxy/tests/
Dintegration_test.rs21 fn ipv6_from_str(addr: &str) -> Result<IpAddr, std::io::Error> { in ipv6_from_str()
/tools/netsim/rust/daemon/src/http_server/
Dserver.rs26 fn bind_listener(http_port: u16) -> Result<TcpListener, std::io::Error> { in bind_listener()
/tools/asuite/atest/
Ddevice_update.py97 class Error(Exception): class
/tools/security/remote_provisioning/hwtrust/src/
Dpublickey.rs146 type Error = TryFromPKeyError; typedef
148 fn try_from(pkey: PKey<Public>) -> Result<Self, Self::Error> { in try_from() argument
155 type Error = TryFromPKeyError; typedef
157 fn try_from(pkey: PKey<Public>) -> Result<Self, Self::Error> { in try_from() argument
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Droute.py21 class Error(Exception): class
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dradvd.py24 class Error(Exception): class
Ddhcp_server.py22 class Error(Exception): class
Dhostapd.py30 class Error(Exception): class
/tools/security/fuzzing/orphans/android_logger/
Dandroid_logger_fuzzer.rs14 Error, enumerator
48 Error, enumerator
/tools/repohooks/tools/
Dandroid_test_mapping_format.py59 class Error(Exception): class
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py26 class Error(Exception): class
/tools/security/remote_provisioning/hwtrust/src/dice/
Dentry.rs93 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt() method
116 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt() method
249 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt() method
308 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt() method
Dchain.rs169 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt() method
243 fn fmt(&self, f: &mut Formatter) -> Result<(), fmt::Error> { in fmt() method
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullabilityAnnotationsValidator.kt56 private data class Error( in <lambda>() class in com.android.tools.metalava.NullabilityAnnotationsValidator
/tools/security/remote_provisioning/hwtrust/cxxbridge/
Dlib.rs120 type Error = String; typedef
122 fn try_into(self) -> Result<Options, Self::Error> { in try_into()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py30 class Error(Exception): class
/tools/repohooks/rh/
Dconfig.py34 class Error(Exception): class
/tools/netsim/rust/common/src/util/
Dini_file.rs54 fn read(&mut self) -> Result<(), Box<dyn Error>> { in read()

12