| /external/protobuf/gtest/samples/ |
| D | sample9_unittest.cc | 64 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/ |
| D | sample9_unittest.cc | 64 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/ |
| D | gtest.h | 715 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/ |
| D | gtest.h | 709 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/ |
| D | gtest.h | 709 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/ |
| D | gtest.h | 709 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/ |
| D | gtest.cc | 2164 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 …]
|
| D | gtest-internal-inl.h | 396 static void ClearTestResult(TestInfo * test_info) { in ClearTestResult() 701 TestInfo * test_info) { in AddTestInfo()
|
| /external/gtest/src/ |
| D | gtest-internal-inl.h | 656 TestInfo* test_info) { in AddTestInfo() 1178 void OnTestStart(const TestInfo& test_info) { in OnTestStart() 1182 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
|
| D | gtest.cc | 2225 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/ |
| D | gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
|
| D | gtest_shuffle_test_.cc | 86 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
|
| D | gtest-param-test_test.cc | 798 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/ |
| D | gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
|
| D | gtest_shuffle_test_.cc | 87 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
|
| D | gtest-param-test_test.cc | 798 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/ |
| D | gtest-unittest-api_test.cc | 221 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
|
| D | gtest_shuffle_test_.cc | 87 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
|
| /external/llvm/utils/unittest/googletest/src/ |
| D | gtest.cc | 2237 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/ |
| D | gtest.cc | 2237 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/ |
| D | gtest.cc | 2238 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/ |
| D | gtest-all.cc | 790 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/ |
| D | exception_handler_test.cc | 113 const ::testing::TestInfo* const test_info = in SetUp() local
|
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| D | gtest-all.cc | 1057 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/ |
| D | gtest-param-util.h | 489 linked_ptr<TestInfo> test_info = *test_it; in RegisterTests() local
|