/external/libcxx/test/std/utilities/template.bitset/bitset.members/ |
D | count.pass.cpp | 29 void test_count() in test_count() function 42 test_count<0>(); in main() 43 test_count<1>(); in main() 44 test_count<31>(); in main() 45 test_count<32>(); in main() 46 test_count<33>(); in main() 47 test_count<63>(); in main() 48 test_count<64>(); in main() 49 test_count<65>(); in main() 50 test_count<1000>(); in main()
|
/external/v8/test/mjsunit/ |
D | debug-multiple-breakpoints.js | 92 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);
|
D | constant-folding.js | 35 function test_count() { function 79 test_count();
|
/external/jemalloc/test/src/ |
D | test.c | 3 static unsigned test_count = 0; variable 50 test_count++; in p_test_init() 92 test_counts[test_status_pass], test_count, in p_test() 94 test_counts[test_status_skip], test_count, in p_test() 96 test_counts[test_status_fail], test_count); in p_test()
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | gtest_progress_reporter.py | 39 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/ |
D | test.py | 63 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/ |
D | unit_test.c | 15 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()
|
D | unit_test.h | 3 unsigned int test_count; member
|
/external/autotest/server/site_tests/firmware_PDConnect/ |
D | firmware_PDConnect.py | 103 for test_count in range(1, total_attempts + 1): 105 test_count) 118 logging.info ('Attempts = %d: Connections = %d', test_count, success)
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 443 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/e2fsprogs/lib/ext2fs/ |
D | gen_bitmap64.c | 188 if (stats->test_count) { in ext2fs_print_bmap_statistics() 190 stats->test_count) * 100; in ext2fs_print_bmap_statistics() 192 stats->test_count) * 100; in ext2fs_print_bmap_statistics() 224 stats->test_count, stats->mark_ext_count); in ext2fs_print_bmap_statistics() 514 bitmap->stats.test_count++; in ext2fs_test_generic_bmap()
|
D | bmap64.h | 21 unsigned long test_count; member
|
D | blkmap64_rb.c | 842 test_all = bitmap->stats.test_count + bitmap->stats.test_ext_count; in rb_print_stats()
|
/external/kernel-headers/original/uapi/linux/ |
D | cyclades.h | 172 __u32 test_count; /* Test Count Register */ member
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 66 int test_count() const { return test_count_; } in test_count() function in base::__anon3b1294e90111::Foo 923 EXPECT_EQ(foo->test_count(), 1); in TEST() 1041 EXPECT_EQ(1, foo->test_count()); in TEST()
|
D | message_loop_test.cc | 58 int test_count() const { return test_count_; } in test_count() function in base::test::__anon0da460290111::Foo 119 EXPECT_EQ(foo->test_count(), 105); in RunTest_PostTask()
|
/external/jsmn/ |
D | jsmn_test.c | 502 int test_count() { in test_count() function 617 test(test_count, "test tokens count estimation"); in main()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2487 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument 2488 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2458 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument 2459 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 2482 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument 2483 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 2488 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/ |
D | gtest.cc | 2487 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument 2488 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|
/external/gtest/src/ |
D | gtest.cc | 2487 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument 2488 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
D | test_table.py | 2736 def test_count(self): member in TableTestCase
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 3822 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument 3823 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|