Searched defs:LOOPS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp220 const int LOOPS = 5; local
224 EXPECT_TRUE(mIndex++ >= LOOPS) << "Bitmaps should be above all rects";
227 EXPECT_TRUE(mIndex++ < LOOPS) << "Rects should be below all bitmaps";
240 for (int i = 0; i < LOOPS; i++) {
253 EXPECT_EQ(2 * LOOPS, renderer.getIndex())
594 const int LOOPS = 5; local
598 EXPECT_TRUE(mIndex++ >= LOOPS) << "Strikethrough rects should be above all text";
613 for (int i = 0; i < LOOPS; i++) {
624 EXPECT_EQ(2 * LOOPS, renderer.getIndex())

Completed in 75 milliseconds