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

12

/external/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dcount.pass.cpp29 void test_count() function
42 test_count<0>();
43 test_count<1>();
44 test_count<31>();
45 test_count<32>();
46 test_count<33>();
47 test_count<63>();
48 test_count<64>();
49 test_count<65>();
50 test_count<100
[all...]
/external/v8/test/mjsunit/
H A Ddebug-multiple-breakpoints.js92 test_count = 10;
93 bps = new Array(test_count);
95 for (var i = 0; i < test_count; i++) {
99 for (var i = 0; i < test_count; i++) {
103 assertEquals(test_count * 2, break_point_hit_count);
105 assertEquals(test_count * 2, break_point_hit_count);
H A Dconstant-folding.js35 function test_count() { function
79 test_count();
/external/jemalloc/test/src/
H A Dtest.c3 static unsigned test_count = 0; variable
50 test_count++;
92 test_counts[test_status_pass], test_count,
94 test_counts[test_status_skip], test_count,
96 test_counts[test_status_fail], test_count);
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c15 tests[i].result.pass, tests[i].result.test_count);
21 result->test_count++;
26 printf("Subtest %u -> ", result->test_count);
H A Dunit_test.h3 unsigned int test_count; member in struct:test_result
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dgtest_progress_reporter.py39 test_count = len([test for test in suite])
40 unit = 'test' if test_count == 1 else 'tests'
41 self._Print('[----------]', test_count, unit)
48 test_count = len([test for test in suite])
49 unit = 'test' if test_count == 1 else 'tests'
51 self._Print('[----------]', test_count, unit,
/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/autotest/server/site_tests/firmware_PDConnect/
H A Dfirmware_PDConnect.py103 for test_count in range(1, total_attempts + 1):
105 test_count)
118 logging.info ('Attempts = %d: Connections = %d', test_count, success)
/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h21 unsigned long test_count; member in struct:ext2_bmap_statistics
H A Dgen_bitmap64.c188 if (stats->test_count) {
190 stats->test_count) * 100;
192 stats->test_count) * 100;
224 stats->test_count, stats->mark_ext_count);
514 bitmap->stats.test_count++;
H A Dblkmap64_rb.c842 test_all = bitmap->stats.test_count + bitmap->stats.test_ext_count;
/external/autotest/client/site_tests/graphics_dEQP/
H A Dgraphics_dEQP.py443 test_count = 0
447 test_count += test_results[result]
456 test_count, test_passes, test_failures)
458 if test_count == 0:
468 (test_failures, test_count))
/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.cc66 int test_count() const { return test_count_; } function in class:base::__anon9032::Foo
923 EXPECT_EQ(foo->test_count(), 1);
1041 EXPECT_EQ(1, foo->test_count());
H A Dmessage_loop_test.cc58 int test_count() const { return test_count_; } function in class:base::test::__anon9031::Foo
119 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");
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
H A Dtest_table.py2736 def test_count(self): member in class:TableTestCase
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2488 static internal::String FormatTestCount(int test_count) { argument
2489 return FormatCountableNoun(test_count, "test", "tests");
/external/gtest/src/
H A Dgtest.cc2487 static std::string FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2458 static internal::String FormatTestCount(int test_count) { argument
2459 return FormatCountableNoun(test_count, "test", "tests");
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/protobuf/gtest/src/
H A Dgtest.cc2482 static internal::String FormatTestCount(int test_count) { argument
2483 return FormatCountableNoun(test_count, "test", "tests");
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc2487 static std::string FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3971 static std::string FormatTestCount(int test_count) { argument
3972 return FormatCountableNoun(test_count, "test", "tests");

Completed in 656 milliseconds

12