Searched defs:ResultCollector (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/common/
H A DtcuResultCollector.hpp43 class ResultCollector class in namespace:tcu
46 ResultCollector (void);
47 ResultCollector (TestLog& log, const std::string& prefix = "");
H A DtcuResultCollector.cpp51 ResultCollector::ResultCollector (void) function in class:tcu::ResultCollector
59 ResultCollector::ResultCollector (TestLog& log, const std::string& prefix) function in class:tcu::ResultCollector
67 qpTestResult ResultCollector::getResult (void) const
75 void ResultCollector::addResult (qpTestResult result, const std::string& msg)
87 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg)
94 void ResultCollector::fail (const std::string& msg)
99 bool ResultCollector::check (bool condition, const std::string& msg)
104 void ResultCollector
[all...]
/external/autotest/tko/
H A Dsite_parse.py181 # Load ResultCollector from the Chrome OS source tree.
184 from generate_test_report import ResultCollector namespace
190 results = ResultCollector().RecursivelyCollectResults(results_dir)
/external/autotest/site_utils/
H A Dgenerate_test_report66 class ResultCollector(object): class in inherits:object
434 collector = ResultCollector(
H A Drun_suite.py1032 class ResultCollector(object): class in inherits:object
1681 # For most cases, ResultCollector should be able to determine whether
1705 collector = ResultCollector(instance_server=instance_server,
1734 # The case 2 was handled by ResultCollector,
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp783 class ResultCollector class in namespace:deqp::gls::LifetimeTests::details
786 ResultCollector (TestContext& testCtx);
790 ~ResultCollector (void);
801 ResultCollector::ResultCollector (TestContext& testCtx) function in class:deqp::gls::LifetimeTests::details::ResultCollector
809 bool ResultCollector::check (bool cond, const char* msg)
816 void ResultCollector::addResult (qpTestResult result, const char* msg)
832 void ResultCollector::fail (const char* msg)
837 void ResultCollector::warn (const char* msg)
842 ResultCollector
[all...]

Completed in 2177 milliseconds