HomeSort by relevance Sort by last modified time
    Searched defs:allocCntForTest (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
TArrayTest.cpp 223 template <typename T, bool MEM_MOVE> int SkTArray<T, MEM_MOVE>::allocCntForTest() const {
230 REPORTER_ASSERT(reporter, a.allocCntForTest() == 0);
234 REPORTER_ASSERT(reporter, a.allocCntForTest() == 10);
238 REPORTER_ASSERT(reporter, a.allocCntForTest() >= 1);
243 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
249 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
254 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
259 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
264 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
269 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0)
    [all...]
  /external/skqp/tests/
TArrayTest.cpp 223 template <typename T, bool MEM_MOVE> int SkTArray<T, MEM_MOVE>::allocCntForTest() const {
230 REPORTER_ASSERT(reporter, a.allocCntForTest() == 0);
234 REPORTER_ASSERT(reporter, a.allocCntForTest() == 10);
238 REPORTER_ASSERT(reporter, a.allocCntForTest() >= 1);
243 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
249 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
254 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
259 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
264 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0);
269 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0)
    [all...]

Completed in 934 milliseconds