Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/tests/
Dsingle.cpp40 constexpr static int kNumAllocationTest = 3; variable
96 std::shared_ptr<BufferPoolData> buffer[kNumAllocationTest]; in TEST_F()
98 for (int i = 0; i < kNumAllocationTest; ++i) { in TEST_F()
106 for (int i = 0; i < kNumAllocationTest; ++i) { in TEST_F()
107 for (int j = i + 1; j < kNumAllocationTest; ++j) { in TEST_F()
111 EXPECT_TRUE(kNumAllocationTest > 1); in TEST_F()