Searched refs:test_case_count (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_unittest.cc226 // Run through |test_case_count| tests in |test_cases|. A new MockDownloadItem
230 size_t test_case_count);
397 size_t test_case_count) {
398 for (size_t i = 0; i < test_case_count; ++i) {
395 RunTestCasesWithActiveItem( const DownloadTestCase test_cases[], size_t test_case_count) argument
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2776 static std::string FormatTestCaseCount(int test_case_count) { argument
2777 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2492 static internal::String FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/gtest/src/
H A Dgtest.cc2492 static std::string FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2463 static internal::String FormatTestCaseCount(int test_case_count) { argument
2464 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2492 static internal::String FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/protobuf/gtest/src/
H A Dgtest.cc2463 static internal::String FormatTestCaseCount(int test_case_count) { argument
2464 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3976 static std::string FormatTestCaseCount(int test_case_count) { argument
3977 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3976 static std::string FormatTestCaseCount(int test_case_count) { argument
3977 return FormatCountableNoun(test_case_count, "test case", "test cases");

Completed in 508 milliseconds