Home
last modified time | relevance | path

Searched defs:test_info (Results 1 – 25 of 39) sorted by relevance

12

/external/protobuf/gtest/samples/
Dsample9_unittest.cc64 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
84 virtual void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
145 const TestInfo& test_info = *test_case.GetTestInfo(j); in main() local
/external/google-breakpad/src/testing/gtest/samples/
Dsample9_unittest.cc64 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
84 virtual void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
145 const TestInfo& test_info = *test_case.GetTestInfo(j); in main() local
/external/gtest/include/gtest/
Dgtest.h715 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
862 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
867 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
873 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
878 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
883 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
888 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
846 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
851 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
846 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
851 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
846 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
851 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/external/protobuf/gtest/src/
Dgtest.cc2164 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2400 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
2436 bool TestCase::TestPassed(const TestInfo * test_info) { in TestPassed()
2442 bool TestCase::TestFailed(const TestInfo * test_info) { in TestFailed()
2448 bool TestCase::TestDisabled(const TestInfo * test_info) { in TestDisabled()
2453 bool TestCase::ShouldRunTest(const TestInfo *test_info) { in ShouldRunTest()
2747 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
2770 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
2819 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
3213 const TestInfo& test_info) { in OutputXmlTestInfo()
[all …]
Dgtest-internal-inl.h396 static void ClearTestResult(TestInfo * test_info) { in ClearTestResult()
701 TestInfo * test_info) { in AddTestInfo()
/external/gtest/src/
Dgtest-internal-inl.h656 TestInfo* test_info) { in AddTestInfo()
1178 void OnTestStart(const TestInfo& test_info) { in OnTestStart()
1182 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
Dgtest.cc2225 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2423 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
2672 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
2774 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
2793 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
2844 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
3285 const TestInfo& test_info) { in OutputXmlTestInfo()
4473 TestInfo* const test_info = test_case->test_info_list()[j]; in FilterTests() local
4540 const TestInfo* const test_info = in ListTestsMatchingFilter() local
/external/gtest/test/
Dgtest-unittest-api_test.cc221 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
Dgtest_shuffle_test_.cc86 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
Dgtest-param-test_test.cc798 const ::testing::TestInfo* const test_info = in TEST_P() local
827 const ::testing::TestInfo* const test_info = in TEST_P() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest-unittest-api_test.cc221 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
Dgtest_shuffle_test_.cc87 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
Dgtest-param-test_test.cc798 const ::testing::TestInfo* const test_info = in TEST_P() local
827 const ::testing::TestInfo* const test_info = in TEST_P() local
/external/protobuf/gtest/test/
Dgtest-unittest-api_test.cc221 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
Dgtest_shuffle_test_.cc87 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2237 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2395 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
2638 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
2743 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
2762 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
2814 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
3198 const TestInfo& test_info) { in OutputXmlTestInfo()
3355 void OnTestStart(const TestInfo &test_info) override { in OnTestStart()
3359 void OnTestEnd(const TestInfo &test_info) override { in OnTestEnd()
4365 TestInfo* const test_info = test_case->test_info_list()[j]; in FilterTests() local
[all …]
/external/mesa3d/src/gtest/src/
Dgtest.cc2237 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2424 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
2666 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
2771 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
2790 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
2842 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
3226 const TestInfo& test_info) { in OutputXmlTestInfo()
3381 void OnTestStart(const TestInfo& test_info) { in OnTestStart()
3385 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4395 TestInfo* const test_info = test_case->test_info_list()[j]; in FilterTests() local
[all …]
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc2238 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2425 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
2667 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
2769 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
2788 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
2839 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
3249 const TestInfo& test_info) { in OutputXmlTestInfo()
3406 void OnTestStart(const TestInfo& test_info) { in OnTestStart()
3410 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4427 TestInfo* const test_info = test_case->test_info_list()[j]; in FilterTests() local
[all …]
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc790 static void ClearTestResult(TestInfo * test_info) { in ClearTestResult()
1095 TestInfo * test_info) { in AddTestInfo()
3504 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
3740 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
3776 bool TestCase::TestPassed(const TestInfo * test_info) { in TestPassed()
3782 bool TestCase::TestFailed(const TestInfo * test_info) { in TestFailed()
3788 bool TestCase::TestDisabled(const TestInfo * test_info) { in TestDisabled()
3793 bool TestCase::ShouldRunTest(const TestInfo *test_info) { in ShouldRunTest()
4087 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
4110 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
[all …]
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc113 const ::testing::TestInfo* const test_info = in SetUp() local
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1057 TestInfo* test_info) { in AddTestInfo()
1579 void OnTestStart(const TestInfo& test_info) { in OnTestStart()
1583 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
3709 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
3907 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
4156 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
4258 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
4277 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4328 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
4769 const TestInfo& test_info) { in OutputXmlTestInfo()
[all …]
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h489 linked_ptr<TestInfo> test_info = *test_it; in RegisterTests() local

12