Searched defs:Reporter (Results 1 - 4 of 4) sorted by relevance

/external/skia/tests/
H A DTest.cpp16 Reporter::Reporter() { function in class:Reporter
20 void Reporter::resetReporting() {
26 void Reporter::startTest(Test* test) {
34 void Reporter::report(const char desc[], Result result) {
45 void Reporter::endTest(Test* test) {
59 void Test::setReporter(Reporter* r) {
H A DTest.h22 class Reporter : public SkRefCnt { class in namespace:skiatest
24 Reporter();
85 Reporter* getReporter() const { return fReporter; }
86 void setReporter(Reporter*);
93 virtual void onRun(Reporter*) = 0;
96 Reporter* fReporter;
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h33 class Reporter { class
35 virtual ~Reporter() {}
59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
128 static Reporter *m_reporter;
/external/clang/tools/scan-view/
H A DScanView.py15 import Reporter namespace
105 except Reporter.ReportFailure,e:
324 bug = Reporter.BugReport(title, description, files)
763 import Reporter namespace
765 reporters = Reporter.getReporters()

Completed in 113 milliseconds