Searched defs:GetTestCaseName (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/test/launcher/
H A Dtest_result.cc46 std::string TestResult::GetTestCaseName() const { function in class:base::TestResult
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h420 virtual const string& GetTestCaseName() const = 0;
457 virtual const string& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
576 if ((*it)->GetTestCaseName() == test_case_name) {
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h420 virtual const string& GetTestCaseName() const = 0;
457 virtual const string& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
576 if ((*it)->GetTestCaseName() == test_case_name) {
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h420 virtual const string& GetTestCaseName() const = 0;
457 virtual const string& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
576 if ((*it)->GetTestCaseName() == test_case_name) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h420 virtual const string& GetTestCaseName() const = 0;
457 virtual const string& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
576 if ((*it)->GetTestCaseName() == test_case_name) {
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h420 virtual const string& GetTestCaseName() const = 0;
457 virtual const string& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
576 if ((*it)->GetTestCaseName() == test_case_name) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h438 virtual const String& GetTestCaseName() const = 0;
475 virtual const String& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
595 if ((*it)->GetTestCaseName() == test_case_name) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10419 virtual const string& GetTestCaseName() const = 0;
10456 virtual const string& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
10575 if ((*it)->GetTestCaseName() == test_case_name) {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10419 virtual const string& GetTestCaseName() const = 0;
10456 virtual const string& GetTestCaseName() const { return test_case_name_; } function in class:testing::internal::ParameterizedTestCaseInfo
10575 if ((*it)->GetTestCaseName() == test_case_name) {

Completed in 3291 milliseconds