Home
last modified time | relevance | path

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

12

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/ci/
Dtsan.sh9 cargo test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test test_buf_mut
13 cargo -Zbuild-std test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test t…
/external/rust/android-crates-io/crates/bytes/ci/
Dtsan.sh9 cargo test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test test_buf_mut
13 cargo -Zbuild-std test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test t…
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/ci/
Dtsan.sh9 cargo test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test test_buf_mut
13 cargo -Zbuild-std test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test t…
/external/mesa3d/src/compiler/rust/
Dmemstream.rs159 let test_bytes = test_c_str.as_bytes(); in test_memstream() localVariable
163 test_bytes.as_ptr().cast(), in test_memstream()
165 test_bytes.len(), in test_memstream()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/
DCargo.toml59 name = "test_bytes"
60 path = "tests/test_bytes.rs"
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/
DCargo.toml59 name = "test_bytes"
60 path = "tests/test_bytes.rs"
/external/rust/android-crates-io/crates/bytes/
DCargo.toml64 name = "test_bytes"
65 path = "tests/test_bytes.rs"
DAndroid.bp93 crate_name: "test_bytes",
96 crate_root: "tests/test_bytes.rs",
/external/rust/android-crates-io/crates/vm-memory/src/bitmap/
Dmod.rs227 pub fn test_bytes<F, G, M, A>(bytes: &M, check_range_fn: F, address_fn: G, step: usize) in test_bytes() function
324 test_bytes( in test_guest_memory_region()
379 test_bytes( in test_guest_memory_and_region()
/external/rust/android-crates-io/extra_versions/crates/vm-memory/src/bitmap/
Dmod.rs227 pub fn test_bytes<F, G, M, A>(bytes: &M, check_range_fn: F, address_fn: G, step: usize) in test_bytes() function
322 test_bytes( in test_guest_memory_region()
377 test_bytes( in test_guest_memory_and_region()
/external/pigweed/pw_tokenizer/py/
Dencode_test.py67 def test_bytes(self): member in TestEncodeTokenized
/external/rust/android-crates-io/crates/serde_bytes/tests/
Dtest_serde.rs5 fn test_bytes() { in test_bytes() function
/external/rust/android-crates-io/crates/ring/tests/
Daead_tests.rs558 let test_bytes: Vec<u8> = (0..32).collect(); in test_aead_lesssafekey_clone_for_algorithm() localVariable
559 let key_bytes = &test_bytes[..algorithm.key_len()]; in test_aead_lesssafekey_clone_for_algorithm()
560 let nonce_bytes = &test_bytes[..algorithm.nonce_len()]; in test_aead_lesssafekey_clone_for_algorithm()
/external/python/cpython3/Lib/test/test_json/
Dtest_decode.py25 def test_bytes(self): member in TestDecode
/external/rust/crates/openssl/src/
Dpkey.rs1163 let mut test_bytes = vec![0u8; 32]; in test_raw_hmac() localVariable
1164 rand_bytes(&mut test_bytes).unwrap(); in test_raw_hmac()
1166 let hmac_key = PKey::hmac(&test_bytes).unwrap(); in test_raw_hmac()
1170 assert_eq!(key_bytes, test_bytes); in test_raw_hmac()
/external/python/cpython3/Lib/test/test_gdb/
Dtest_pretty_print.py93 def test_bytes(self): member in PrettyPrintTests
/external/python/cpython3/Lib/test/
Dtest_dbm_ndbm.py74 def test_bytes(self): member in DbmTestCase
Dtest_dbm_gnu.py135 def test_bytes(self): member in TestGdbm
Dtest_fnmatch.py74 def test_bytes(self): member in FnmatchTestCase
Dtest_android.py264 def test_bytes(self): member in TestAndroidOutput
Dtest_marshal.py103 def test_bytes(self): member in StringTestCase
417 def test_bytes(self, size): member in LargeValuesTestCase
/external/rust/android-crates-io/crates/serde_yaml/tests/
Dtest_error.rs123 fn test_bytes() { in test_bytes() function
/external/rust/android-crates-io/extra_versions/crates/vm-memory/src/
Dbytes.rs510 fn test_bytes() {
/external/rust/android-crates-io/crates/vm-memory/src/
Dbytes.rs527 fn test_bytes() {
/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_factory.py302 def test_bytes(self): member in TextFactoryTestsWithEmbeddedZeroBytes

12