Searched defs:Err (Results 1 – 6 of 6) sorted by relevance
| /system/core/init/libprefetch/prefetch/src/args/ |
| D | args_argh.rs | 145 type Err = Error; typedef 146 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() argument 219 type Err = Error; typedef 220 fn from_str(s: &str) -> std::result::Result<Self, Self::Err> { in from_str() argument
|
| /system/cros-codecs/examples/ccenc/ |
| D | util.rs | 23 type Err = &'static str; typedef 25 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument
|
| /system/cros-codecs/examples/ccdec/ |
| D | util.rs | 25 type Err = &'static str; typedef 27 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument
|
| /system/cros-codecs/src/ |
| D | lib.rs | 58 type Err = &'static str; typedef 60 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument 227 type Err = &'static str; typedef 229 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument 280 type Err = &'static str; typedef 282 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument
|
| /system/extras/profcollectd/libprofcollectd/ |
| D | config.rs | 93 type Err = serde_json::Error; typedef 94 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument
|
| /system/keymint/wire/src/ |
| D | legacy.rs | 168 Err { cmd: u32, code: ErrorCode }, enumerator
|