Searched defs:test_count (Results 1 - 13 of 13) sorted by relevance

/external/v8/test/mjsunit/
H A Dconstant-folding.js33 function test_count() { function
77 test_count();
/external/chromium/chrome/browser/history/
H A Dvisit_tracker_unittest.cc39 void RunTest(VisitTracker* tracker, VisitToTest* test, int test_count) { argument
40 for (int i = 0; i < test_count; i++) {
/external/chromium/net/base/
H A Dip_endpoint_unittest.cc32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon2940
38 for (int index = 0; index < test_count; ++index) {
49 for (int index = 0; index < test_count; ++index) {
57 for (int index = 0; index < test_count; ++index) {
67 for (int index = 0; index < test_count; ++index) {
77 for (int index = 0; index < test_count; ++index) {
101 for (int index = 0; index < test_count; ++index) {
112 for (int index = 0; index < test_count; ++index) {
155 for (int index = 0; index < test_count; ++index) {
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_model.cc51 size_t test_count = tests_.size(); local
52 for (size_t ix = 0; ix != test_count; ++ix) {
/external/chromium/base/
H A Dmessage_loop_unittest.cc71 int test_count() const { return test_count_; } function in class:__anon1696::Foo
122 EXPECT_EQ(foo->test_count(), 105);
155 EXPECT_EQ(foo->test_count(), 105);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2132 static internal::String FormatTestCount(int test_count) { argument
2133 return FormatCountableNoun(test_count, "test", "tests");
/external/chromium/testing/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2458 static internal::String FormatTestCount(int test_count) { argument
2459 return FormatCountableNoun(test_count, "test", "tests");
/external/open-vcdiff/gtest/src/
H A Dgtest.cc2488 static internal::String FormatTestCount(int test_count) { argument
2489 return FormatCountableNoun(test_count, "test", "tests");
/external/protobuf/gtest/src/
H A Dgtest.cc2458 static internal::String FormatTestCount(int test_count) { argument
2459 return FormatCountableNoun(test_count, "test", "tests");
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc3791 static internal::String FormatTestCount(int test_count) { argument
3792 return FormatCountableNoun(test_count, "test", "tests");

Completed in 518 milliseconds