Home
last modified time | relevance | path

Searched defs:buf2 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/
DAlignedBuf_unittest.cpp66 AlignedBuf<uint32_t, 64> buf2(numFewItems); in TEST() local
80 AlignedBuf<uint32_t, align> buf2 = buf; in TEST() local
110 AlignedBuf<uint32_t, align> buf2 = std::move(buf); in TEST() local
128 AlignedBuf<uint32_t, align> buf2 = buf; in TEST() local
/hardware/google/graphics/common/libion/test/
Dion_test_fixture.cpp213 unsigned int *buf2 = new unsigned int[nelem]; in blowCache() local