Home
last modified time | relevance | path

Searched refs:print_errors_header (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/framework/printers/
H A DPrettyPrinter.h54 void print_errors_header() override;
H A DPrinter.h105 virtual void print_errors_header() = 0;
H A DJSONPrinter.h50 void print_errors_header() override;
H A DPrettyPrinter.cpp93 void PrettyPrinter::print_errors_header() in print_errors_header() function in arm_compute::test::framework::PrettyPrinter
H A DJSONPrinter.cpp131 void JSONPrinter::print_errors_header() in print_errors_header() function in arm_compute::test::framework::JSONPrinter
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DFramework.cpp316 p->print_errors_header(); in run_test()