/external/mockito/src/org/mockito/internal/matchers/ |
CapturingMatcher.java | 13 import org.mockito.exceptions.Reporter;
37 new Reporter().noArgumentValueWasCaptured();
|
VarargCapturingMatcher.java | 5 import org.mockito.exceptions.Reporter; 30 new Reporter().noArgumentValueWasCaptured();
|
/external/mockito/src/org/mockito/internal/verification/ |
AtMost.java | 10 import org.mockito.exceptions.Reporter; 39 new Reporter().wantedAtMostX(maxNumberOfInvocations, foundSize);
|
/external/skia/tests/ |
BitmapGetColorTest.cpp | 13 DEF_TEST(GetColor, reporter) { 46 REPORTER_ASSERT(reporter, c == gRec[i].fOutColor);
|
FillPathTest.cpp | 29 DEF_TEST(FillPathInverse, reporter) { 44 REPORTER_ASSERT(reporter, blitter.m_blitCount == expected_lines);
|
PathOpsInverseTest.cpp | 9 DEF_TEST(PathOpsInverse, reporter) { 25 testPathOp(reporter, one, two, (SkPathOp) op, "inverseTest");
|
PathOpsOpLoopThreadedTest.cpp | 64 DEF_TEST(PathOpsOpLoopsThreaded, reporter) { 65 int threadCount = initializeTests(reporter, "cubicOp"); 66 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 75 if (!reporter->allowExtendedTest()) goto finish; 83 DEF_TEST(PathOpsOpLoops, reporter) { 84 (void) initializeTests(reporter, "cubicOp"); 86 state.fReporter = reporter; 98 if (!reporter->allowExtendedTest()) goto finish;
|
PathOpsCubicReduceOrderTest.cpp | 61 DEF_TEST(PathOpsReduceOrderCubic, reporter) { 113 REPORTER_ASSERT(reporter, 0); 123 REPORTER_ASSERT(reporter, 0); 132 REPORTER_ASSERT(reporter, 0); 141 REPORTER_ASSERT(reporter, 0); 150 REPORTER_ASSERT(reporter, 0); 160 REPORTER_ASSERT(reporter, 0); 169 REPORTER_ASSERT(reporter, 0); 179 REPORTER_ASSERT(reporter, 0); 189 REPORTER_ASSERT(reporter, 0) [all...] |
ReadPixelsTest.cpp | 155 static bool checkRead(skiatest::Reporter* reporter, 189 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul)); 195 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == *pixel); 245 DEF_GPUTEST(ReadPixels, reporter, factory) { 364 REPORTER_ASSERT(reporter, success == expectSuccess); 366 REPORTER_ASSERT(reporter, idBefore == idAfter); 369 checkRead(reporter, bmp, srcRect.fLeft, srcRect.fTop, 374 REPORTER_ASSERT(reporter, bmp.isNull()); 383 REPORTER_ASSERT(reporter, success) [all...] |
SHA1Test.cpp | 36 static void sha1_test(const SHA1Test& test, skiatest::Reporter* reporter) { 46 REPORTER_ASSERT(reporter, digests_equal(test.digest, digest)); 49 DEF_TEST(SHA1, reporter) { 51 sha1_test(sha1_tests[i], reporter);
|
PathOpsCubicQuadIntersectionTest.cpp | 60 static void cubicQuadIntersection(skiatest::Reporter* reporter, int index) { 72 REPORTER_ASSERT(reporter, 0); 76 REPORTER_ASSERT(reporter, 0); 90 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); 99 REPORTER_ASSERT(reporter, found); 101 reporter->bumpTestCount(); 104 DEF_TEST(PathOpsCubicQuadIntersection, reporter) { 106 cubicQuadIntersection(reporter, index); 107 reporter->bumpTestCount() [all...] |
PathOpsSkpClipTest.cpp | 311 void init(int dirNo, skiatest::Reporter* reporter) { 312 fReporter = reporter; 318 skiatest::Reporter* fReporter; 323 TestRunner(skiatest::Reporter* reporter, int threadCount) 325 , fReporter(reporter) { 332 skiatest::Reporter* fReporter; 772 skiatest::Reporter* reporter = state->fReporter local [all...] |
PathOpsQuadLineIntersectionThreadedTest.cpp | 41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, 65 REPORTER_ASSERT(reporter, found); 113 DEF_TEST(PathOpsQuadLineIntersectionThreaded, reporter) { 114 int threadCount = initializeTests(reporter, "testQuadLineIntersect"); 115 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 122 if (!reporter->allowExtendedTest()) goto finish;
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsCubicReduceOrderTest.cpp | 61 DEF_TEST(PathOpsReduceOrderCubic, reporter) { 113 REPORTER_ASSERT(reporter, 0); 123 REPORTER_ASSERT(reporter, 0); 132 REPORTER_ASSERT(reporter, 0); 141 REPORTER_ASSERT(reporter, 0); 150 REPORTER_ASSERT(reporter, 0); 160 REPORTER_ASSERT(reporter, 0); 169 REPORTER_ASSERT(reporter, 0); 179 REPORTER_ASSERT(reporter, 0); 189 REPORTER_ASSERT(reporter, 0) [all...] |
ReadPixelsTest.cpp | 155 static bool checkRead(skiatest::Reporter* reporter, 189 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul)); 195 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == *pixel); 245 DEF_GPUTEST(ReadPixels, reporter, factory) { 364 REPORTER_ASSERT(reporter, success == expectSuccess); 366 REPORTER_ASSERT(reporter, idBefore == idAfter); 369 checkRead(reporter, bmp, srcRect.fLeft, srcRect.fTop, 374 REPORTER_ASSERT(reporter, bmp.isNull()); 383 REPORTER_ASSERT(reporter, success) [all...] |
SHA1Test.cpp | 36 static void sha1_test(const SHA1Test& test, skiatest::Reporter* reporter) { 46 REPORTER_ASSERT(reporter, digests_equal(test.digest, digest)); 49 DEF_TEST(SHA1, reporter) { 51 sha1_test(sha1_tests[i], reporter);
|
PathOpsCubicQuadIntersectionTest.cpp | 60 static void cubicQuadIntersection(skiatest::Reporter* reporter, int index) { 72 REPORTER_ASSERT(reporter, 0); 76 REPORTER_ASSERT(reporter, 0); 90 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); 99 REPORTER_ASSERT(reporter, found); 101 reporter->bumpTestCount(); 104 DEF_TEST(PathOpsCubicQuadIntersection, reporter) { 106 cubicQuadIntersection(reporter, index); 107 reporter->bumpTestCount() [all...] |
PathOpsSkpClipTest.cpp | 311 void init(int dirNo, skiatest::Reporter* reporter) { 312 fReporter = reporter; 318 skiatest::Reporter* fReporter; 323 TestRunner(skiatest::Reporter* reporter, int threadCount) 325 , fReporter(reporter) { 332 skiatest::Reporter* fReporter; 772 skiatest::Reporter* reporter = state->fReporter local [all...] |
PathOpsQuadLineIntersectionThreadedTest.cpp | 41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, 65 REPORTER_ASSERT(reporter, found); 113 DEF_TEST(PathOpsQuadLineIntersectionThreaded, reporter) { 114 int threadCount = initializeTests(reporter, "testQuadLineIntersect"); 115 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 122 if (!reporter->allowExtendedTest()) goto finish;
|
ReadWriteAlphaTest.cpp | 18 DEF_GPUTEST(ReadWriteAlpha, reporter, factory) { 81 REPORTER_ASSERT(reporter, match); 108 REPORTER_ASSERT(reporter, match);
|
/external/chromium_org/chrome/browser/net/ |
chrome_fraudulent_certificate_reporter_unittest.cc | 119 // Therefore, we test only that the Reporter tried to send a request at all. 160 SendingTestReporter reporter(&context); 162 reporter.SendReport("mail.google.com", info, true); 167 NotSendingTestReporter reporter(&context); 169 reporter.SendReport("www.example.com", info, true); 174 MockReporter reporter(&context); 176 reporter.SendReport("mail.google.com", info, true);
|
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
annotate.py | 5 from coverage.report import Reporter 7 class AnnotateReporter(Reporter): 10 This reporter creates annotated copies of the measured source files. Each
|
summary.py | 5 from coverage.report import Reporter 9 class SummaryReporter(Reporter): 10 """A reporter for writing the summary report."""
|