Lines Matching refs:REPORTER_ASSERT
60 REPORTER_ASSERT(reporter, heap.count() == 0);
61 REPORTER_ASSERT(reporter, dictionary.count() == 0);
68 REPORTER_ASSERT(reporter, 1 == index);
69 REPORTER_ASSERT(reporter, heap.count() == 1);
70 REPORTER_ASSERT(reporter, dictionary.count() == 1);
74 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 1);
77 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 0);
81 REPORTER_ASSERT(reporter, heap.count() == 0);
90 REPORTER_ASSERT(reporter, 1 == index);
91 REPORTER_ASSERT(reporter, heap.count() == 1);
92 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(heap.getEntry(0)) == 0);