Lines Matching refs:REPORTER_ASSERT
25 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt);
26 REPORTER_ASSERT(reporter, data->testing_only_isInCache() == (kInCache == cacheState));
28 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked));
43 REPORTER_ASSERT(reporter, nullptr == data);
59 REPORTER_ASSERT(reporter, data);
60 REPORTER_ASSERT(reporter, data->size() == size);
61 REPORTER_ASSERT(reporter, mask.fBounds.top() == 0 && mask.fBounds.bottom() == 100);
62 REPORTER_ASSERT(reporter, data->data() == (const void*)mask.fImage);
81 REPORTER_ASSERT(reporter, nullptr == data);
97 REPORTER_ASSERT(reporter, data);
98 REPORTER_ASSERT(reporter, data->size() == size);
99 REPORTER_ASSERT(reporter, mask.fBounds.top() == 0 && mask.fBounds.bottom() == 100);
100 REPORTER_ASSERT(reporter, data->data() == (const void*)mask.fImage);