Home
last modified time | relevance | path

Searched defs:create_pair (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dtcp_stream.rs253 async fn create_pair() -> (TcpStream, TcpStream) { in create_pair() function
Duds_stream.rs196 async fn create_pair() -> (UnixStream, UnixStream) { in create_pair() function
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_ac.py46 def create_pair(B_I, O): function
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_client.rs695 fn create_pair() -> (BackendClient, Connection<FrontendReq>) { in create_pair() function
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs763 fn create_pair<P: AsRef<Path>>(path: P) -> (Master, Endpoint<MasterReq>) { in create_pair() function