/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/ci/ |
D | tsan.sh | 9 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/ |
D | tsan.sh | 9 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/ |
D | tsan.sh | 9 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/ |
D | memstream.rs | 159 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/ |
D | Cargo.toml | 59 name = "test_bytes" 60 path = "tests/test_bytes.rs"
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/ |
D | Cargo.toml | 59 name = "test_bytes" 60 path = "tests/test_bytes.rs"
|
/external/rust/android-crates-io/crates/bytes/ |
D | Cargo.toml | 64 name = "test_bytes" 65 path = "tests/test_bytes.rs"
|
D | Android.bp | 93 crate_name: "test_bytes", 96 crate_root: "tests/test_bytes.rs",
|
/external/rust/android-crates-io/crates/vm-memory/src/bitmap/ |
D | mod.rs | 227 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/ |
D | mod.rs | 227 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/ |
D | encode_test.py | 67 def test_bytes(self): member in TestEncodeTokenized
|
/external/rust/android-crates-io/crates/serde_bytes/tests/ |
D | test_serde.rs | 5 fn test_bytes() { in test_bytes() function
|
/external/rust/android-crates-io/crates/ring/tests/ |
D | aead_tests.rs | 558 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/ |
D | test_decode.py | 25 def test_bytes(self): member in TestDecode
|
/external/rust/crates/openssl/src/ |
D | pkey.rs | 1163 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/ |
D | test_pretty_print.py | 93 def test_bytes(self): member in PrettyPrintTests
|
/external/python/cpython3/Lib/test/ |
D | test_dbm_ndbm.py | 74 def test_bytes(self): member in DbmTestCase
|
D | test_dbm_gnu.py | 135 def test_bytes(self): member in TestGdbm
|
D | test_fnmatch.py | 74 def test_bytes(self): member in FnmatchTestCase
|
D | test_android.py | 264 def test_bytes(self): member in TestAndroidOutput
|
D | test_marshal.py | 103 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/ |
D | test_error.rs | 123 fn test_bytes() { in test_bytes() function
|
/external/rust/android-crates-io/extra_versions/crates/vm-memory/src/ |
D | bytes.rs | 510 fn test_bytes() {
|
/external/rust/android-crates-io/crates/vm-memory/src/ |
D | bytes.rs | 527 fn test_bytes() {
|
/external/python/cpython3/Lib/test/test_sqlite3/ |
D | test_factory.py | 302 def test_bytes(self): member in TextFactoryTestsWithEmbeddedZeroBytes
|