/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
D | test_lit.rs | 148 fn test_byte(s: &str, value: u8) { in bytes() function 160 test_byte(r#" b'a' "#, b'a'); in bytes() 161 test_byte(r#" b'\n' "#, b'\n'); in bytes() 162 test_byte(r#" b'\r' "#, b'\r'); in bytes() 163 test_byte(r#" b'\t' "#, b'\t'); in bytes() 164 test_byte(r#" b'\'' "#, b'\''); in bytes() 165 test_byte(r#" b'"' "#, b'"'); in bytes() 166 test_byte(r#" b'a'q "#, b'a'); in bytes()
|
/external/rust/android-crates-io/crates/syn/tests/ |
D | test_lit.rs | 149 fn test_byte(s: &str, value: u8) { in bytes() function 161 test_byte(r#" b'a' "#, b'a'); in bytes() 162 test_byte(r#" b'\n' "#, b'\n'); in bytes() 163 test_byte(r#" b'\r' "#, b'\r'); in bytes() 164 test_byte(r#" b'\t' "#, b'\t'); in bytes() 165 test_byte(r#" b'\'' "#, b'\''); in bytes() 166 test_byte(r#" b'"' "#, b'"'); in bytes() 167 test_byte(r#" b'a'q "#, b'a'); in bytes()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/ |
D | test_lit.rs | 148 fn test_byte(s: &str, value: u8) { in bytes() function 160 test_byte(r#" b'a' "#, b'a'); in bytes() 161 test_byte(r#" b'\n' "#, b'\n'); in bytes() 162 test_byte(r#" b'\r' "#, b'\r'); in bytes() 163 test_byte(r#" b'\t' "#, b'\t'); in bytes() 164 test_byte(r#" b'\'' "#, b'\''); in bytes() 165 test_byte(r#" b'"' "#, b'"'); in bytes() 166 test_byte(r#" b'a'q "#, b'a'); in bytes()
|
/external/python/rsa/tests/ |
D | test_compat.py | 24 def test_byte(self): member in TestByte
|
/external/python/cpython3/Lib/test/test_capi/ |
D | test_structmembers.py | 111 def test_byte(self): member in ReadWriteTests
|
/external/coreboot/src/device/oprom/x86emu/ |
D | prim_ops.h | 112 void test_byte (u8 d, u8 s); 206 #define test_byte(d,s) test_byte_asm(&M.x86.R_EFLG,d,s) macro
|
D | ops.c | 1653 test_byte(destval, *srcreg); in x86emuOp_test_byte_RM_R() 1660 test_byte(*destreg, *srcreg); in x86emuOp_test_byte_RM_R() 2728 test_byte(M.x86.R_AL, (u8)imm); in x86emuOp_test_AL_IMM() 4550 test_byte(destval, srcval); in x86emuOp_opcF6_byte_RM() 4597 test_byte(*destreg, srcval); in x86emuOp_opcF6_byte_RM()
|
D | prim_ops.c | 1794 void test_byte(u8 d, u8 s) in test_byte() function
|
/external/python/cpython3/Lib/test/test_ctypes/ |
D | test_cfuncs.py | 20 def test_byte(self): member in CFunctions
|
D | test_callbacks.py | 44 def test_byte(self): member in Callbacks
|