Lines Matching refs:reporter
22 DEF_TEST(MallocPixelRef, reporter) {
23 REPORTER_ASSERT(reporter, true);
29 REPORTER_ASSERT(reporter, nullptr == pr.get());
38 REPORTER_ASSERT(reporter, nullptr == pr.get());
47 REPORTER_ASSERT(reporter, nullptr == pr.get());
54 REPORTER_ASSERT(reporter, pr.get() != nullptr);
55 REPORTER_ASSERT(reporter, memory.get() == pr->pixels());
60 REPORTER_ASSERT(reporter, pr.get() != nullptr);
61 REPORTER_ASSERT(reporter, pr->pixels());
68 REPORTER_ASSERT(reporter, pr.get() != nullptr);
69 REPORTER_ASSERT(reporter, addr == pr->pixels());
77 REPORTER_ASSERT(reporter, pr.get() != nullptr);
78 REPORTER_ASSERT(reporter, memory.get() == pr->pixels());
79 REPORTER_ASSERT(reporter, 0 == x);
82 REPORTER_ASSERT(reporter, 1 == x);
86 REPORTER_ASSERT(reporter, addr != nullptr);
90 REPORTER_ASSERT(reporter, addr == pr->pixels());
95 REPORTER_ASSERT(reporter, dataPtr->unique());
97 REPORTER_ASSERT(reporter, !(dataPtr->unique()));
99 REPORTER_ASSERT(reporter, dataPtr->unique());
100 REPORTER_ASSERT(reporter, dataPtr->data() == pr->pixels());