OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocCntForTest
(Results
1 - 4
of
4
) 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
...]
/external/skia/include/private/
SkTArray.h
390
inline int
allocCntForTest
() const;
/external/skqp/include/private/
SkTArray.h
390
inline int
allocCntForTest
() const;
Completed in 382 milliseconds