Searched refs:test_count (Results 1 - 25 of 42) sorted by relevance

12

/external/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dcount.pass.cpp31 void test_count() function
44 test_count<0>();
45 test_count<1>();
46 test_count<31>();
47 test_count<32>();
48 test_count<33>();
49 test_count<63>();
50 test_count<64>();
51 test_count<65>();
52 test_count<100
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c43 tests[i].result.pass, tests[i].result.test_count);
44 if (tests[i].result.pass != tests[i].result.test_count) {
53 result->test_count++;
58 printf("Subtest %u -> ", result->test_count);
H A Dunit_test.h29 unsigned int test_count; member in struct:test_result
/external/jemalloc/test/src/
H A Dtest.c3 static unsigned test_count = 0; variable
50 test_count++;
90 test_counts[test_status_pass], test_count,
92 test_counts[test_status_skip], test_count,
94 test_counts[test_status_fail], test_count);
/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
H A Drt_sigprocmask02.c88 int test_count = sizeof(test_cases) / sizeof(struct test_case_t); variable
106 for (i = 0; i < test_count; i++) {
/external/autotest/frontend/afe/
H A 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/libusb/tests/
H A Dlibusb_testlib.h53 int test_count; member in struct:__anon11756
H A Dtestlib.c180 ctx.test_count = 0;
209 ctx.test_count = argc - j;
241 if (ctx.test_count > 0) {
244 for (i = 0; i < ctx.test_count; ++i) {
249 if (i >= ctx.test_count) {
/external/protobuf/conformance/
H A Dconformance_ruby.rb35 $test_count = 0
111 $test_count += 1
119 "after #{$test_count} tests, exiting")
H A Dconformance_python.py48 test_count = 0 variable
121 global test_count
122 test_count += 1
129 "after %s tests, exiting\n" % (test_count))
H A Dconformance_cpp.cc58 int test_count = 0; variable
191 test_count++;
203 "after %d tests, exiting\n", test_count);
/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h21 unsigned long test_count; member in struct:ext2_bmap_statistics
H A Dgen_bitmap64.c189 if (stats->test_count) {
191 stats->test_count) * 100;
193 stats->test_count) * 100;
225 stats->test_count, stats->mark_ext_count);
516 bitmap->stats.test_count++;
H A Dblkmap64_rb.c932 test_all = bitmap->stats.test_count + bitmap->stats.test_ext_count;
/external/autotest/client/site_tests/kernel_CheckArmErrata/
H A Dkernel_CheckArmErrata.py438 failure_count, test_count = doctest.testmod(
447 test_count, failure_count)
/external/autotest/client/site_tests/graphics_dEQP/
H A Dgraphics_dEQP.py606 test_count = 0
611 test_count += test_results[result]
622 test_count, test_passes, test_failures)
624 if self._filter and test_count == 0 and options[
630 (self._gpu_type, test_failures, test_count))
/external/python/cpython2/Lib/test/
H A Dregrtest.py490 test_count = ''
494 test_count = '/{}'.format(len(selected))
495 test_count_width = len(test_count) - 1
572 test_count_width, test_index, test_count,
585 test_count_width, test_index, test_count, len(bad), test))
H A Dseq_tests.py346 def test_count(self): member in class:CommonTest
H A Dtest_itertools.py346 def test_count(self): member in class:TestBasicOps
1026 def test_count(self): member in class:TestExamples
1114 def test_count(self): member in class:TestGC
H A Dtest_bigmem.py80 def test_count(self, size): member in class:StrTest
949 def test_count(self, size): member in class:ListTest
H A Dlist_tests.py335 def test_count(self): member in class:CommonTest
/external/kernel-headers/original/uapi/linux/
H A Dcyclades.h172 __u32 test_count; /* Test Count Register */ member in struct:CUSTOM_REG
/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc67 int test_count() const { return test_count_; } function in class:base::__anon10053::Foo
849 EXPECT_EQ(foo->test_count(), 1);
967 EXPECT_EQ(1, foo->test_count());
H A Dmessage_loop_test.cc59 int test_count() const { return test_count_; } function in class:base::test::__anon10052::Foo
120 EXPECT_EQ(foo->test_count(), 105);
/external/jsmn/
H A Djsmn_test.c502 int test_count() { function
617 test(test_count, "test tokens count estimation");

Completed in 3000 milliseconds

12