/aosp_15_r20/external/crosvm/devices/src/virtio/video/ |
H A D | resource.rs | 74 fn try_clone(&self) -> Result<Self, base::Error>; in try_clone() method 97 fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method 141 fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method 163 fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method 362 pub fn try_clone(&self) -> Result<Self, base::Error> { in try_clone() method
|
/aosp_15_r20/trusty/user/base/lib/trusty-std/src/ |
D | clone_ext.rs | 43 fn try_clone(&self) -> Result<Self, Self::Error>; in try_clone() method 50 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method 132 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
|
/aosp_15_r20/external/crosvm/devices/src/ |
H A D | irq_event.rs | 21 pub fn try_clone(&self) -> Result<IrqEdgeEvent> { in try_clone() method 71 pub fn try_clone(&self) -> Result<IrqLevelEvent> { in try_clone() method
|
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/ |
H A D | mod.rs | 83 fn try_clone(&self) -> Result<Self> in try_clone() method 356 pub fn try_clone(&self) -> Result<Self> in try_clone() method 415 fn try_clone(&self) -> Result<Self> in try_clone() method 719 fn try_clone(&self) -> Result<Self> in try_clone() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/maybe_polyfill/no_std/os/fd/ |
D | owned.rs | 98 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method 118 pub fn try_clone(&self) -> crate::io::Result<Self> { in try_clone() method
|
/aosp_15_r20/external/crosvm/net_util/src/sys/linux/ |
H A D | tap.rs | 133 pub fn try_clone(&self) -> Result<Tap> { in try_clone() method 418 fn try_clone(&self) -> Result<Self> { in try_clone() method 637 fn try_clone(&self) -> Result<Self> { in try_clone() method
|
/aosp_15_r20/external/crosvm/hypervisor/src/ |
H A D | lib.rs | 101 fn try_clone(&self) -> Result<Self> in try_clone() method 112 fn try_clone(&self) -> Result<Self> in try_clone() method 323 fn try_clone(&self) -> Result<Self> in try_clone() method
|
/aosp_15_r20/external/crosvm/swap/src/ |
H A D | userfaultfd.rs | 228 pub fn try_clone(&self) -> anyhow::Result<Self> { in try_clone() method 397 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | opaque_key.rs | 194 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method 233 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method 417 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method 767 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method
|
/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/ |
H A D | windows.rs | 103 fn try_clone(&self) -> Result<Self> { in try_clone() method 230 fn try_clone(&self) -> Result<Self> { in try_clone() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vsock/src/ |
D | lib.rs | 105 pub fn try_clone(&self) -> Result<Self> { in try_clone() method 238 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
|
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | mod.rs | 203 fn try_clone(&self) -> Result<Self> { in try_clone() method 547 fn try_clone(&self) -> Result<Self> { in try_clone() method 892 fn try_clone(&self) -> Result<Self> { in try_clone() method
|
/aosp_15_r20/external/openthread/script/ |
H A D | git-tool | 79 try_clone() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/ |
H A D | tcp.rs | 254 pub fn try_clone(&self) -> io::Result<TcpStream> { in try_clone() method 806 pub fn try_clone(&self) -> io::Result<TcpListener> { in try_clone() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | tcp.rs | 254 pub fn try_clone(&self) -> io::Result<TcpStream> { in try_clone() method 806 pub fn try_clone(&self) -> io::Result<TcpListener> { in try_clone() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | tcp.rs | 254 pub fn try_clone(&self) -> io::Result<TcpStream> { in try_clone() method 806 pub fn try_clone(&self) -> io::Result<TcpListener> { in try_clone() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/ |
H A D | tcp.rs | 254 pub fn try_clone(&self) -> io::Result<TcpStream> { in try_clone() method 806 pub fn try_clone(&self) -> io::Result<TcpListener> { in try_clone() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/ |
H A D | tcp.rs | 254 pub fn try_clone(&self) -> io::Result<TcpStream> { in try_clone() method 806 pub fn try_clone(&self) -> io::Result<TcpListener> { in try_clone() method
|
/aosp_15_r20/external/crosvm/disk/src/ |
H A D | disk.rs | 187 fn try_clone(&self) -> io::Result<Box<dyn DiskFile>> { in try_clone() method 284 fn try_clone(&self) -> io::Result<Box<dyn DiskFile>> { in try_clone() method
|
/aosp_15_r20/external/crosvm/base/src/sys/linux/ |
H A D | vsock.rs | 324 pub fn try_clone(&self) -> io::Result<Self> { in try_clone() method 382 pub fn try_clone(&self) -> io::Result<VsockStream> { in try_clone() method
|
/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | multi_process_mutex.rs | 84 pub fn try_clone(&self) -> Result<Self> { in try_clone() method
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/windows/ |
H A D | event.rs | 29 pub fn try_clone(&self) -> RutabagaResult<Event> { in try_clone() method
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/stub/ |
H A D | event.rs | 29 pub fn try_clone(&self) -> RutabagaResult<Event> { in try_clone() method
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_os/sys/linux/ |
H A D | event.rs | 44 pub fn try_clone(&self) -> RutabagaResult<Event> { in try_clone() method
|
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/ |
H A D | mod.rs | 560 fn try_clone(&self) -> Result<Self> { in try_clone() method 873 fn try_clone(&self) -> Result<Self> { in try_clone() method 1112 fn try_clone(&self) -> Result<Self> { in try_clone() method
|