HomeSort by relevance Sort by last modified time
    Searched refs:Reporter (Results 76 - 100 of 379) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/chromium_org/third_party/skia/dm/
DMSKPTask.cpp 13 SKPTask::SKPTask(Reporter* r,
DMTestTask.cpp 19 CpuTestTask::CpuTestTask(Reporter* reporter,
22 : CpuTask(reporter, taskRunner)
26 GpuTestTask::GpuTestTask(Reporter* reporter,
29 : GpuTask(reporter, taskRunner)
  /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/
DMSKPTask.cpp 8 SKPTask::SKPTask(Reporter* r, TaskRunner* tr, SkPicture* pic, SkString filename)
DMTestTask.cpp 25 CpuTestTask::CpuTestTask(Reporter* reporter,
28 : CpuTask(reporter, taskRunner)
32 GpuTestTask::GpuTestTask(Reporter* reporter,
35 : GpuTask(reporter, taskRunner)
  /external/chromium_org/third_party/skia/tests/
DataRefTest.cpp 16 static void test_is_equal(skiatest::Reporter* reporter,
18 REPORTER_ASSERT(reporter, a->count() == b->count());
23 REPORTER_ASSERT(reporter, sizea == sizeb);
24 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea));
28 static void test_datatable_is_empty(skiatest::Reporter* reporter,
30 REPORTER_ASSERT(reporter, table->isEmpty());
31 REPORTER_ASSERT(reporter, 0 == table->count());
34 static void test_emptytable(skiatest::Reporter* reporter)
    [all...]
ColorTest.cpp 19 static inline void test_premul(skiatest::Reporter* reporter) {
30 REPORTER_ASSERT(reporter, p0 == p1);
34 REPORTER_ASSERT(reporter, ax <= a);
46 static void test_interp(skiatest::Reporter* reporter) {
57 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a0) == dst);
58 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src);
63 static inline void test_fast_interp(skiatest::Reporter* reporter) {
    [all...]
ObjectPoolTest.cpp 21 static bool verifyPool(skiatest::Reporter* reporter,
26 ERRORF(reporter, "%s - Pool available is %d not %d",
31 ERRORF(reporter, "%s - Pool blocks is %d not %d",
39 static void testObjectPool(skiatest::Reporter* reporter) {
42 verifyPool(reporter, pool, "empty", 0, 0);
47 if (!verifyPool(reporter, pool, "acquire", available, blocks)) {
56 if (!verifyPool(reporter, pool, "release", available, blocks)) {
62 REPORTER_ASSERT(reporter, used.isEmpty())
    [all...]
PathOpsQuadReduceOrderTest.cpp 20 static void oneOffTest(skiatest::Reporter* reporter) {
29 static void standardTestCases(skiatest::Reporter* reporter) {
65 DEF_TEST(PathOpsReduceOrderQuad, reporter) {
66 oneOffTest(reporter);
67 standardTestCases(reporter);
XfermodeTest.cpp 14 static void test_asMode(skiatest::Reporter* reporter) {
19 REPORTER_ASSERT(reporter, reportedMode != mode);
22 REPORTER_ASSERT(reporter, SkXfermode::AsMode(xfer, &reportedMode));
23 REPORTER_ASSERT(reporter, reportedMode == mode);
28 REPORTER_ASSERT(reporter, xfer->asMode(&reportedMode));
29 REPORTER_ASSERT(reporter, reportedMode == mode);
32 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode);
37 static void test_IsMode(skiatest::Reporter* reporter) {
    [all...]
RandomTest.cpp 59 static void test_random_byte(skiatest::Reporter* reporter, int shift) {
68 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000));
71 static void test_random_float(skiatest::Reporter* reporter) {
78 REPORTER_ASSERT(reporter, 0.0f <= f && f < 1.0f);
81 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000));
86 REPORTER_ASSERT(reporter, 0.0f <= f && f < 1.0f);
89 REPORTER_ASSERT(reporter, anderson_darling_test(p));
102 static double test_single_gorilla(skiatest::Reporter* reporter, int shift)
    [all...]
  /external/skia/tests/
DataRefTest.cpp 16 static void test_is_equal(skiatest::Reporter* reporter,
18 REPORTER_ASSERT(reporter, a->count() == b->count());
23 REPORTER_ASSERT(reporter, sizea == sizeb);
24 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea));
28 static void test_datatable_is_empty(skiatest::Reporter* reporter,
30 REPORTER_ASSERT(reporter, table->isEmpty());
31 REPORTER_ASSERT(reporter, 0 == table->count());
34 static void test_emptytable(skiatest::Reporter* reporter)
    [all...]
ColorTest.cpp 19 static inline void test_premul(skiatest::Reporter* reporter) {
30 REPORTER_ASSERT(reporter, p0 == p1);
34 REPORTER_ASSERT(reporter, ax <= a);
46 static void test_interp(skiatest::Reporter* reporter) {
57 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a0) == dst);
58 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src);
63 static inline void test_fast_interp(skiatest::Reporter* reporter) {
    [all...]
ObjectPoolTest.cpp 21 static bool verifyPool(skiatest::Reporter* reporter,
26 ERRORF(reporter, "%s - Pool available is %d not %d",
31 ERRORF(reporter, "%s - Pool blocks is %d not %d",
39 static void testObjectPool(skiatest::Reporter* reporter) {
42 verifyPool(reporter, pool, "empty", 0, 0);
47 if (!verifyPool(reporter, pool, "acquire", available, blocks)) {
56 if (!verifyPool(reporter, pool, "release", available, blocks)) {
62 REPORTER_ASSERT(reporter, used.isEmpty())
    [all...]
PathOpsQuadReduceOrderTest.cpp 20 static void oneOffTest(skiatest::Reporter* reporter) {
29 static void standardTestCases(skiatest::Reporter* reporter) {
65 DEF_TEST(PathOpsReduceOrderQuad, reporter) {
66 oneOffTest(reporter);
67 standardTestCases(reporter);
XfermodeTest.cpp 14 static void test_asMode(skiatest::Reporter* reporter) {
19 REPORTER_ASSERT(reporter, reportedMode != mode);
22 REPORTER_ASSERT(reporter, SkXfermode::AsMode(xfer, &reportedMode));
23 REPORTER_ASSERT(reporter, reportedMode == mode);
28 REPORTER_ASSERT(reporter, xfer->asMode(&reportedMode));
29 REPORTER_ASSERT(reporter, reportedMode == mode);
32 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode);
37 static void test_IsMode(skiatest::Reporter* reporter) {
    [all...]
RandomTest.cpp 59 static void test_random_byte(skiatest::Reporter* reporter, int shift) {
68 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000));
71 static void test_random_float(skiatest::Reporter* reporter) {
78 REPORTER_ASSERT(reporter, 0.0f <= f && f < 1.0f);
81 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000));
86 REPORTER_ASSERT(reporter, 0.0f <= f && f < 1.0f);
89 REPORTER_ASSERT(reporter, anderson_darling_test(p));
102 static double test_single_gorilla(skiatest::Reporter* reporter, int shift)
    [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();

Completed in 376 milliseconds

1 2 34 5 6 7 8 91011>>