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

/frameworks/base/libs/hwui/tests/microbench/
H A DLinearAllocatorBench.cpp39 LinearAllocator la; local
40 LinearStdAllocator<void*> stdAllocator(la);
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp31 LinearAllocator la; local
32 EXPECT_EQ(0u, la.usedSize());
33 la.alloc<char>(64);
36 EXPECT_LE(64u, la.usedSize());
37 EXPECT_GT(80u, la.usedSize());
38 auto pair = la.create<SimplePair>();
39 EXPECT_LE(64u + sizeof(SimplePair), la.usedSize());
40 EXPECT_GT(80u + sizeof(SimplePair), la.usedSize());
48 LinearAllocator la; local
50 la
71 LinearAllocator la; local
90 LinearAllocator la; local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 69 milliseconds