/tools/netsim/rust/http-proxy/src/ |
D | error.rs | 23 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
|
D | rewriter.rs | 27 fn rewrite(headers: &mut [Header]) -> Result<(), Box<dyn std::error::Error>> { in rewrite()
|
D | manager.rs | 70 pub fn new(proxy: &str, rx_proxy_bytes: mpsc::Receiver<Bytes>) -> Result<Self, Error> { in new() argument
|
D | util.rs | 77 pub fn from_string(config_string: &str) -> Result<ProxyConfig, Error> { in from_string() argument
|
/tools/security/remote_provisioning/hwtrust/src/rkp/ |
D | device_info.rs | 82 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/ |
D | advertise_settings.rs | 72 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/ |
D | failure_reason.proto | 45 message Error { message
|
/tools/netsim/rust/http-proxy/tests/ |
D | integration_test.rs | 21 fn ipv6_from_str(addr: &str) -> Result<IpAddr, std::io::Error> { in ipv6_from_str()
|
/tools/netsim/rust/daemon/src/http_server/ |
D | server.rs | 26 fn bind_listener(http_port: u16) -> Result<TcpListener, std::io::Error> { in bind_listener()
|
/tools/asuite/atest/ |
D | device_update.py | 97 class Error(Exception): class
|
/tools/security/remote_provisioning/hwtrust/src/ |
D | publickey.rs | 146 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/ |
D | route.py | 21 class Error(Exception): class
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | radvd.py | 24 class Error(Exception): class
|
D | dhcp_server.py | 22 class Error(Exception): class
|
D | hostapd.py | 30 class Error(Exception): class
|
/tools/security/fuzzing/orphans/android_logger/ |
D | android_logger_fuzzer.rs | 14 Error, enumerator 48 Error, enumerator
|
/tools/repohooks/tools/ |
D | android_test_mapping_format.py | 59 class Error(Exception): class
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | job.py | 26 class Error(Exception): class
|
/tools/security/remote_provisioning/hwtrust/src/dice/ |
D | entry.rs | 93 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
|
D | chain.rs | 169 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/ |
D | NullabilityAnnotationsValidator.kt | 56 private data class Error( in <lambda>() class in com.android.tools.metalava.NullabilityAnnotationsValidator
|
/tools/security/remote_provisioning/hwtrust/cxxbridge/ |
D | lib.rs | 120 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/ |
D | connection.py | 30 class Error(Exception): class
|
/tools/repohooks/rh/ |
D | config.py | 34 class Error(Exception): class
|
/tools/netsim/rust/common/src/util/ |
D | ini_file.rs | 54 fn read(&mut self) -> Result<(), Box<dyn Error>> { in read()
|