Home
last modified time | relevance | path

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

123

/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c137 typedef struct test_info { struct
139 void (*func)(struct test_info *); /* the test */ argument
150 void show_warps(struct test_info *test) in show_warps() argument
/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/vulkan-validation-layers/tests/gtest-1.7.0/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/vulkan-validation-layers/tests/gtest-1.7.0/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/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/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/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 …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-internal-inl.h656 TestInfo* test_info) { in AddTestInfo()
1152 void OnTestStart(const TestInfo& test_info) { in OnTestStart()
1156 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
/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()
/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/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()
/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()
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dcodec_test.cc186 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in TEST_F() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/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()
/external/webrtc/webrtc/call/
Drtc_event_log_unittest.cc467 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in LogSessionAndReadBack() local
634 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in DropOldEvents() local
/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/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/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 …]

123