HomeSort by relevance Sort by last modified time
    Searched defs:MAX_POOL_SIZE (Results 26 - 50 of 51) sorted by null

12 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h     [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 96 private static final int MAX_POOL_SIZE = 10;
98 new SynchronizedPool<AccessibilityWindowInfo>(MAX_POOL_SIZE);
AccessibilityEvent.java 752 private static final int MAX_POOL_SIZE = 10;
754 new SynchronizedPool<>(MAX_POOL_SIZE);
    [all...]
AccessibilityRecord.java 78 private static final int MAX_POOL_SIZE = 10;
830 if (sPoolSize <= MAX_POOL_SIZE) {
AccessibilityNodeInfo.java 699 private static final int MAX_POOL_SIZE = 50;
701 new SynchronizedPool<>(MAX_POOL_SIZE);
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java     [all...]
  /frameworks/base/core/java/com/android/internal/util/function/pooled/
PooledLambdaImpl.java 61 private static final int MAX_POOL_SIZE = 50;
66 super(MAX_POOL_SIZE, lock);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 519 private static final int MAX_POOL_SIZE = 32;
521 new SimplePool<MotionEventHolder>(MAX_POOL_SIZE);
MagnificationGestureHandler.java     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mcore.c 115 #define MAX_POOL_SIZE (1024/4)
116 static struct literal litpool [MAX_POOL_SIZE];
675 if (poolsize >= MAX_POOL_SIZE - 2)
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 119 MAX_POOL_SIZE = 16384
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/
bolts-tasks-1.4.0.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 

Completed in 2087 milliseconds

12 3