Home
last modified time | relevance | path

Searched refs:allocCntForTest (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DTArrayTest.cpp122 template <typename T, bool MEM_MOVE> int SkTArray<T, MEM_MOVE>::allocCntForTest() const { in allocCntForTest() function in SkTArray
129 REPORTER_ASSERT(reporter, a.allocCntForTest() == 0); in test_unnecessary_alloc()
133 REPORTER_ASSERT(reporter, a.allocCntForTest() == 10); in test_unnecessary_alloc()
137 REPORTER_ASSERT(reporter, a.allocCntForTest() >= 1); in test_unnecessary_alloc()
142 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
148 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
153 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
158 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
163 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
168 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
[all …]
/external/skqp/tests/
DTArrayTest.cpp122 template <typename T, bool MEM_MOVE> int SkTArray<T, MEM_MOVE>::allocCntForTest() const { in allocCntForTest() function in SkTArray
129 REPORTER_ASSERT(reporter, a.allocCntForTest() == 0); in test_unnecessary_alloc()
133 REPORTER_ASSERT(reporter, a.allocCntForTest() == 10); in test_unnecessary_alloc()
137 REPORTER_ASSERT(reporter, a.allocCntForTest() >= 1); in test_unnecessary_alloc()
142 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
148 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
153 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
158 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
163 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
168 REPORTER_ASSERT(reporter, b.allocCntForTest() == 0); in test_unnecessary_alloc()
[all …]
/external/skia/include/private/
DSkTArray.h396 inline int allocCntForTest() const;
/external/skqp/include/private/
DSkTArray.h396 inline int allocCntForTest() const;