/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
|
D | sample10_unittest.cc | 81 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart() 86 virtual void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
|
/external/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/libvpx/libvpx/third_party/googletest/src/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/chromium/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/chromium/sdch/open-vcdiff/src/gtest/src/ |
D | gtest-internal-inl.h | 573 static void RunTest(TestInfo * test_info) { in RunTest() 581 static void ClearTestResult(TestInfo * test_info) { in ClearTestResult() 690 static bool TestPassed(const TestInfo * test_info) { in TestPassed() 696 static bool TestFailed(const TestInfo * test_info) { in TestFailed() 702 static bool TestDisabled(const TestInfo * test_info) { in TestDisabled() 707 static bool ShouldRunTest(const TestInfo *test_info) { in ShouldRunTest() 962 TestInfo * test_info) { in AddTestInfo()
|
/external/chromium/base/test/ |
D | test_suite.cc | 38 virtual void OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()
|
/external/valgrind/unittest/ |
D | old_test_suite.cc | 83 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_runner2.py | 202 def handle_started_test(self, source, test_info, hang_timeout): argument
|
/external/chromium/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/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/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/libvpx/libvpx/third_party/googletest/src/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 | 2138 TestInfo* const test_info = in MakeAndRegisterTestInfo() local 2376 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo() 2412 bool TestCase::TestPassed(const TestInfo * test_info) { in TestPassed() 2418 bool TestCase::TestFailed(const TestInfo * test_info) { in TestFailed() 2424 bool TestCase::TestDisabled(const TestInfo * test_info) { in TestDisabled() 2429 bool TestCase::ShouldRunTest(const TestInfo *test_info) { in ShouldRunTest() 2718 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart() 2741 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() 2790 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local 3188 const TestInfo& test_info) { in OutputXmlTestInfo() [all …]
|
/external/open-vcdiff/gtest/src/ |
D | gtest.cc | 2168 TestInfo* const test_info = in MakeAndRegisterTestInfo() local 2406 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo() 2442 bool TestCase::TestPassed(const TestInfo * test_info) { in TestPassed() 2448 bool TestCase::TestFailed(const TestInfo * test_info) { in TestFailed() 2454 bool TestCase::TestDisabled(const TestInfo * test_info) { in TestDisabled() 2459 bool TestCase::ShouldRunTest(const TestInfo *test_info) { in ShouldRunTest() 2748 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart() 2771 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() 2820 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local 3219 const TestInfo& test_info) { in OutputXmlTestInfo() [all …]
|
/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 | 87 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
|
/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/chromium/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()
|
/external/libvpx/libvpx/third_party/googletest/src/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/chromium/testing/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/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 …]
|