/external/rust/crates/gdbstub/src/protocol/common/ |
D | thread_id.rs | 29 fn try_from(s: &[u8]) -> Result<Self, ()> { in try_from() method 58 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
|
/external/crosvm/devices/src/virtio/video/decoder/backend/ |
D | vda.rs | 19 fn try_from(format: Format) -> Result<Self, Self::Error> { in try_from() method 35 fn try_from(format: Format) -> Result<Self, Self::Error> { in try_from() method
|
/external/adhd/cros_alsa/cros_alsa_derive/src/ |
D | common.rs | 37 fn try_from(meta_item: NestedMeta) -> Result<CrosAlsaAttr> { in try_from() method
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 339 fn try_from(s: libc::speed_t) -> Result<BaudRate> { in try_from() method 1086 fn try_from() { in try_from() function
|
D | signal.rs | 367 fn try_from(signum: libc::c_int) -> Result<Signal> { in try_from() method
|
/external/rust/crates/tokio/src/net/unix/ |
D | listener.rs | 164 fn try_from(stream: std::os::unix::net::UnixListener) -> io::Result<Self> { in try_from() method
|
D | stream.rs | 640 fn try_from(stream: net::UnixStream) -> io::Result<Self> { in try_from() method
|
/external/adhd/cras/client/cras-sys/src/ |
D | lib.rs | 399 fn try_from(stream_type: u32) -> Result<Self, Self::Error> { in try_from() method 415 fn try_from(client_type: u32) -> Result<Self, Self::Error> { in try_from() method 474 fn try_from(channel: i8) -> Result<Self, Self::Error> { in try_from() method 520 fn try_from(info: audio_stream_debug_info) -> Result<Self, Self::Error> { in try_from() method
|
/external/rust/crates/tokio/src/net/tcp/ |
D | listener.rs | 357 fn try_from(stream: net::TcpListener) -> Result<Self, Self::Error> { in try_from() method
|
D | stream.rs | 1048 fn try_from(stream: std::net::TcpStream) -> Result<Self, Self::Error> { in try_from() method
|
/external/adhd/cros_alsa/src/ |
D | control_tlv.rs | 169 fn try_from(data: Vec<u32>) -> Result<Self> { in try_from() method
|
D | control_primitive.rs | 151 fn try_from(elem_type: u32) -> Result<ElemType> { in try_from() method
|
/external/rust/crates/tokio/src/net/unix/datagram/ |
D | socket.rs | 1259 fn try_from(stream: std::os::unix::net::UnixDatagram) -> Result<Self, Self::Error> { in try_from() method
|
/external/crosvm/sys_util/src/ |
D | descriptor.rs | 122 fn try_from(fd: &dyn AsRawFd) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | signal.rs | 187 fn try_from(value: c_int) -> result::Result<Self, Self::Error> { in try_from() method
|
/external/rust/crates/tokio/src/net/ |
D | udp.rs | 1404 fn try_from(stream: std::net::UdpSocket) -> Result<Self, Self::Error> { in try_from() method
|
/external/crosvm/hypervisor/src/kvm/ |
D | mod.rs | 1063 fn try_from(cap: &'a HypervisorCap) -> Result<KvmCap> { in try_from() method
|
/external/rust/crates/url/src/ |
D | lib.rs | 2501 fn try_from(s: &'a str) -> Result<Self, Self::Error> { in try_from() method
|