Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DAlignedBuf_unittest.cpp34 const int numItems = 10; in TEST() local
38 AlignedBuf<uint32_t, 64> buf(numItems); in TEST()
40 EXPECT_EQ(numItems, buf.size()); in TEST()
44 AlignedBuf<uint32_t, 256> buf(numItems); in TEST()
46 EXPECT_EQ(numItems, buf.size()); in TEST()
50 AlignedBuf<uint32_t, 4096> buf(numItems); in TEST()
52 EXPECT_EQ(numItems, buf.size()); in TEST()