Searched refs:poolSize (Results 1 – 12 of 12) sorted by relevance
22 VkDescriptorPoolSize& poolSize = poolSizes.get()[currentPool++]; in GrVkDescriptorPool() local23 poolSize.type = (VkDescriptorType)i; in GrVkDescriptorPool()24 poolSize.descriptorCount = fTypeCounts.fDescriptorTypeCount[i]; in GrVkDescriptorPool()
26 public FifoPriorityThreadPoolExecutor(int poolSize) { in FifoPriorityThreadPoolExecutor() argument27 this(poolSize, poolSize, 0, TimeUnit.MILLISECONDS, new DefaultThreadFactory()); in FifoPriorityThreadPoolExecutor()
80 const size_t poolSize = 8; in alloc() local83 m_singleAllocPool = allocArray(poolSize); in alloc()
80 private void setUp(int poolSize) throws Exception { in setUp() argument105 pool = new ConnectionPool(poolSize, KEEP_ALIVE_DURATION_MS); in setUp()142 private void resetWithPoolSize(int poolSize) throws Exception { in resetWithPoolSize() argument144 setUp(poolSize); in resetWithPoolSize()
215 SizeT poolSize,
85 int poolSize = Integer.parseInt(config.properties().get(RUNNER_MAX_PARALLELISM_OPTION)); in provideExecutorService() local86 return MoreExecutors.listeningDecorator(Executors.newFixedThreadPool(poolSize)); in provideExecutorService()
320 SizeT poolSize, in VG_()327 vg_assert (poolSize > 0); in VG_()332 poolSize, in VG_()
352 int32_t poolSize = stringPool->size(); in build() local354 for (i=0; i<poolSize; i++) { in build()
169 - (id)initWithBufferCapacity:(NSUInteger)poolSize;1531 - (id)initWithBufferCapacity:(NSUInteger)poolSize;1535 _poolSize = poolSize;1536 _bufferedConsumers = [[NSMutableArray alloc] initWithCapacity:poolSize];
1100 int poolSize = stringPool.size();1102 for (i = 0; i < poolSize; i++) {
1137 int poolSize = stringPool.size();1139 for (i = 0; i < poolSize; i++) {
207 public int poolSize; in GameObjectFactory() field in GameObjectFactory.ComponentClass210 poolSize = size; in GameObjectFactory()261 mComponentPools.add(new GameComponentPool(component.type, component.poolSize)); in GameObjectFactory()