Searched defs:FindTestCase (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-unittest-api_test.cc73 static const TestCase* FindTestCase(const char* name) { function in class:testing::internal::UnitTestHelper
148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
188 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test");
279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
315 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");
/external/gtest/test/
H A Dgtest-unittest-api_test.cc73 static const TestCase* FindTestCase(const char* name) { function in class:testing::internal::UnitTestHelper
148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
188 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test");
279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
315 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc73 static const TestCase* FindTestCase(const char* name) { function in class:testing::internal::UnitTestHelper
147 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
187 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test");
280 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
316 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-unittest-api_test.cc73 static const TestCase* FindTestCase(const char* name) { function in class:testing::internal::UnitTestHelper
148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
188 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test");
279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest");
315 test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0");

Completed in 144 milliseconds