Home
last modified time | relevance | path

Searched refs:test_bytes (Results 1 – 21 of 21) sorted by relevance

/third_party/rust/crates/os_str_bytes/tests/
Dintegration.rs40 assert_invalid_result(&common::test_bytes(INVALID_STRING)); in test_invalid()
52 assert_eq!(Ok(()), common::test_bytes(string)); in test_wtf8()
Dedge_cases.rs7 assert_eq!(Ok(()), common::test_bytes(b"\xED\xAB\xBE\xF4\x8D\xBC\x9A")); in test_complex()
Drandom.rs20 fn test_bytes() -> Result<(), getrandom::Error> { in test_bytes() function
Dcommon.rs64 pub(crate) fn test_bytes(string: &[u8]) -> Result<()> {
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs1144 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/
Dtest_fnmatch.py73 def test_bytes(self): member in FnmatchTestCase
Dtest_dbm_ndbm.py74 def test_bytes(self): member in DbmTestCase
Dtest_dbm_gnu.py121 def test_bytes(self): member in TestGdbm
Dtest_marshal.py101 def test_bytes(self): member in StringTestCase
334 def test_bytes(self, size): member in LargeValuesTestCase
Dtest_symtable.py238 def test_bytes(self): member in SymtableTest
Dtest_unparse.py248 def test_bytes(self): member in UnparseTestCase
Dtest_gdb.py343 def test_bytes(self): member in PrettyPrintTests
Dtest_plistlib.py500 def test_bytes(self): member in TestPlistlib
Dtest__xxsubinterpreters.py393 def test_bytes(self): member in ShareableTypeTests
Dtest_os.py2596 def test_bytes(self): member in ReadlinkTests
4304 def test_bytes(self): member in TestScandir
Dtest_re.py2146 def test_bytes(self): member in PatternReprTests
Dpickletester.py1825 def test_bytes(self): member in AbstractPickleTests
/third_party/python/Lib/sqlite3/test/
Dfactory.py282 def test_bytes(self): member in TextFactoryTestsWithEmbeddedZeroBytes
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1860 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/
D3.6.rst689 File "test/test_bytes.py", line 323
698 File "test/test_bytes.py", line 323 in test_hex
/third_party/python/Misc/
DHISTORY6122 - Issue #16910: test_bytes, test_unicode, and test_userstring now work with