Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1569 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
1573 void OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
1815 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
1820 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
1826 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
3431 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
4179 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
4245 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
4296 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
4323 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
[all …]