/external/objenesis/tck/test/org/objenesis/tck/ |
TCKTest.java | 64 Reporter reporter = new RecordingReporter(); local 65 tck.runTests(reporter); 67 // Expect... the reporter to have received a sequence of calls 75 + "result(false)\n" + "endTest()\n" + "endTests()\n", reporter.toString()); 90 Reporter reporter = new RecordingReporter(); local 91 tck.runTests(reporter); 93 // Expect... the reporter to be notified that A succeeded 99 "endTest()\n" + "endTests()\n", reporter.toString()) [all...] |
/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/mockito/src/org/mockito/internal/progress/ |
ArgumentMatcherStorageImpl.java | 9 import org.mockito.exceptions.Reporter; 96 new Reporter().reportNoSubMatchersFound(additionalMatcherName); 104 new Reporter().incorrectUseOfAdditionalMatchers(additionalMatcherName, count, lastMatchers); 115 new Reporter().misplacedArgumentMatcher(lastMatchers);
|
/external/skia/dm/ |
DMGpuTask.h | 21 Reporter*,
|
DMTask.cpp | 10 Task::Task(Reporter* reporter, TaskRunner* taskRunner) 11 : fReporter(reporter), fTaskRunner(taskRunner), fDepth(0) {
|
/external/skia/tests/ |
GLInterfaceValidation.cpp | 17 static void GLInterfaceValidationTest(skiatest::Reporter* reporter, GrContextFactory* factory) { 23 REPORTER_ASSERT(reporter, NULL != glCtxHelper); 30 REPORTER_ASSERT(reporter, interface->validate(binding));
|
PathOpsCubicToQuadsTest.cpp | 16 static void test(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name, 28 REPORTER_ASSERT(reporter, quads.count() == 1); 32 static void test(skiatest::Reporter* reporter, const SkDQuad* quadTests, const char* name, 45 REPORTER_ASSERT(reporter, quads.count() <= 2); 49 static void testC(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name, 61 REPORTER_ASSERT(reporter, 0); 67 REPORTER_ASSERT(reporter, 0) [all...] |
PathOpsOpTest.cpp | 11 static void cubicOp1d(skiatest::Reporter* reporter) { 21 testPathOp(reporter, path, pathB, kDifference_PathOp); 24 static void cubicOp2d(skiatest::Reporter* reporter) { 34 testPathOp(reporter, path, pathB, kDifference_PathOp); 37 static void cubicOp3d(skiatest::Reporter* reporter) { 47 testPathOp(reporter, path, pathB, kDifference_PathOp); 50 static void cubicOp5d(skiatest::Reporter* reporter) [all...] |
DataRefTest.cpp | 17 static void test_is_equal(skiatest::Reporter* reporter, 19 REPORTER_ASSERT(reporter, a->count() == b->count()); 24 REPORTER_ASSERT(reporter, sizea == sizeb); 25 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea)); 29 static void test_datatable_is_empty(skiatest::Reporter* reporter, 31 REPORTER_ASSERT(reporter, table->isEmpty()); 32 REPORTER_ASSERT(reporter, 0 == table->count()); 35 static void test_emptytable(skiatest::Reporter* reporter) [all...] |
BitmapHasherTest.cpp | 23 virtual void onRun(Reporter* reporter) { 24 this->fReporter = reporter; 56 Reporter* fReporter;
|
ColorTest.cpp | 20 static inline void test_premul(skiatest::Reporter* reporter) { 31 REPORTER_ASSERT(reporter, p0 == p1); 35 REPORTER_ASSERT(reporter, ax <= a); 47 static void test_interp(skiatest::Reporter* reporter) { 58 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a0) == dst); 59 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src); 64 static inline void test_fast_interp(skiatest::Reporter* reporter) { [all...] |
PathOpsDTriangleTest.cpp | 31 static void PathOpsTriangleUtilitiesTest(skiatest::Reporter* reporter) { 38 REPORTER_ASSERT(reporter, 0); 43 REPORTER_ASSERT(reporter, 0); 58 static void PathOpsTriangleOneOffTest(skiatest::Reporter* reporter) { 66 REPORTER_ASSERT(reporter, 0);
|
PictureUtilsTest.cpp | 13 static void test_filepath_creation(skiatest::Reporter* reporter) { 18 REPORTER_ASSERT(reporter, result.equals("test/path/test")); 21 static void test_get_basename(skiatest::Reporter* reporter) { 25 REPORTER_ASSERT(reporter, result.equals("basename")); 30 REPORTER_ASSERT(reporter, result.equals("dir")); 35 REPORTER_ASSERT(reporter, result.equals("path")); 41 REPORTER_ASSERT(reporter, result.equals("winbasename")); 46 REPORTER_ASSERT(reporter, result.equals("windir")) [all...] |
PathOpsSimplifyFailTest.cpp | 40 static void failOne(skiatest::Reporter* reporter, int index) { 63 REPORTER_ASSERT(reporter, !success); 64 REPORTER_ASSERT(reporter, result.isEmpty()); 65 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); 66 reporter->bumpTestCount(); 69 static void dontFailOne(skiatest::Reporter* reporter, int index) { 89 REPORTER_ASSERT(reporter, success); 90 REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType) [all...] |
RandomTest.cpp | 60 static void test_random_byte(skiatest::Reporter* reporter, int shift) { 69 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); 72 static void test_random_float(skiatest::Reporter* reporter) { 79 REPORTER_ASSERT(reporter, 0.0f <= f && f < 1.0f); 82 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); 87 REPORTER_ASSERT(reporter, 0.0f <= f && f < 1.0f); 90 REPORTER_ASSERT(reporter, anderson_darling_test(p)); 103 static double test_single_gorilla(skiatest::Reporter* reporter, int shift) [all...] |
CanvasTest.cpp | 22 * skiatest::Reporter* reporter, 27 * REPORTER_ASSERT_MESSAGE(reporter, (...), \ 83 static void test_clipVisitor(skiatest::Reporter* reporter, SkCanvas* canvas) { 93 REPORTER_ASSERT(reporter, c.getTotalClip() == canvas->getTotalClip()); 159 virtual void draw(SkCanvas*, skiatest::Reporter*) = 0; 243 virtual void draw(SkCanvas* canvas, skiatest::Reporter* reporter) { \ 244 FUNCTION (canvas, reporter, this); [all...] |
FontHostTest.cpp | 35 static void test_unitsPerEm(skiatest::Reporter* reporter, SkTypeface* face) { 48 REPORTER_ASSERT(reporter, tableUPEM == nativeUPEM); 57 static void test_countGlyphs(skiatest::Reporter* reporter, SkTypeface* face) { 70 REPORTER_ASSERT(reporter, tableGlyphs == nativeGlyphs); 95 static void test_charsToGlyphs(skiatest::Reporter* reporter, SkTypeface* face) { 115 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str()); 120 static void test_fontstream(skiatest::Reporter* reporter [all...] |
/external/mockito/src/org/mockito/internal/configuration/injection/scanner/ |
InjectMocksScanner.java | 11 import org.mockito.exceptions.Reporter; 64 new Reporter().unsupportedCombinationOfAnnotations(annotation.getSimpleName(), InjectMocks.class.getSimpleName());
|
/external/mockito/src/org/mockito/internal/matchers/ |
VarargCapturingMatcher.java | 5 import org.mockito.exceptions.Reporter; 30 new Reporter().noArgumentValueWasCaptured();
|
/external/mockito/src/org/mockito/internal/stubbing/ |
OngoingStubbingImpl.java | 7 import org.mockito.exceptions.Reporter;
25 new Reporter().incorrectUseOfApi();
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
ReturnsSmartNulls.java | 11 import org.mockito.exceptions.Reporter;
70 new Reporter().smartNullPointerException(unstubbedInvocation.toString(), location);
|
/external/mockito/src/org/mockito/internal/verification/ |
AtMost.java | 10 import org.mockito.exceptions.Reporter; 39 new Reporter().wantedAtMostX(maxNumberOfInvocations, foundSize);
|
/external/mockito/src/org/mockito/verification/ |
Timeout.java | 7 import org.mockito.exceptions.Reporter;
65 new Reporter().atMostShouldNotBeUsedWithTimeout();
|