HomeSort by relevance Sort by last modified time
    Searched full:poolsize (Results 1 - 25 of 29) sorted by null

1 2

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
FifoPriorityThreadPoolExecutor.java 22 * @param poolSize The number of threads.
24 public FifoPriorityThreadPoolExecutor(int poolSize) {
25 this(poolSize, poolSize, 0, TimeUnit.MILLISECONDS, new DefaultThreadFactory());
  /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;
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_among.h 32 int poolsize; member in struct:ebt_mac_wormhash
36 #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_among.h 32 int poolsize; member in struct:ebt_mac_wormhash
36 #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_among.h 41 int poolsize; member in struct:ebt_mac_wormhash
46 + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 41 int poolsize; member in struct:ebt_mac_wormhash
46 + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 41 int poolsize; member in struct:ebt_mac_wormhash
46 + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_among.h 32 int poolsize; member in struct:ebt_mac_wormhash
36 #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_among.h 32 int poolsize; member in struct:ebt_mac_wormhash
36 #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_among.h 32 int poolsize; member in struct:ebt_mac_wormhash
36 #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) + (x)->poolsize * sizeof(struct ebt_mac_wormhash_tuple) : 0)
  /external/deqp/framework/referencerenderer/
rrVertexPacket.cpp 80 const size_t poolSize = 8;
83 m_singleAllocPool = allocArray(poolSize);
  /packages/apps/Mms/src/com/android/mms/util/
BackgroundLoaderManager.java 73 final int poolSize = MAX_THREADS;
75 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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 68 private void setUp(int poolSize) throws Exception {
90 pool = new ConnectionPool(poolSize, KEEP_ALIVE_DURATION_MS);
124 private void resetWithPoolSize(int poolSize) throws Exception {
126 setUp(poolSize);
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
AsyncTaskPoolMonitor.java 150 int poolSize = pool.getCorePoolSize();
153 for (int i = 0; i < poolSize; i++) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java 120 int value = SystemProperties.getInt("debug.sqlite.wal.poolsize",
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsnamed.c 71 if (mlu ->PoolSize == 0)
74 size = mlu ->PoolSize * 2;
77 if (size < mlu ->PoolSize) return FALSE;
85 mlu ->PoolSize = size;
158 while ((mlu ->PoolSize - mlu ->PoolUsed) < size) {
265 NewMlu ->PoolSize = mlu ->PoolUsed;
lcms2_internal.h 665 cmsUInt32Number PoolSize; // The maximum allocated size
    [all...]
  /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);
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 54 * public NetworkService(int port, int poolSize)
57 * pool = Executors.newFixedThreadPool(poolSize);
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.cpp 326 int32_t poolSize = stringPool->size();
328 for (i=0; i<poolSize; i++) {
  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 329 int32_t poolSize = stringPool->size();
331 for (i=0; i<poolSize; i++) {
  /external/valgrind/main/include/
pub_tool_oset.h 213 SizeT poolSize,
220 // (if poolSize is 0, maxEltSize is not relevant for the OSet).
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveActionTest.java 760 * getPoolIndex of current thread in pool returns 0 <= value < poolSize
    [all...]

Completed in 7672 milliseconds

1 2