HomeSort by relevance Sort by last modified time
    Searched defs:reporter (Results 1 - 6 of 6) sorted by null

  /external/stlport/test/unit/cppunit/
test_main.cpp 30 Reporter *TestCase::m_reporter = 0;
37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
107 CPPUNIT_NS::Reporter* reporter; local
109 reporter = new FileReporter(fileName, doMonitoring);
111 reporter = new FileReporter(stdout, doMonitoring);
115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true);
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
120 reporter->printSummary();
121 delete reporter;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 30 Reporter *TestCase::m_reporter = 0;
37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
107 CPPUNIT_NS::Reporter* reporter; local
109 reporter = new FileReporter(fileName, doMonitoring);
111 reporter = new FileReporter(stdout, doMonitoring);
115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true);
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
120 reporter->printSummary();
121 delete reporter;
    [all...]
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 30 Reporter *TestCase::m_reporter = 0;
37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
107 CPPUNIT_NS::Reporter* reporter; local
109 reporter = new FileReporter(fileName, doMonitoring);
111 reporter = new FileReporter(stdout, doMonitoring);
115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true);
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
120 reporter->printSummary();
121 delete reporter;
    [all...]
  /external/jdiff/src/jdiff/
JDiff.java 118 HTMLReportGenerator reporter = new HTMLReportGenerator(); local
119 reporter.generate(comp, existingComments);
123 Comments newComments = reporter.getNewComments();
161 * @param reporter a DocErrorReporter for generating error messages
166 DocErrorReporter reporter) {
167 return Options.validOptions(options, reporter);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 157 XmlErrorHandler reporter = new XmlErrorHandler(file, visitor); local
160 getParser().parse(file.getContents(), reporter); local
  /prebuilt/common/ecj/
ecj.jar 

Completed in 119 milliseconds