Home
last modified time | relevance | path

Searched refs:cwr (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_itertools.py262 'Pure python version from cwr()'
302 cwr = combinations_with_replacement
303 self.assertRaises(TypeError, cwr, 'abc') # missing r argument
304 self.assertRaises(TypeError, cwr, 'abc', 2, 1) # too many arguments
305 self.assertRaises(TypeError, cwr, None) # pool is not iterable
306 self.assertRaises(ValueError, cwr, 'abc', -2) # r is negative
309 self.assertEqual(list(op(cwr('ABC', 2))),
311 testIntermediate = cwr('ABC', 2)
351 result = list(cwr(values, r))
375 self.pickletest(proto, cwr(value
[all...]
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3771 pub fn cwr(&self) -> __u16 { in cwr() functions
3782 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3821 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3822 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3769 pub fn cwr(&self) -> __u16 { in cwr() functions
3780 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3819 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3820 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3749 pub fn cwr(&self) -> __u16 { in cwr() functions
3760 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3799 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3800 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3817 pub fn cwr(&self) -> __u16 { in cwr() functions
3905 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3916 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3917 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3877 pub fn cwr(&self) -> __u16 { in cwr() functions
3965 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3976 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3977 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3845 pub fn cwr(&self) -> __u16 { in cwr() functions
3933 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3944 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3945 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3941 pub fn cwr(&self) -> __u16 { in cwr() functions
4029 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
4040 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
4041 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3855 pub fn cwr(&self) -> __u16 { in cwr() functions
3866 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3905 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3906 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs4056 pub fn cwr(&self) -> __u16 { in cwr() functions
4144 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
4155 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
4156 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3752 pub fn cwr(&self) -> __u16 { in cwr() functions
3840 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3851 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3852 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs4026 pub fn cwr(&self) -> __u16 { in cwr() functions
4114 pub fn new_bitfield_1(doff: __u16, res1: __u16, cwr: __u16, ece: __u16, urg: __u16, ack: __u16, psh: __u16, rst: __u16, syn: __u16, fin: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
4125 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
4126 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3798 pub fn cwr(&self) -> __u16 { in cwr() functions
3809 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3848 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3849 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs3886 pub fn cwr(&self) -> __u16 { in cwr() functions
3897 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3936 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3937 cwr as u64
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs3807 pub fn cwr(&self) -> __u16 { in cwr() functions
3818 pub fn new_bitfield_1(res1: __u16, doff: __u16, fin: __u16, syn: __u16, rst: __u16, psh: __u16, ack: __u16, urg: __u16, ece: __u16, cwr: __u16) -> __BindgenBitfieldUnit<[u8; 2usize]> { in new_bitfield_1()
3857 let cwr: u16 = unsafe { ::core::mem::transmute(cwr) };
3858 cwr as u64

Completed in 179 milliseconds