Home
last modified time | relevance | path

Searched defs:corePoolSize (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/concurrent/
DUniqueExecutor.java36 public UniqueExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, in UniqueExecutor()
41 public UniqueExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, in UniqueExecutor()
47 public UniqueExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, in UniqueExecutor()
53 public UniqueExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, in UniqueExecutor()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DThreadPoolExecutor.java44 int corePoolSize, in ThreadPoolExecutor()
53 int corePoolSize, in ThreadPoolExecutor()
63 int corePoolSize, in ThreadPoolExecutor()
73 int corePoolSize, in ThreadPoolExecutor()
229 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize()
342 private volatile int corePoolSize; field in ThreadPoolExecutor
H A DExecutors.java92 int corePoolSize) { in newScheduledThreadPool()
97 int corePoolSize, java.util.concurrent.ThreadFactory threadFactory) { in newScheduledThreadPool()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java562 private volatile int corePoolSize; field in ThreadPoolExecutor
1204 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1239 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1275 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1312 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1571 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize()
DScheduledThreadPoolExecutor.java501 public ScheduledThreadPoolExecutor(int corePoolSize) { in ScheduledThreadPoolExecutor()
518 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
536 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
557 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
DExecutors.java330 public static ScheduledExecutorService newScheduledThreadPool(int corePoolSize) { in newScheduledThreadPool()
346 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java562 private volatile int corePoolSize; field in ThreadPoolExecutor
1204 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1239 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1275 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1312 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1571 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize()
DScheduledThreadPoolExecutor.java501 public ScheduledThreadPoolExecutor(int corePoolSize) { in ScheduledThreadPoolExecutor()
518 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
536 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
557 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java562 private volatile int corePoolSize; field in ThreadPoolExecutor
1204 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1239 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1275 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1312 public ThreadPoolExecutor(int corePoolSize, in ThreadPoolExecutor()
1571 public void setCorePoolSize(int corePoolSize) { in setCorePoolSize()
H A DScheduledThreadPoolExecutor.java501 public ScheduledThreadPoolExecutor(int corePoolSize) { in ScheduledThreadPoolExecutor()
518 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
536 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
557 public ScheduledThreadPoolExecutor(int corePoolSize, in ScheduledThreadPoolExecutor()
H A DExecutors.java330 public static ScheduledExecutorService newScheduledThreadPool(int corePoolSize) { in newScheduledThreadPool()
346 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java330 public static ScheduledExecutorService newScheduledThreadPool(int corePoolSize) { in newScheduledThreadPool()
346 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
H A DSchedulerTestBase.kt56 protected var corePoolSize = CORES_COUNT variable in kotlinx.coroutines.scheduling.SchedulerTestBase
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DScheduledExecutorSubclassTest.java128 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor()
129 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor()
133 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
136 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
H A DThreadPoolExecutorSubclassTest.java195 CustomTPE(int corePoolSize, in CustomTPE()
203 CustomTPE(int corePoolSize, in CustomTPE()
213 CustomTPE(int corePoolSize, in CustomTPE()
222 CustomTPE(int corePoolSize, in CustomTPE()
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DScheduledExecutorSubclassTest.java91 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor()
92 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor()
96 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
99 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
H A DThreadPoolExecutorSubclassTest.java160 CustomTPE(int corePoolSize, in CustomTPE()
168 CustomTPE(int corePoolSize, in CustomTPE()
178 CustomTPE(int corePoolSize, in CustomTPE()
187 CustomTPE(int corePoolSize, in CustomTPE()
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/common/
H A DTextClassifierServiceExecutors.java79 private static ListeningExecutorService init(String nameFormat, int priority, int corePoolSize) { in init()
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/
DFrameworkAppSearchEnvironment.java66 int corePoolSize, in createExecutorService()
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchEnvironment.java50 int corePoolSize, in createExecutorService()
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/task/
H A DChromeThreadPoolExecutor.java59 int corePoolSize, in ChromeThreadPoolExecutor()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
H A DFifoPriorityThreadPoolExecutor.java30 …public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeU… in FifoPriorityThreadPoolExecutor()
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/thread/graph/
H A DGraphThreadPoolExecutor.java34 …c GraphThreadPoolExecutor(DynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoolSize, in GraphThreadPoolExecutor()
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/
DExecutorManager.java67 int corePoolSize = useFixedExecutorService ? Runtime.getRuntime().availableProcessors() : 1; in createDefaultExecutorService() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
H A DDispatcher.kt93 private val corePoolSize: Int = CORE_POOL_SIZE, in toString() constant in kotlinx.coroutines.scheduling.SchedulerCoroutineDispatcher

12345678910>>...24