Home
last modified time | relevance | path

Searched refs:LogcatPrinter (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/test/
Dgtest_logcat_printer.cc34 class LogcatPrinter : public testing::EmptyTestEventListener { class
36 LogcatPrinter();
37 ~LogcatPrinter() override;
46 LogcatPrinter::LogcatPrinter() = default;
47 LogcatPrinter::~LogcatPrinter() = default;
49 void LogcatPrinter::OnTestCaseStart(const testing::TestCase& test_case) { in OnTestCaseStart()
53 void LogcatPrinter::OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()
58 void LogcatPrinter::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
73 void LogcatPrinter::OnTestCaseEnd(const testing::TestCase& test_case) { in OnTestCaseEnd()
82 static LogcatPrinter* instance = new LogcatPrinter(); in SetupGtestLogcatPrinter()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2057 class LogcatPrinter : public ::testing::EmptyTestEventListener { class
2164 listeners.Append(new LogcatPrinter); in android_main()