HomeSort by relevance Sort by last modified time
    Searched refs:POOL_SIZE (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
BitmapPoolTest.java 35 private static final int POOL_SIZE = 5;
51 for (int i = 0; i < POOL_SIZE; i++) {
64 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME);
75 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME);
93 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME);
  /external/compiler-rt/lib/interception/
interception_win.cc 48 const int POOL_SIZE = 1024;
52 pool = (char *)VirtualAlloc(NULL, POOL_SIZE, MEM_RESERVE | MEM_COMMIT,
58 _memset(pool, 0xCC /* int 3 */, POOL_SIZE);
61 if (pool_used + size > POOL_SIZE)
  /external/clang/lib/Sema/
IdentifierResolver.cpp 32 static const unsigned int POOL_SIZE = 512;
41 IdDeclInfo Pool[POOL_SIZE];
48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {}
399 if (CurIndex == POOL_SIZE) {
  /external/autotest/site_utils/
deploy_production.py 16 POOL_SIZE = 124
203 pool = multiprocessing.pool.ThreadPool(POOL_SIZE)
  /external/autotest/site_utils/suite_scheduler/
driver.py 17 POOL_SIZE = 32
169 thread_pool = pool.ThreadPool(POOL_SIZE)
driver_unittest.py 167 driver.POOL_SIZE = 1
183 driver.POOL_SIZE = 1
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 52 private static final int POOL_SIZE = 2; // "pool size", not *max* "pool size".
106 executor = new ScheduledThreadPoolExecutor(POOL_SIZE);
  /frameworks/base/core/java/android/os/
Parcel.java 206 private static final int POOL_SIZE = 6;
207 private static final Parcel[] sOwnedPool = new Parcel[POOL_SIZE];
208 private static final Parcel[] sHolderPool = new Parcel[POOL_SIZE];
320 for (int i=0; i<POOL_SIZE; i++) {
351 for (int i=0; i<POOL_SIZE; i++) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 56 private Pools.Pool<UpdateOp> mUpdateOpPool = new Pools.SimplePool<UpdateOp>(UpdateOp.POOL_SIZE);
641 static final int POOL_SIZE = 30;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 

Completed in 1545 milliseconds

1 2