Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp230 const size_t pool_size = pool_strings.size(); in AssertTranslations() local
231 ASSERT_EQ(pool_size, expected.size()); in AssertTranslations()
233 for (size_t i = 0; i < pool_size; i++) { in AssertTranslations()
/frameworks/native/vulkan/libvulkan/
Dapi.cpp124 size_t pool_size; member
239 size_t offset = arr.pool_size; in AddImplicitLayerName()
245 arr.pool_size += len + 1; in AddImplicitLayerName()
280 while (arr.pool_size + name_size > arr.max_pool_size) { in GrowImplicitLayerArray()
294 arr.pool_size = 0; in GrowImplicitLayerArray()