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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dsummary.py5 from coverage.report import Reporter namespace
9 class SummaryReporter(Reporter):
H A Dannotate.py5 from coverage.report import Reporter namespace
7 class AnnotateReporter(Reporter):
H A Dreport.py0 """Reporter foundation for Coverage."""
7 class Reporter(object): class in inherits:object
H A Dxmlreport.py8 from coverage.report import Reporter namespace
15 class XmlReporter(Reporter):
H A Dhtml.py9 from coverage.report import Reporter namespace
29 class HtmlReporter(Reporter):
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_reader.h23 class Reporter { class in class:leveldb::log::Reader
25 virtual ~Reporter();
43 Reader(SequentialFile* file, Reporter* reporter, bool checksum,
62 Reporter* const reporter_;
H A Dlog_reader.cc15 Reader::Reporter::~Reporter() {
18 Reader::Reader(SequentialFile* file, Reporter* reporter, bool checksum,
/external/objenesis/tck/src/org/objenesis/tck/
H A DReporter.java34 public interface Reporter { interface
/external/skia/tests/
H A DTest.cpp22 SK_DEFINE_INST_COUNT(skiatest::Reporter)
26 Reporter::Reporter() : fTestCount(0) { function in class:Reporter
29 void Reporter::startTest(Test* test) {
34 void Reporter::reportFailed(const SkString& desc) {
38 void Reporter::endTest(Test* test) {
50 void Test::setReporter(Reporter* r) {
62 class LocalReporter : public Reporter {
64 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
92 Reporter* fReporte
[all...]
H A DTest.h23 class Reporter : public SkRefCnt { class in namespace:skiatest
25 SK_DECLARE_INST_COUNT(Reporter)
26 Reporter();
55 Reporter* getReporter() const { return fReporter; }
56 void setReporter(Reporter*);
71 virtual void onRun(Reporter*) = 0;
74 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)
760 import Reporter namespace
762 reporters = Reporter.getReporters()
/external/mockito/src/org/mockito/exceptions/
H A DReporter.java39 * Reporter can be injected and therefore is easily testable.
44 public class Reporter { class
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 285 milliseconds