Home
last modified time | relevance | path

Searched refs:r0 (Results 1 – 4 of 4) sorted by relevance

/webrtc/util/src/vnet/resolver/
H A Dresolver_test.rs38 let mut r0 = Resolver::new(); in test_resolver_cascaded() localVariable
43 r0.add_host(name0.to_owned(), ip_addr0.to_owned())?; in test_resolver_cascaded()
52 r1.set_parent(Arc::new(Mutex::new(r0))); in test_resolver_cascaded()
/webrtc/rtp/src/codecs/vp9/
H A Dvp9_test.rs237 let mut r0 = 8692; in test_vp9_payloader_payload() localVariable
240 rands.push(vec![(r0 >> 8) as u8 | 0x80, (r0 & 0xFF) as u8]); in test_vp9_payloader_payload()
241 r0 += 1; in test_vp9_payloader_payload()
/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs79 r0 = handshake0ch_rx.recv() => { in create_new_association_pair()
80 if let Ok(c) = r0.unwrap() { in create_new_association_pair()
/webrtc/sctp/src/association/
H A Dassociation_test.rs76 r0 = handshake0ch_rx.recv() => { in create_new_association_pair()
77 if let Ok(c) = r0.unwrap() { in create_new_association_pair()