Home
last modified time | relevance | path

Searched defs:test_count (Results 1 – 25 of 106) sorted by relevance

12345

/aosp_15_r20/external/pytorch/benchmarks/sparse/
H A Dspmv.py9 def test_sparse_csr(m, nnz, test_count): argument
26 def test_sparse_coo(m, nnz, test_count): argument
43 def test_sparse_coo_and_csr(m, nnz, test_count): argument
90 test_count = args.test_count variable
H A Dspmm.py9 def test_sparse_csr(m, n, k, nnz, test_count): argument
26 def test_sparse_coo(m, n, k, nnz, test_count): argument
43 def test_sparse_coo_and_csr(m, n, k, nnz, test_count): argument
92 test_count = args.test_count variable
/aosp_15_r20/external/libaom/test/
H A Dintra_edge_test.cc99 const int test_count = 10000000; in TEST_P() local
185 const int test_count = 10000000; in TEST_P() local
257 const int test_count = 10000000; in TEST_P() local
319 const int test_count = 10000000; in TEST_P() local
H A Dsad_test.cc314 int test_count = 20000000; in SpeedSAD() local
618 int test_count = 2000; in TEST_P() local
673 int test_count = 2000; in TEST_P() local
731 int test_count = 2000; in TEST_P() local
781 int test_count = 2000; in TEST_P() local
841 int test_count = 1000; in TEST_P() local
923 int test_count = 1000; in TEST_P() local
1005 int test_count = 1000; in TEST_P() local
/aosp_15_r20/external/rust/android-crates-io/crates/threadpool/src/
Dlib.rs1054 let test_count = Arc::new(AtomicUsize::new(0)); in test_repeate_join() localVariable
1057 let test_count = test_count.clone(); in test_repeate_join() localVariable
1069 let test_count = test_count.clone(); in test_repeate_join() localVariable
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dconformance_php.php26 $test_count = 0; variable
H A Dconformance_python.py50 test_count = 0 variable
H A Dconformance_cpp.cc70 int test_count = 0; variable
/aosp_15_r20/external/protobuf/conformance/
H A Dconformance_php.php26 $test_count = 0; variable
H A Dconformance_python.py50 test_count = 0 variable
H A Dconformance_cpp.cc70 int test_count = 0; variable
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_text.py43 def test_count(self): member in TextTest
/aosp_15_r20/external/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dcount.pass.cpp35 void test_count() in test_count() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dcount.cpp66 void test_count() in test_count() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/template.bitset/bitset.members/
H A Dcount.pass.cpp20 TEST_CONSTEXPR_CXX23 void test_count() { in test_count() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_itertools.py346 def test_count(self): member in TestBasicOps
1031 def test_count(self): member in TestExamples
1161 def test_count(self): member in TestGC
/aosp_15_r20/system/nvram/core/tests/
H A Dgtest_stubs.cpp26 int test_count = 0; in RunAllTests() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
H A Drt_sigprocmask02.c88 int test_count = sizeof(test_cases) / sizeof(struct test_case_t); variable
/aosp_15_r20/external/libusb/tests/
H A Dtestlib.c86 int test_count = 0; in libusb_testlib_run_tests() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Dif_tests.cpp47 unsigned int test_count = 0; variable
Dfor_tests.cpp69 unsigned int test_count = 0; variable
Dwhile_tests.cpp69 unsigned int test_count = 0; variable
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_probe_count.py55 def test_count(self): member in TestAutoKprobe
/aosp_15_r20/trusty/user/base/lib/unittest/
Dunittest.c138 int unittest_main(struct unittest** tests, size_t test_count) { in unittest_main()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_itertools.py529 def test_count(self): member in TestBasicOps
1708 def test_count(self): member in TestExamples
1842 def test_count(self): member in TestGC

12345