/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/ |
D | hash_quality_test.rs | 340 fn test_sparse<T: Hasher>(hasher: impl Fn() -> T) { in test_sparse() function 436 test_sparse(|| AHasher::new_with_keys(0, 0)); in test_no_sparse_collisions() 437 test_sparse(|| AHasher::new_with_keys(1, 2)); in test_no_sparse_collisions() 531 test_sparse(|| AHasher::test_with_keys(0, 0)); in aes_no_sparse_collisions() 532 test_sparse(|| AHasher::test_with_keys(1, 2)); in aes_no_sparse_collisions()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/ |
D | spooled.rs | 204 fn test_sparse(t: &mut SpooledTempFile) { in test_sparse() function 217 test_sparse(&mut t); in test_sparse_buffer() 223 test_sparse(&mut t); in test_sparse_file()
|
/aosp_15_r20/external/google-smali/baksmali/src/test/resources/SwitchTest/ |
H A D | UnorderedSparseSwitchInput.smali | 4 .method public static test_sparse-switch()V
|
H A D | UnorderedSparseSwitchOutput.smali | 3 .method public static test_sparse-switch()V
|
/aosp_15_r20/external/liburing/test/ |
H A D | file-register.c | 299 static int test_sparse(struct io_uring *ring) in test_sparse() function 865 ret = test_sparse(&ring); in main()
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/ |
H A D | test_index_tricks.py | 259 def test_sparse(self): member in TestGrid
|
H A D | test_function_base.py | 2317 def test_sparse(self): member in TestMeshgrid
|
/aosp_15_r20/external/pytorch/test/torch_np/ |
H A D | test_ndarray_methods.py | 162 def test_sparse(self): member in TestNonzero
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/ |
H A D | sparse_cross_op_test.py | 506 def test_sparse(self): member in SparseCrossV2OpTest
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_tempfile.py | 933 def test_sparse(self): member in test_SpooledTemporaryFile
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_numeric.py | 1087 def test_sparse(self): member in TestNonzeroAndCountNonzero 2890 def test_sparse(self): member in TestIndices
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_tempfile.py | 1170 def test_sparse(self): member in TestSpooledTemporaryFile
|
/aosp_15_r20/external/pytorch/ |
H A D | .lintrunner.toml | 1146 'test/test_sparse.py',
|
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_quantized_module.py | 2004 def test_sparse(self): member in TestReferenceQuantizedModule
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_sparse_csr.py | 28 from test_sparse import CUSPARSE_SPMM_COMPLEX128_SUPPORTED, HIPSPARSE_SPMM_COMPLEX128_SUPPORTED
|
H A D | test_jit.py | 75 from jit.test_sparse import TestSparse # noqa: F401
|