HomeSort by relevance Sort by last modified time
    Searched refs:poolSize (Results 1 - 11 of 11) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
BytesBufferPool.java 68 public BytesBufferPool(int poolSize, int bufferSize) {
69 mList = new ArrayList<BytesBuffer>(poolSize);
70 mPoolSize = poolSize;
  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 113 size_t poolSize = MINIMUM_BUMP_POOL_SIZE;
114 while (poolSize < minimumCapacity) {
115 poolSize <<= 1;
118 if (!poolSize)
122 PageAllocation allocation = PageAllocation::allocate(poolSize);
  /packages/apps/Mms/src/com/android/mms/util/
BackgroundLoaderManager.java 71 final int poolSize = MAX_THREADS;
73 poolSize, poolSize, 5, TimeUnit.SECONDS, queue,
  /external/srec/portable/src/
pmemblock.c 282 static BOOL CreatePool(uint32 whichPool, uint32 poolSize)
307 pMemory = malloc(poolSize * (1 << whichPool) + PARTITION_CONTROL_BLOCK_SIZE);
320 retval = pt_create(name, pMemory, 0, poolSize * (1 << whichPool) + PARTITION_CONTROL_BLOCK_SIZE,
331 memoryPool[whichPool].poolInfo[currentNumberOfPools].size = poolSize;
339 static BOOL AddPool(uint32 whichPool, uint32 poolSize)
344 return CreatePool(whichPool, poolSize);
  /external/valgrind/main/include/
pub_tool_oset.h 207 SizeT poolSize,
214 // (if poolSize is 0, maxEltSize is not relevant for the OSet).
  /hardware/ti/omap3/dspbridge/inc/
mem.h 430 * poolSize size of the physical memory pool.
438 IN DWORD poolSize);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 430 * poolSize size of the physical memory pool.
438 IN DWORD poolSize);
  /external/icu4c/i18n/
uspoof_conf.cpp 329 int32_t poolSize = stringPool->size();
331 for (i=0; i<poolSize; i++) {
  /dalvik/vm/oo/
Class.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 207 public int poolSize;
210 poolSize = size;
261 mComponentPools.add(new GameComponentPool(component.type, component.poolSize));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 485 milliseconds