| /external/rust/crates/gdbstub/src/protocol/common/ | 
| D | thread_id.rs | 29     fn try_from(s: &[u8]) -> Result<Self, ()> {  in try_from()  method58     fn try_from(s: &[u8]) -> Result<Self, ()> {  in try_from()  method
 70     fn try_from(s: &mut [u8]) -> Result<Self, ()> {  in try_from()  method
 78     fn try_from(s: &mut [u8]) -> Result<Self, ()> {  in try_from()  method
 106     fn try_from(id: IdKind) -> Result<SpecificIdKind, ()> {  in try_from()  method
 118     fn try_from(thread: ThreadId) -> Result<SpecificThreadId, ()> {  in try_from()  method
 141     fn try_from(thread: ThreadId) -> Result<ConcreteThreadId, ()> {  in try_from()  method
 155     fn try_from(value: IdKind) -> Result<NonZeroUsize, ()> {  in try_from()  method
 
 | 
| /external/rust/crates/jni/src/wrapper/objects/ | 
| D | jvalue.rs | 179     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method203     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 221     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 239     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 257     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 275     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 293     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 311     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 329     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 347     fn try_from(value: JValue<'a>) -> Result<Self> {  in try_from()  method
 
 | 
| /external/rust/crates/ciborium/src/value/ | 
| D | integer.rs | 51     fn try_from(value: i128) -> Result<Self, Self::Error> {  in try_from()  method65     fn try_from(value: u128) -> Result<Self, Self::Error> {  in try_from()  method
 81     fn try_from(value: Integer) -> Result<Self, Self::Error> {  in try_from()  method
 
 | 
| /external/uwb/src/rust/uwb_core/src/uci/ | 
| D | response.rs | 97     fn try_from(evt: uwb_uci_packets::UciResponse) -> std::result::Result<Self, Self::Error> {  in try_from()  method116     fn try_from(evt: uwb_uci_packets::CoreResponse) -> std::result::Result<Self, Self::Error> {  in try_from()  method
 151     fn try_from(  in try_from()  method
 211     fn try_from(  in try_from()  method
 234     fn try_from(evt: uwb_uci_packets::AndroidResponse) -> std::result::Result<Self, Self::Error> {  in try_from()  method
 
 | 
| D | notification.rs | 166     fn try_from(evt: uwb_uci_packets::UciDataPacket) -> std::result::Result<Self, Self::Error> {  in try_from()  method196     fn try_from(evt: uwb_uci_packets::UciNotification) -> std::result::Result<Self, Self::Error> {  in try_from()  method
 223     fn try_from(evt: uwb_uci_packets::CoreNotification) -> std::result::Result<Self, Self::Error> {  in try_from()  method
 240     fn try_from(  in try_from()  method
 267     fn try_from(  in try_from()  method
 294     fn try_from(evt: uwb_uci_packets::SessionInfoNtf) -> std::result::Result<Self, Self::Error> {  in try_from()  method
 397     fn try_from(  in try_from()  method
 
 | 
| D | message.rs | 31     fn try_from(packet: uwb_uci_packets::UciControlPacket) -> Result<Self, Self::Error> {  in try_from()  method
 | 
| /external/rust/crates/pkcs1/src/ | 
| D | public_key.rs | 56     fn try_from(bytes: &'a [u8]) -> Result<Self> {  in try_from()  method66     fn try_from(spki: RsaPublicKey<'_>) -> Result<Document> {  in try_from()  method
 76     fn try_from(spki: &RsaPublicKey<'_>) -> Result<Document> {  in try_from()  method
 
 | 
| D | private_key.rs | 155     fn try_from(bytes: &'a [u8]) -> Result<Self> {  in try_from()  method175     fn try_from(private_key: RsaPrivateKey<'_>) -> Result<SecretDocument> {  in try_from()  method
 185     fn try_from(private_key: &RsaPrivateKey<'_>) -> Result<SecretDocument> {  in try_from()  method
 
 | 
| /external/rust/crates/der/src/asn1/ | 
| D | generalized_time.rs | 168     fn try_from(any: AnyRef<'_>) -> Result<GeneralizedTime> {  in try_from()  method236     fn try_from(time: SystemTime) -> Result<GeneralizedTime> {  in try_from()  method
 246     fn try_from(time: &SystemTime) -> Result<GeneralizedTime> {  in try_from()  method
 256     fn try_from(any: AnyRef<'a>) -> Result<SystemTime> {  in try_from()  method
 306     fn try_from(time: PrimitiveDateTime) -> Result<GeneralizedTime> {  in try_from()  method
 316     fn try_from(time: &PrimitiveDateTime) -> Result<GeneralizedTime> {  in try_from()  method
 326     fn try_from(time: GeneralizedTime) -> Result<PrimitiveDateTime> {  in try_from()  method
 
 | 
| D | utc_time.rs | 169     fn try_from(datetime: DateTime) -> Result<Self> {  in try_from()  method177     fn try_from(datetime: &DateTime) -> Result<Self> {  in try_from()  method
 193     fn try_from(any: AnyRef<'_>) -> Result<UtcTime> {  in try_from()  method
 
 | 
| D | null.rs | 47     fn try_from(any: AnyRef<'_>) -> Result<Null> {  in try_from()  method55     fn try_from(any: AnyRef<'_>) -> Result<()> {  in try_from()  method
 
 | 
| D | utf8_string.rs | 93     fn try_from(any: AnyRef<'a>) -> Result<Utf8StringRef<'a>> {  in try_from()  method119     fn try_from(any: AnyRef<'a>) -> Result<&'a str> {  in try_from()  method
 153     fn try_from(any: AnyRef<'a>) -> Result<String> {  in try_from()  method
 
 | 
| /external/rust/crates/spki/src/ | 
| D | spki.rs | 103     fn try_from(bytes: &'a [u8]) -> Result<Self> {  in try_from()  method122     fn try_from(spki: SubjectPublicKeyInfo<'_>) -> Result<Document> {  in try_from()  method
 132     fn try_from(spki: &SubjectPublicKeyInfo<'_>) -> Result<Document> {  in try_from()  method
 
 | 
| /external/rust/crates/sec1/src/ | 
| D | private_key.rs | 126     fn try_from(bytes: &'a [u8]) -> Result<EcPrivateKey<'a>> {  in try_from()  method145     fn try_from(private_key: EcPrivateKey<'_>) -> Result<Self> {  in try_from()  method
 155     fn try_from(private_key: &EcPrivateKey<'_>) -> Result<Self> {  in try_from()  method
 
 | 
| /external/rust/crates/pkcs8/src/ | 
| D | encrypted_private_key_info.rs | 129     fn try_from(bytes: &'a [u8]) -> Result<Self> {  in try_from()  method147     fn try_from(encrypted_private_key: EncryptedPrivateKeyInfo<'_>) -> Result<SecretDocument> {  in try_from()  method
 157     fn try_from(encrypted_private_key: &EncryptedPrivateKeyInfo<'_>) -> Result<SecretDocument> {  in try_from()  method
 
 | 
| D | private_key_info.rs | 230     fn try_from(bytes: &'a [u8]) -> Result<Self> {  in try_from()  method250     fn try_from(private_key: PrivateKeyInfo<'_>) -> Result<SecretDocument> {  in try_from()  method
 260     fn try_from(private_key: &PrivateKeyInfo<'_>) -> Result<SecretDocument> {  in try_from()  method
 
 | 
| /external/rust/crates/x509-cert/src/ | 
| D | request.rs | 56     fn try_from(bytes: &'a [u8]) -> Result<Self, Self::Error> {  in try_from()  method87     fn try_from(bytes: &'a [u8]) -> Result<Self, Self::Error> {  in try_from()  method
 
 | 
| D | time.rs | 102     fn try_from(time: SystemTime) -> Result<Time> {  in try_from()  method143     fn try_from(bytes: &'a [u8]) -> Result<Self> {  in try_from()  method
 
 | 
| /external/rust/crates/openssl/src/ | 
| D | pkey.rs | 800     fn try_from(ec_key: EcKey<T>) -> Result<PKey<T>, ErrorStack> {  in try_from()  method808     fn try_from(pkey: PKey<T>) -> Result<EcKey<T>, ErrorStack> {  in try_from()  method
 816     fn try_from(rsa: Rsa<T>) -> Result<PKey<T>, ErrorStack> {  in try_from()  method
 824     fn try_from(pkey: PKey<T>) -> Result<Rsa<T>, ErrorStack> {  in try_from()  method
 832     fn try_from(dsa: Dsa<T>) -> Result<PKey<T>, ErrorStack> {  in try_from()  method
 840     fn try_from(pkey: PKey<T>) -> Result<Dsa<T>, ErrorStack> {  in try_from()  method
 848     fn try_from(dh: Dh<T>) -> Result<PKey<T>, ErrorStack> {  in try_from()  method
 856     fn try_from(pkey: PKey<T>) -> Result<Dh<T>, ErrorStack> {  in try_from()  method
 
 | 
| /external/rust/crates/der/src/ | 
| D | datetime.rs | 317     fn try_from(time: SystemTime) -> Result<DateTime> {  in try_from()  method327     fn try_from(time: &SystemTime) -> Result<DateTime> {  in try_from()  method
 337     fn try_from(time: DateTime) -> Result<PrimitiveDateTime> {  in try_from()  method
 351     fn try_from(time: PrimitiveDateTime) -> Result<DateTime> {  in try_from()  method
 
 | 
| D | document.rs | 181     fn try_from(der_bytes: &[u8]) -> Result<Self> {  in try_from()  method189     fn try_from(der_bytes: Vec<u8>) -> Result<Self> {  in try_from()  method
 315     fn try_from(der_bytes: &[u8]) -> Result<Self> {  in try_from()  method
 324     fn try_from(der_bytes: Vec<u8>) -> Result<Self> {  in try_from()  method
 
 | 
| /external/rust/crates/webpki/src/ | 
| D | time.rs | 60     fn try_from(value: std::time::SystemTime) -> Result<Self, Self::Error> {  in try_from()  method
 | 
| /external/crosvm/media/libva/src/ | 
| D | generic_value.rs | 26     fn try_from(value: bindings::VAGenericValue) -> Result<Self, Self::Error> {  in try_from()  method
 | 
| /external/crosvm/tools/audio_streams_conformance_test/src/sys/ | 
| D | windows.rs | 19     fn try_from(s: &str) -> Result<Self, Self::Error> {  in try_from()  method
 | 
| /external/rust/crates/psci/src/ | 
| D | lib.rs | 103     fn try_from(value: i32) -> Result<Self, Error> {  in try_from()  method127     fn try_from(value: i32) -> Result<Self, Error> {  in try_from()  method
 151     fn try_from(value: i32) -> Result<Self, Error> {  in try_from()  method
 
 |