/third_party/rust/crates/os_str_bytes/tests/ |
D | integration.rs | 40 assert_invalid_result(&common::test_bytes(INVALID_STRING)); in test_invalid() 52 assert_eq!(Ok(()), common::test_bytes(string)); in test_wtf8()
|
D | edge_cases.rs | 7 assert_eq!(Ok(()), common::test_bytes(b"\xED\xAB\xBE\xF4\x8D\xBC\x9A")); in test_complex()
|
D | random.rs | 20 fn test_bytes() -> Result<(), getrandom::Error> { in test_bytes() function
|
D | common.rs | 64 pub(crate) fn test_bytes(string: &[u8]) -> Result<()> {
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkey.rs | 1144 let mut test_bytes = vec![0u8; 32]; in test_raw_hmac() localVariable 1145 rand_bytes(&mut test_bytes).unwrap(); in test_raw_hmac() 1147 let hmac_key = PKey::hmac(&test_bytes).unwrap(); in test_raw_hmac() 1151 assert_eq!(key_bytes, test_bytes); in test_raw_hmac()
|
/third_party/python/Lib/test/ |
D | test_fnmatch.py | 73 def test_bytes(self): member in FnmatchTestCase
|
D | test_dbm_ndbm.py | 74 def test_bytes(self): member in DbmTestCase
|
D | test_dbm_gnu.py | 121 def test_bytes(self): member in TestGdbm
|
D | test_marshal.py | 101 def test_bytes(self): member in StringTestCase 334 def test_bytes(self, size): member in LargeValuesTestCase
|
D | test_symtable.py | 238 def test_bytes(self): member in SymtableTest
|
D | test_unparse.py | 248 def test_bytes(self): member in UnparseTestCase
|
D | test_gdb.py | 343 def test_bytes(self): member in PrettyPrintTests
|
D | test_plistlib.py | 500 def test_bytes(self): member in TestPlistlib
|
D | test__xxsubinterpreters.py | 393 def test_bytes(self): member in ShareableTypeTests
|
D | test_os.py | 2596 def test_bytes(self): member in ReadlinkTests 4304 def test_bytes(self): member in TestScandir
|
D | test_re.py | 2146 def test_bytes(self): member in PatternReprTests
|
D | pickletester.py | 1825 def test_bytes(self): member in AbstractPickleTests
|
/third_party/python/Lib/sqlite3/test/ |
D | factory.py | 282 def test_bytes(self): member in TextFactoryTestsWithEmbeddedZeroBytes
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 1860 diff --git a/Lib/test/test_bytes.py b/Lib/test/test_bytes.py 1862 --- a/Lib/test/test_bytes.py 1863 +++ b/Lib/test/test_bytes.py
|
/third_party/python/Doc/whatsnew/ |
D | 3.6.rst | 689 File "test/test_bytes.py", line 323 698 File "test/test_bytes.py", line 323 in test_hex
|
/third_party/python/Misc/ |
D | HISTORY | 6122 - Issue #16910: test_bytes, test_unicode, and test_userstring now work with
|