Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dcount.pass.cpp31 void test_count() in test_count() function
44 test_count<0>(); in main()
45 test_count<1>(); in main()
46 test_count<31>(); in main()
47 test_count<32>(); in main()
48 test_count<33>(); in main()
49 test_count<63>(); in main()
50 test_count<64>(); in main()
51 test_count<65>(); in main()
52 test_count<1000>(); in main()
/external/jemalloc/test/src/
Dtest.c3 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/autotest/frontend/afe/
Dtest.py63 failures, test_count = doctest.testmod(module)
64 print self._PRINT_AFTER % (test_count, module.__name__)
67 failures, test_count = doctest.testfile(path,
69 print self._PRINT_AFTER % (test_count, path)
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dunit_test.c15 tests[i].result.pass, tests[i].result.test_count); in run_tests()
21 result->test_count++; in test_begin()
26 printf("Subtest %u -> ", result->test_count); in test_check()
Dunit_test.h3 unsigned int test_count; member
/external/protobuf/conformance/
Dconformance_python.py48 test_count = 0 variable
121 global test_count
122 test_count += 1
129 "after %s tests, exiting\n" % (test_count))
Dconformance_cpp.cc58 int test_count = 0; variable
191 test_count++; in DoTestIo()
203 "after %d tests, exiting\n", test_count); in main()
/external/libusb/tests/
Dtestlib.c180 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()
Dlibusb_testlib.h53 int test_count; member
/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/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py570 test_count = 0
575 test_count += test_results[result]
589 test_count, test_passes, test_failures)
591 if self._filter and test_count == 0 and options[
605 self._gpu_type, test_failures, test_count))
607 (self._gpu_type, test_failures, test_count))
/external/autotest/client/site_tests/kernel_CheckArmErrata/
Dkernel_CheckArmErrata.py438 failure_count, test_count = doctest.testmod(
447 test_count, failure_count)
/external/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c189 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()
516 bitmap->stats.test_count++; in ext2fs_test_generic_bmap()
Dbmap64.h21 unsigned long test_count; member
Dblkmap64_rb.c932 test_all = bitmap->stats.test_count + bitmap->stats.test_ext_count; in rb_print_stats()
/external/kernel-headers/original/uapi/linux/
Dcyclades.h172 __u32 test_count; /* Test Count Register */ member
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc67 int test_count() const { return test_count_; } in test_count() function in base::__anon9ed8289d0111::Foo
849 EXPECT_EQ(foo->test_count(), 1); in TEST()
967 EXPECT_EQ(1, foo->test_count()); in TEST()
Dmessage_loop_test.cc59 int test_count() const { return test_count_; } in test_count() function in base::test::__anon026c39dd0111::Foo
120 EXPECT_EQ(foo->test_count(), 105); in RunTest_PostTask()
/external/jsmn/
Djsmn_test.c502 int test_count() { in test_count() function
617 test(test_count, "test tokens count estimation"); in main()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc2458 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument
2459 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2458 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument
2459 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
/external/protobuf/gtest/src/
Dgtest.cc2482 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument
2483 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
/external/mesa3d/src/gtest/src/
Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument
2488 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc2488 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument
2489 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc2487 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument
2488 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()

12