Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 25 of 91) sorted by relevance

1234

/external/cronet/stable/third_party/libc++/src/test/std/utilities/template.bitset/bitset.members/
Dcount.pass.cpp20 TEST_CONSTEXPR_CXX23 void test_count() { in test_count() function
34 test_count<0>(); in test()
35 test_count<1>(); in test()
36 test_count<31>(); in test()
37 test_count<32>(); in test()
38 test_count<33>(); in test()
39 test_count<63>(); in test()
40 test_count<64>(); in test()
41 test_count<65>(); in test()
48 test_count<1000>(); // not in constexpr because of constexpr evaluation step limits in main()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/template.bitset/bitset.members/
Dcount.pass.cpp20 TEST_CONSTEXPR_CXX23 void test_count() { in test_count() function
34 test_count<0>(); in test()
35 test_count<1>(); in test()
36 test_count<31>(); in test()
37 test_count<32>(); in test()
38 test_count<33>(); in test()
39 test_count<63>(); in test()
40 test_count<64>(); in test()
41 test_count<65>(); in test()
48 test_count<1000>(); // not in constexpr because of constexpr evaluation step limits in main()
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dcount.pass.cpp35 void test_count() in test_count() function
48 test_count<0>(); in main()
49 test_count<1>(); in main()
50 test_count<31>(); in main()
51 test_count<32>(); in main()
52 test_count<33>(); in main()
53 test_count<63>(); in main()
54 test_count<64>(); in main()
55 test_count<65>(); in main()
56 test_count<1000>(); in main()
/external/pytorch/benchmarks/sparse/
Dspmv.py9 def test_sparse_csr(m, nnz, test_count): argument
17 for _ in range(test_count):
26 def test_sparse_coo(m, nnz, test_count): argument
34 for _ in range(test_count):
43 def test_sparse_coo_and_csr(m, nnz, test_count): argument
51 for _ in range(test_count):
61 for _ in range(test_count):
90 test_count = args.test_count variable
96 time = test_sparse_csr(m, nnz, test_count)
98 time = test_sparse_coo(m, nnz, test_count)
[all …]
Dspmm.py9 def test_sparse_csr(m, n, k, nnz, test_count): argument
17 for _ in range(test_count):
26 def test_sparse_coo(m, n, k, nnz, test_count): argument
34 for _ in range(test_count):
43 def test_sparse_coo_and_csr(m, n, k, nnz, test_count): argument
51 for _ in range(test_count):
61 for _ in range(test_count):
92 test_count = args.test_count variable
100 time = test_sparse_csr(m, n, k, nnz, test_count)
102 time = test_sparse_coo(m, n, k, nnz, test_count)
[all …]
/external/libusb/tests/
Dtestlib.c86 int test_count = 0; in libusb_testlib_run_tests() local
117 test_count = argc - j; in libusb_testlib_run_tests()
150 if (test_count > 0) { in libusb_testlib_run_tests()
154 for (i = 0; i < test_count; i++) { in libusb_testlib_run_tests()
159 if (i == test_count) { in libusb_testlib_run_tests()
/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Dif_tests.cpp47 unsigned int test_count = 0; variable
67 ++test_count; in test_number()
216 ++test_count; in main()
226 ++test_count; in main()
243 cout << "All " << test_count << " if_p-tests passed.\n" in main()
246 cout << error_count << " of " << test_count << " if_p-tests failed\n" in main()
Dfor_tests.cpp69 unsigned int test_count = 0; variable
94 ++test_count; in test_for()
184 cout << "All " << test_count << " for_p-tests passed.\n" in main()
187 cout << error_count << " of " << test_count << " for_p-tests failed\n" in main()
Dwhile_tests.cpp69 unsigned int test_count = 0; variable
90 ++test_count; in test_while()
195 cout << "All " << test_count << " while_p-tests passed.\n" in main()
198 cout << error_count << " of " << test_count << " while_p-tests failed\n" in main()
/external/jemalloc_new/test/src/
Dtest.c5 static unsigned test_count = 0; variable
101 test_count++; in p_test_init()
161 test_counts[test_status_pass], test_count, in p_test_impl()
163 test_counts[test_status_skip], test_count, in p_test_impl()
165 test_counts[test_status_fail], test_count); in p_test_impl()
/external/libaom/test/
Dintra_edge_test.cc99 const int test_count = 10000000; in TEST_P() local
105 for (int iter = 0; iter < test_count; ++iter) { in TEST_P()
185 const int test_count = 10000000; in TEST_P() local
192 for (int iter = 0; iter < test_count; ++iter) { in TEST_P()
257 const int test_count = 10000000; in TEST_P() local
265 for (int iter = 0; iter < test_count; ++iter) { in TEST_P()
319 const int test_count = 10000000; in TEST_P() local
328 for (int iter = 0; iter < test_count; ++iter) { in TEST_P()
Dfirstpass_test.cc134 const int test_count = FIRSTPASS_INFO_STATIC_BUF_SIZE / 2; in TEST() local
135 for (int i = 0; i < test_count; ++i) { in TEST()
141 for (int i = 0; i < test_count; ++i) { in TEST()
151 for (int i = 0; i < test_count; ++i) { in TEST()
160 for (int i = 0; i < test_count; ++i) { in TEST()
/external/protobuf/conformance/
Dconformance_python.py50 test_count = 0 variable
204 global test_count
205 test_count += 1
212 "after %s tests, exiting\n" % (test_count))
Dconformance_php.php26 $test_count = 0; variable
117 "after %d tests, exiting\n", $test_count);
Dconformance_cpp.cc70 int test_count = 0; variable
249 test_count++; in DoTestIo()
264 "after %d tests, exiting\n", test_count); in main()
/external/cronet/stable/third_party/protobuf/conformance/
Dconformance_python.py50 test_count = 0 variable
204 global test_count
205 test_count += 1
212 "after %s tests, exiting\n" % (test_count))
Dconformance_php.php26 $test_count = 0; variable
117 "after %d tests, exiting\n", $test_count);
Dconformance_cpp.cc70 int test_count = 0; variable
249 test_count++; in DoTestIo()
264 "after %d tests, exiting\n", test_count); in main()
/external/cronet/tot/third_party/protobuf/conformance/
Dconformance_python.py50 test_count = 0 variable
204 global test_count
205 test_count += 1
212 "after %s tests, exiting\n" % (test_count))
Dconformance_php.php26 $test_count = 0; variable
117 "after %d tests, exiting\n", $test_count);
Dconformance_cpp.cc70 int test_count = 0; variable
249 test_count++; in DoTestIo()
264 "after %d tests, exiting\n", test_count); in main()
/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
Drt_sigprocmask02.c88 int test_count = sizeof(test_cases) / sizeof(struct test_case_t); variable
106 for (i = 0; i < test_count; i++) { in main()
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dgenerator.pass.cpp75 void test_count() { in test_count() function
100 test_count(); in main()
/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
1060 test_count.fetch_add(1, Ordering::Release); in test_repeate_join()
1066 assert_eq!(42, test_count.load(Ordering::Acquire)); in test_repeate_join()
1069 let test_count = test_count.clone(); in test_repeate_join() localVariable
1072 test_count.fetch_add(1, Ordering::Relaxed); in test_repeate_join()
1076 assert_eq!(84, test_count.load(Ordering::Relaxed)); in test_repeate_join()
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dcount.cpp66 void test_count() in test_count() function
82 test->add( BOOST_TEST_CASE( &boost::test_count ) ); in init_unit_test_suite()

1234