HomeSort by relevance Sort by last modified time
    Searched refs:Reporter (Results 26 - 50 of 712) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ReplaceTextCommentScanner.java 18 import com.google.currysrc.api.process.Reporter;
35 protected String processComment(Reporter reporter, Comment commentNode, String commentText) {
BaseJavadocNodeScanner.java 21 import com.google.currysrc.api.process.Reporter;
40 Reporter reporter = context.reporter(); local
44 visit(reporter, javadoc, rewrite);
49 protected abstract void visit(Reporter reporter, Javadoc javadoc, ASTRewrite rewrite);
BaseModifyCommentScanner.java 21 import com.google.currysrc.api.process.Reporter;
40 Reporter reporter = context.reporter(); local
45 String newCommentText = processComment(reporter, comment, commentText);
60 protected abstract String processComment(Reporter reporter, Comment commentNode,
  /external/testng/src/test/java/test/reports/
ReporterLogTest.java 4 import org.testng.Reporter;
13 * Make sure that Reporter.log() in listeners don't get discarded.
21 List<String> output = Reporter.getOutput();
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
Context.java 33 Reporter reporter(); method in interface:Context
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
Reporter.java 34 public interface Reporter {
Main.java 68 TextReporter reporter = new TextReporter(System.out, System.err); local
70 boolean result = run(reporter);
72 reporter.printResult(result);
74 if(reporter.hasErrors()) {
82 * @param reporter result are recorded in the reporter
85 public static boolean run(Reporter reporter) {
86 runStandardTest(new ObjenesisStd(), reporter);
87 runSerializerTest(new ObjenesisSerializer(), reporter);
    [all...]
  /external/skia/tests/
GpuRectanizerTest.cpp 21 static void test_rectanizer_basic(skiatest::Reporter* reporter, GrRectanizer* rectanizer) {
22 REPORTER_ASSERT(reporter, kWidth == rectanizer->width());
23 REPORTER_ASSERT(reporter, kHeight == rectanizer->height());
27 REPORTER_ASSERT(reporter, rectanizer->addRect(50, 50, &loc));
28 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f);
30 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f);
33 static void test_rectanizer_inserts(skiatest::Reporter*,
47 static void test_skyline(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects)
    [all...]
Test.h 42 class Reporter : SkNoncopyable {
44 virtual ~Reporter() {}
76 #define REPORT_FAILURE(reporter, cond, message) \
77 reporter->reportFailedWithContext(skiatest::Failure(__FILE__, __LINE__, cond, message))
81 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) {
89 Reporter* fReporter;
92 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
109 void run(skiatest::Reporter* r, const GrContextOptions& options) const
    [all...]
MemsetTest.cpp 27 static void compare16(skiatest::Reporter* r, const uint16_t base[],
37 static void compare32(skiatest::Reporter* r, const uint32_t base[],
47 static void test_16(skiatest::Reporter* reporter) {
57 compare16(reporter, buffer, 0, PAD + alignment);
58 compare16(reporter, base, VALUE16, count);
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
64 static void test_32(skiatest::Reporter* reporter) {
74 compare32(reporter, buffer, 0, PAD + alignment)
    [all...]
PathOpsThreadedCommon.h 23 class Reporter;
34 skiatest::Reporter* fReporter;
43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
51 skiatest::Reporter* fReporter;
Test.cpp 18 void skiatest::Reporter::bumpTestCount() {}
20 bool skiatest::Reporter::allowExtendedTest() const { return false; }
22 bool skiatest::Reporter::verbose() const { return false; }
  /external/skqp/tests/
GpuRectanizerTest.cpp 21 static void test_rectanizer_basic(skiatest::Reporter* reporter, GrRectanizer* rectanizer) {
22 REPORTER_ASSERT(reporter, kWidth == rectanizer->width());
23 REPORTER_ASSERT(reporter, kHeight == rectanizer->height());
27 REPORTER_ASSERT(reporter, rectanizer->addRect(50, 50, &loc));
28 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f);
30 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f);
33 static void test_rectanizer_inserts(skiatest::Reporter*,
47 static void test_skyline(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects)
    [all...]
Test.h 42 class Reporter : SkNoncopyable {
44 virtual ~Reporter() {}
76 #define REPORT_FAILURE(reporter, cond, message) \
77 reporter->reportFailedWithContext(skiatest::Failure(__FILE__, __LINE__, cond, message))
81 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) {
89 Reporter* fReporter;
92 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
109 void run(skiatest::Reporter* r, const GrContextOptions& options) const
    [all...]
MemsetTest.cpp 27 static void compare16(skiatest::Reporter* r, const uint16_t base[],
37 static void compare32(skiatest::Reporter* r, const uint32_t base[],
47 static void test_16(skiatest::Reporter* reporter) {
57 compare16(reporter, buffer, 0, PAD + alignment);
58 compare16(reporter, base, VALUE16, count);
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
64 static void test_32(skiatest::Reporter* reporter) {
74 compare32(reporter, buffer, 0, PAD + alignment)
    [all...]
PathOpsThreadedCommon.h 23 class Reporter;
34 skiatest::Reporter* fReporter;
43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
51 skiatest::Reporter* fReporter;
Test.cpp 18 void skiatest::Reporter::bumpTestCount() {}
20 bool skiatest::Reporter::allowExtendedTest() const { return false; }
22 bool skiatest::Reporter::verbose() const { return false; }
  /frameworks/base/cmds/incidentd/src/
Reporter.h 85 class Reporter : public virtual RefBase {
91 Reporter(); // PROD must use this constructor.
92 Reporter(const char* directory); // For testing purpose only.
93 virtual ~Reporter();
  /external/google-breakpad/src/common/mac/
macho_reader.h 77 class Reporter {
79 // Create a reporter that attributes problems to |filename|.
80 explicit Reporter(const string &filename) : filename_(filename) { }
82 virtual ~Reporter() { }
102 // Create a fat binary file reader that uses |reporter| to report problems.
103 explicit FatReader(Reporter *reporter) : reporter_(reporter) { }
141 Reporter *reporter_;
235 class Reporter {
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/listeners/
VerificationStartedNotifier.java 9 import org.mockito.internal.exceptions.Reporter;
42 throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock", "null parameter.");
46 throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock", "parameter which is not a Mockito mock.\n" +
62 throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock",
70 throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock",
  /external/testng/src/test/java/test/hook/
HookSuccess599Test.java 6 import org.testng.Reporter;
41 Reporter.log("output from hook test.verify");
HookSuccessTest.java 6 import org.testng.Reporter;
41 Reporter.log("output from hook test.verify");
  /tools/test/connectivity/tools/lab/reporters/
logger_reporter.py 19 from reporters.reporter import Reporter
22 class LoggerReporter(Reporter):
  /external/mockito/src/main/java/org/mockito/internal/util/
Timer.java 7 import static org.mockito.internal.exceptions.Reporter.cannotCreateTimerWithNegativeDurationTime;
  /libcore/luni/src/test/java/libcore/dalvik/system/
BaseDexClassLoaderTest.java 32 private static class Reporter implements BaseDexClassLoader.Reporter {
52 // Set the reporter.
53 Reporter reporter = new Reporter(); local
54 BaseDexClassLoader.setReporter(reporter);
59 // Verify the reporter files.
60 assertEquals(2, reporter.loadedDexPaths.size());
61 assertEquals(2, reporter.classLoaders.size())
    [all...]

Completed in 556 milliseconds

12 3 4 5 6 7 8 91011>>