Searched defs:Reporter (Results 1 - 21 of 21) sorted by last modified time

/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/skia/tests/
H A DTest.cpp27 Reporter::Reporter() : fTestCount(0) { function in class:Reporter
30 void Reporter::startTest(Test* test) {
34 void Reporter::reportFailed(const SkString& desc) {
38 void Reporter::endTest(Test* test) {
50 void Test::setReporter(Reporter* r) {
61 class LocalReporter : public Reporter {
63 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
91 Reporter* fReporter; // Unowned.
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*);
70 virtual void onRun(Reporter*) = 0;
73 Reporter* fReporter;
142 static void name(skiatest::Reporter*); \
151 virtual void onRun(Reporter* r) SK_OVERRIDE { name(r); } \
155 static void name(skiatest::Reporter* reporte
[all...]
/external/skia/dm/
H A DDMReporter.h13 class Reporter : SkNoncopyable { class in namespace:DM
15 Reporter() : fPending(0), fFailed(0) {} function in class:DM::Reporter
/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/ ...
/external/objenesis/tck/src/org/objenesis/tck/
H A DReporter.java34 public interface Reporter { interface
/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/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/chromium_org/third_party/skia/dm/
H A DDMReporter.h13 class Reporter : SkNoncopyable { class in namespace:DM
15 Reporter() : fPending(0), fFailed(0) {} function in class:DM::Reporter
/external/chromium_org/third_party/skia/forth/
H A DForthTests.cpp11 class Reporter { class
15 Reporter() : fFailureCount(0) {} function in class:Reporter
20 typedef void (*ForthWordTestProc)(ForthWord*, ForthEngine*, Reporter*);
29 static void drop_test0(ForthWord* word, ForthEngine* fe, Reporter* reporter) {
35 static void drop_test1(ForthWord* word, ForthEngine* fe, Reporter* reporter) {
43 static void dup_test(ForthWord* word, ForthEngine* fe, Reporter* reporter) {
51 static void swap_test(ForthWord* word, ForthEngine* fe, Reporter* reporter) {
60 static void over_test(ForthWord* word, ForthEngine* fe, Reporter* reporter) {
70 static void rot_test(ForthWord* word, ForthEngine* fe, Reporter* reporter) {
81 static void rrot_test(ForthWord* word, ForthEngine* fe, Reporter* reporte
[all...]
/external/chromium_org/third_party/skia/tests/
H A DTest.cpp27 Reporter::Reporter() : fTestCount(0) { function in class:Reporter
30 void Reporter::startTest(Test* test) {
34 void Reporter::reportFailed(const SkString& desc) {
38 void Reporter::endTest(Test* test) {
50 void Test::setReporter(Reporter* r) {
61 class LocalReporter : public Reporter {
63 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
87 Reporter* fReporter; // Unowned.
H A DTest.h23 class Reporter : public SkRefCnt { class in namespace:skiatest
25 SK_DECLARE_INST_COUNT(Reporter)
26 Reporter();
54 Reporter* getReporter() const { return fReporter; }
55 void setReporter(Reporter*);
69 virtual void onRun(Reporter*) = 0;
72 Reporter* fReporter;
141 static void test_##name(skiatest::Reporter*); \
150 virtual void onRun(Reporter* r) SK_OVERRIDE { test_##name(r); } \
154 static void test_##name(skiatest::Reporter* reporte
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_reader.cc15 Reader::Reporter::~Reporter() {
18 Reader::Reader(SequentialFile* file, Reporter* reporter, bool checksum,
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_;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dannotate.py5 from coverage.report import Reporter namespace
7 class AnnotateReporter(Reporter):
H A Dhtml.py9 from coverage.report import Reporter namespace
29 class HtmlReporter(Reporter):
H A Dreport.py0 """Reporter foundation for Coverage."""
7 class Reporter(object): class in inherits:object
H A Dsummary.py5 from coverage.report import Reporter namespace
9 class SummaryReporter(Reporter):
H A Dxmlreport.py8 from coverage.report import Reporter namespace
15 class XmlReporter(Reporter):
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems_support_uma.cc54 class KeySystemsSupportUMA::Reporter { class in class:content::KeySystemsSupportUMA
56 explicit Reporter(const std::string& key_system);
57 ~Reporter();
70 KeySystemsSupportUMA::Reporter::Reporter(const std::string& key_system) function in class:content::KeySystemsSupportUMA::Reporter
77 KeySystemsSupportUMA::Reporter::~Reporter() {}
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) {
98 reporters_.set(key_system, scoped_ptr<Reporter>(new Reporter(key_syste
[all...]

Completed in 484 milliseconds