/external/libcxx/test/std/utilities/template.bitset/bitset.members/ |
D | count.pass.cpp | 35 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/jemalloc/test/src/ |
D | test.c | 3 static unsigned test_count = 0; variable 50 test_count++; in p_test_init() 90 test_counts[test_status_pass], test_count, in p_test_impl() 92 test_counts[test_status_skip], test_count, in p_test_impl() 94 test_counts[test_status_fail], test_count); in p_test_impl()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | unit_test.c | 43 tests[i].result.pass, tests[i].result.test_count); in run_tests() 44 if (tests[i].result.pass != tests[i].result.test_count) { in run_tests() 53 result->test_count++; in test_begin() 58 printf("Subtest %u -> ", result->test_count); in test_check()
|
D | unit_test.h | 29 unsigned int test_count; member
|
/external/libaom/libaom/test/ |
D | intra_edge_test.cc | 280 const int test_count = 10000000; in TEST_P() local 286 for (int iter = 0; iter < test_count; ++iter) { in TEST_P() 292 const int test_count = 10000000; in TEST_P() local 300 for (int iter = 0; iter < test_count; ++iter) { in TEST_P() 306 const int test_count = 10000000; in TEST_P() local 313 for (int iter = 0; iter < test_count; ++iter) { in TEST_P() 321 const int test_count = 10000000; in TEST_P() local 330 for (int iter = 0; iter < test_count; ++iter) { in TEST_P()
|
D | sad_test.cc | 365 int test_count = 20000000; in SpeedSAD() local 366 while (test_count > 0) { in SpeedSAD() 368 test_count -= 1; in SpeedSAD() 455 int test_count = 20000000; in SpeedSAD() local 456 while (test_count > 0) { in SpeedSAD() 458 test_count -= 1; in SpeedSAD() 546 int test_count = 2000; in TEST_P() local 547 while (test_count > 0) { in TEST_P() 551 test_count -= 1; in TEST_P() 606 int test_count = 2000; in TEST_P() local [all …]
|
/external/jemalloc_new/test/src/ |
D | test.c | 5 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/protobuf/conformance/ |
D | conformance_python.py | 48 test_count = 0 variable 121 global test_count 122 test_count += 1 129 "after %s tests, exiting\n" % (test_count))
|
D | conformance_cpp.cc | 58 int test_count = 0; variable 191 test_count++; in DoTestIo() 203 "after %d tests, exiting\n", test_count); in main()
|
/external/libusb/tests/ |
D | testlib.c | 180 ctx.test_count = 0; in libusb_testlib_run_tests() 209 ctx.test_count = argc - j; in libusb_testlib_run_tests() 241 if (ctx.test_count > 0) { in libusb_testlib_run_tests() 244 for (i = 0; i < ctx.test_count; ++i) { in libusb_testlib_run_tests() 249 if (i >= ctx.test_count) { in libusb_testlib_run_tests()
|
D | libusb_testlib.h | 53 int test_count; member
|
/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/ |
D | rt_sigprocmask02.c | 88 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/ |
D | generator.pass.cpp | 75 void test_count() { in test_count() function 100 test_count(); in main()
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 618 test_count = 0 623 test_count += test_results[result] 634 test_count, test_passes, test_failures) 636 if self._filter and test_count == 0 and options[ 642 (self._gpu_type, test_failures, test_count))
|
/external/autotest/client/site_tests/kernel_CheckArmErrata/ |
D | kernel_CheckArmErrata.py | 438 failure_count, test_count = doctest.testmod( 447 test_count, failure_count)
|
/external/e2fsprogs/lib/ext2fs/ |
D | gen_bitmap64.c | 189 if (stats->test_count) { in ext2fs_print_bmap_statistics() 191 stats->test_count) * 100; in ext2fs_print_bmap_statistics() 193 stats->test_count) * 100; in ext2fs_print_bmap_statistics() 225 stats->test_count, stats->mark_ext_count); in ext2fs_print_bmap_statistics() 535 bitmap->stats.test_count++; in ext2fs_test_generic_bmap()
|
D | bmap64.h | 21 unsigned long test_count; member
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | main.py | 98 self.test_count = '' 504 self.test_count = '' 508 self.test_count = '/{}'.format(len(self.selected)) 509 self.test_count_width = len(self.test_count) - 1
|
/external/jsmn/test/ |
D | tests.c | 292 int test_count(void) { in test_count() function 402 test(test_count, "test tokens count estimation"); in main()
|
/external/bcc/tests/python/ |
D | test_probe_count.py | 55 def test_count(self): member in TestAutoKprobe
|
/external/kernel-headers/original/uapi/linux/ |
D | cyclades.h | 173 __u32 test_count; /* Test Count Register */ member
|
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 660 test_count = '' 664 test_count = '/{}'.format(len(selected)) 665 test_count_width = len(test_count) - 1 669 line = "{1:{0}}{2}".format(test_count_width, test_index, test_count)
|
D | seq_tests.py | 346 def test_count(self): member in CommonTest
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 668 const int64 test_count = 2; in TEST_F() local 670 std::vector<XlaCompiler::CompilationResult> results(test_count); in TEST_F() 672 for (int64 i = 0; i < test_count; ++i) { in TEST_F() 697 for (int64 i = 1; i < test_count; ++i) { in TEST_F()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 89 int test_count() const { return test_count_; } in test_count() function in base::__anon9ed8289d0111::Foo 874 EXPECT_EQ(foo->test_count(), 105); in TEST_P() 2030 EXPECT_EQ(foo->test_count(), 1); in TEST_P() 2150 EXPECT_EQ(1, foo->test_count()); in TEST_P()
|