HomeSort by relevance Sort by last modified time
    Searched refs:Reporter (Results 126 - 150 of 463) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 13 from docutils.utils import Reporter
19 class SilentReporter(Reporter):
24 Reporter.__init__(self, source, report_level, halt_level, stream,
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
146 reporter.messages.append((-1, 'Could not finish the parsing.',
149 return reporter.messages
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 13 from docutils.utils import Reporter
19 class SilentReporter(Reporter):
24 Reporter.__init__(self, source, report_level, halt_level, stream,
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
146 reporter.messages.append((-1, 'Could not finish the parsing.',
149 return reporter.messages
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 573 // A reporter class, which CallFrameInfo uses to report errors
575 class Reporter;
579 // REPORTER is an error reporter the parser should use to report
641 ByteReader *reader, Handler *handler, Reporter *reporter,
644 reader_(reader), handler_(handler), reporter_(reporter),
    [all...]
  /external/autotest/site_utils/
diagnosis_utils_unittest.py 19 reporting.Reporter.__init__ = mock.Mock(return_value=None)
20 reporting.Reporter.report = mock.Mock(return_value=(None, 0))
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler_unittest.py 273 returned by Reporter._create_bug_report
277 self.mox.StubOutWithMock(reporting.Reporter, '__init__')
278 self.mox.StubOutWithMock(reporting.Reporter, '_create_bug_report')
279 self.mox.StubOutWithMock(reporting.Reporter, '_check_tracker')
280 self.mox.StubOutWithMock(reporting.Reporter, '_find_issue_by_marker')
311 reporting.Reporter.__init__()
312 reporting.Reporter._check_tracker().AndReturn(True)
313 (reporting.Reporter._find_issue_by_marker(mox.IgnoreArg())
315 reporting.Reporter._create_bug_report(
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
ReplaceIcuTags.java 18 import com.google.currysrc.api.process.Reporter;
35 protected boolean visitTagElement(Reporter reporter, ASTRewrite rewrite, TagElement tag) {
  /external/mockito/src/main/java/org/mockito/internal/stubbing/
StubberImpl.java 7 import static org.mockito.internal.exceptions.Reporter.notAMockPassedToWhenMethod;
8 import static org.mockito.internal.exceptions.Reporter.nullPassedToWhenMethod;
  /external/skia/tests/
CTest.cpp 15 static void shader_test(skiatest::Reporter* reporter) {
33 REPORTER_ASSERT(reporter, shader != nullptr);
39 REPORTER_ASSERT(reporter, shader != nullptr);
46 REPORTER_ASSERT(reporter, shader != nullptr);
55 static void test_c(skiatest::Reporter* reporter) {
70 REPORTER_ASSERT(reporter, 0xFF000000 == pixel[0]);
74 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
79 REPORTER_ASSERT(reporter, 0x80404040 == pixel[0])
    [all...]
CachedDataTest.cpp 22 static void check_data(skiatest::Reporter* reporter, SkCachedData* data,
24 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt);
25 REPORTER_ASSERT(reporter, data->testing_only_isInCache() == (kInCache == cacheState));
26 REPORTER_ASSERT(reporter, data->testing_only_isLocked() == (lockedState == kLocked));
41 static SkCachedData* test_locking(skiatest::Reporter* reporter,
47 check_data(reporter, data, 1, kNotInCache, kLocked);
50 check_data(reporter, data, 2, kNotInCache, kLocked);
52 check_data(reporter, data, 1, kNotInCache, kLocked)
    [all...]
InfRectTest.cpp 21 static void test_center(skiatest::Reporter* reporter) {
30 REPORTER_ASSERT(reporter,
32 REPORTER_ASSERT(reporter,
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
45 REPORTER_ASSERT(reporter, ((r.top() + r.bottom()) >> 1) == cy);
49 static void check_invalid(skiatest::Reporter* reporter,
53 REPORTER_ASSERT(reporter, !rect.isFinite());
58 DEF_TEST(InfRect, reporter) {
    [all...]
PixelRefTest.cpp 18 static void test_dont_leak_install(skiatest::Reporter* reporter) {
27 REPORTER_ASSERT(reporter, true == success);
29 REPORTER_ASSERT(reporter, 0 == release_counter);
34 REPORTER_ASSERT(reporter, true == success);
36 REPORTER_ASSERT(reporter, 0 == release_counter);
41 REPORTER_ASSERT(reporter, false == success);
43 REPORTER_ASSERT(reporter, 0 == release_counter);
46 static void test_install(skiatest::Reporter* reporter) {
    [all...]
UnicodeTest.cpp 26 static void test_uvs(skiatest::Reporter* reporter) {
36 REPORTER_ASSERT(reporter, uvs0 == uvs1);
44 static void test_textencodings(skiatest::Reporter* reporter) {
72 REPORTER_ASSERT(reporter, (int)len8 == count8);
73 REPORTER_ASSERT(reporter, (int)len8 == count16);
74 REPORTER_ASSERT(reporter, (int)len8 == count32);
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));
77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t)))
    [all...]
PDFPrimitivesTest.cpp 55 static void assert_eql(skiatest::Reporter* reporter,
60 REPORT_FAILURE(reporter, "", SkStringPrintf(
65 static void assert_eq(skiatest::Reporter* reporter,
68 assert_eql(reporter, skString, str, strlen(str));
73 static void assert_emit_eq(skiatest::Reporter* reporter,
77 assert_eq(reporter, result, string);
80 static void TestPDFStream(skiatest::Reporter* reporter)
    [all...]
PathOpsCubicIntersectionTest.cpp 19 static void standardTestCases(skiatest::Reporter* reporter) {
66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
68 reporter->bumpTestCount();
387 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2,
416 REPORTER_ASSERT(reporter, !coin || intersections.used() >= 2);
430 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt));
431 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt));
432 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2))
    [all...]
Matrix44Test.cpp 30 template <typename T> void assert16(skiatest::Reporter* reporter, const T data[],
35 REPORTER_ASSERT(reporter, data[0] == m0);
36 REPORTER_ASSERT(reporter, data[1] == m1);
37 REPORTER_ASSERT(reporter, data[2] == m2);
38 REPORTER_ASSERT(reporter, data[3] == m3);
40 REPORTER_ASSERT(reporter, data[4] == m4);
41 REPORTER_ASSERT(reporter, data[5] == m5);
42 REPORTER_ASSERT(reporter, data[6] == m6);
43 REPORTER_ASSERT(reporter, data[7] == m7)
    [all...]
DiscardableMemoryTest.cpp 17 static void test_dm(skiatest::Reporter* reporter,
20 REPORTER_ASSERT(reporter, dm);
25 REPORTER_ASSERT(reporter, ptr);
33 REPORTER_ASSERT(reporter, relockSuccess);
39 REPORTER_ASSERT(reporter, ptr);
43 REPORTER_ASSERT(reporter, 0 == memcmp(ptr, kTestString, kTestStringLength));
47 DEF_TEST(DiscardableMemory_global, reporter) {
51 test_dm(reporter, dm.get(), false);
54 DEF_TEST(DiscardableMemory_nonglobal, reporter) {
    [all...]
PathOpsExtendedTest.cpp 310 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one,
331 SkDebugf("static void %s_%s(skiatest::Reporter* reporter, const char* filename) {\n",
337 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]);
344 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
353 REPORTER_ASSERT(reporter, 0);
364 REPORTER_ASSERT(reporter, 0);
370 // Default values for when reporter->verbose() is false
    [all...]
  /external/skia/tools/
ok_test.cpp 33 struct : public skiatest::Reporter {
44 } reporter; variable in typeref:struct:TestStream::TestSrc::__anon29967
45 reporter.name = test.name;
46 reporter.extended = extended;
47 reporter.verbose_ = verbose;
49 test.proc(&reporter, nullptr);
50 return reporter.ok;
91 Reporter* reporter, sk_gpu_test::GrContextFactory* factory) {
  /external/google-breakpad/src/client/mac/sender/
crash_report_sender.h 57 @interface Reporter : NSObject {
  /external/mockito/src/main/java/org/mockito/internal/configuration/injection/scanner/
InjectMocksScanner.java 11 import static org.mockito.internal.exceptions.Reporter.unsupportedCombinationOfAnnotations;
  /external/mockito/src/main/java/org/mockito/internal/invocation/
MatchersBinder.java 9 import static org.mockito.internal.exceptions.Reporter.invalidUseOfMatchers;
  /external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
ReturnsSmartNulls.java 7 import static org.mockito.internal.exceptions.Reporter.smartNullPointerException;
  /external/mockito/src/main/java/org/mockito/internal/verification/
AtMost.java 8 import static org.mockito.internal.exceptions.Reporter.wantedAtMostX;
  /external/mockito/src/main/java/org/mockito/verification/
Timeout.java 7 import static org.mockito.internal.exceptions.Reporter.atMostAndNeverShouldNotBeUsedWithTimeout;
  /external/objenesis/tck/src/test/java/org/objenesis/tck/
ObjenesisTest.java 36 public static class JUnitReporter implements Reporter {

Completed in 864 milliseconds

1 2 3 4 56 7 8 91011>>