Searched refs:Pool (Results 1 – 17 of 17) sorted by relevance
20 StrSymPool* Pool = new StrSymPool(1, 1, *R); in StringTableTest() local21 m_pTestee = new StringTable(*Pool); in StringTableTest()
52 public static interface Pool<T> { interface in Pools81 public static class SimplePool<T> implements Pool<T> {
74 static class Pool extends Pools.SynchronizedPool<PooledLambdaImpl> { class in PooledLambdaImpl76 public Pool(Object lock) { in Pool() method in PooledLambdaImpl.Pool81 static final Pool sPool = new Pool(new Object());82 static final Pool sMessageCallbacksPool = new Pool(Message.sPoolSync);159 Pool pool = (mFlags & FLAG_ACQUIRED_FROM_MESSAGE_CALLBACKS_POOL) != 0 in doRecycle()475 static <E extends PooledLambda> E acquire(Pool pool, Object func, in acquire()521 static PooledLambdaImpl acquire(Pool pool) { in acquire()
23 import android.util.Pools.Pool;37 private final Pool<ActiveInputEvent> mActiveInputEventPool =
26 from multiprocessing import Pool93 pool = Pool(processes=None)
25 import android.util.Pools.Pool;55 private final Pool<PendingKeyEvent> mPendingEventPool = new Pools.SimplePool<>(MAX_POOL_SIZE);
94 private final Pools.Pool<HeadsUpEntryPhone> mEntryPool = new Pools.Pool<HeadsUpEntryPhone>() {
308 static Pools.Pool<InfoRecord> sPool = new Pools.SimplePool<>(20);
54 private Pools.Pool<UpdateOp> mUpdateOpPool = new Pools.SimplePool<UpdateOp>(UpdateOp.POOL_SIZE);
26 import android.util.Pools.Pool;70 private static Pool<Bitmap> sTilePool = new SynchronizedPool<Bitmap>(64);
147 * **String Pool** (MCO_StringPool) - A collection of serialized variable
40 import android.util.Pools.Pool;1748 private final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);
56 import android.util.Pools.Pool;473 final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);
3670 android.util.Pools$Pool5165 com.android.internal.util.function.pooled.PooledLambdaImpl$Pool
24430 HSPLcom/android/internal/util/function/pooled/PooledLambdaImpl$Pool;-><init>(Ljava/lang/Object;)V24432 …mpl;->acquire(Lcom/android/internal/util/function/pooled/PooledLambdaImpl$Pool;)Lcom/android/inter…24433 …mpl;->acquire(Lcom/android/internal/util/function/pooled/PooledLambdaImpl$Pool;Ljava/lang/Object;I…36330 Landroid/util/Pools$Pool;38167 Lcom/android/internal/util/function/pooled/PooledLambdaImpl$Pool;
41596 Landroid/media/tv/TvInputManager$Session;->mPendingEventPool:Landroid/util/Pools$Pool;74956 Landroid/view/inputmethod/InputMethodManager;->mPendingEventPool:Landroid/util/Pools$Pool;75085 Landroid/view/InputQueue;->mActiveInputEventPool:Landroid/util/Pools$Pool;88824 Lcom/android/internal/os/BatteryStatsImpl;->mNetworkStatsPool:Landroid/util/Pools$Pool;
10675 private final Pools.Pool<NetworkStats> mNetworkStatsPool = new Pools.SynchronizedPool<>(6);