Searched refs:test_count (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/mjsunit/ |
D | debug-multiple-breakpoints.js | 92 test_count = 100; 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 | 33 function test_count() { function 77 test_count();
|
/external/chromium/net/base/ |
D | ip_endpoint_unittest.cc | 32 int test_count = ARRAYSIZE_UNSAFE(tests); variable 38 for (int index = 0; index < test_count; ++index) { in SetUp() 49 for (int index = 0; index < test_count; ++index) { in TEST_F() 57 for (int index = 0; index < test_count; ++index) { in TEST_F() 67 for (int index = 0; index < test_count; ++index) { in TEST_F() 77 for (int index = 0; index < test_count; ++index) { in TEST_F() 101 for (int index = 0; index < test_count; ++index) { in TEST_F() 112 for (int index = 0; index < test_count; ++index) { in TEST_F() 155 for (int index = 0; index < test_count; ++index) { in TEST_F()
|
/external/chromium/chrome/browser/history/ |
D | visit_tracker_unittest.cc | 39 void RunTest(VisitTracker* tracker, VisitToTest* test, int test_count) { in RunTest() argument 40 for (int i = 0; i < test_count; i++) { in RunTest()
|
/external/chromium/chrome/browser/diagnostics/ |
D | diagnostics_model.cc | 51 size_t test_count = tests_.size(); in RunAll() local 52 for (size_t ix = 0; ix != test_count; ++ix) { in RunAll()
|
/external/v8/test/cctest/ |
D | cctest.h | 60 static int test_count();
|
/external/chromium/base/ |
D | message_loop_unittest.cc | 71 int test_count() const { return test_count_; } in test_count() function in __anon673597830111::Foo 122 EXPECT_EQ(foo->test_count(), 105); in RunTest_PostTask() 155 EXPECT_EQ(foo->test_count(), 105); in RunTest_PostTask_SEH()
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest.cc | 2132 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument 2133 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|
/external/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/ |
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 | 2458 static internal::String FormatTestCount(int test_count) { in FormatTestCount() argument 2459 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()
|
/external/chromium/testing/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()
|