/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/concurrent/ |
D | UniqueExecutor.java | 36 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 D | ThreadPoolExecutor.java | 44 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 D | Executors.java | 92 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/ |
D | ThreadPoolExecutor.java | 562 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()
|
D | ScheduledThreadPoolExecutor.java | 501 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()
|
D | Executors.java | 330 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/ |
D | ThreadPoolExecutor.java | 562 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()
|
D | ScheduledThreadPoolExecutor.java | 501 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 D | ThreadPoolExecutor.java | 562 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 D | ScheduledThreadPoolExecutor.java | 501 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 D | Executors.java | 330 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/ |
D | Executors.java | 330 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 D | SchedulerTestBase.kt | 56 protected var corePoolSize = CORES_COUNT variable in kotlinx.coroutines.scheduling.SchedulerTestBase
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | ScheduledExecutorSubclassTest.java | 128 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 D | ThreadPoolExecutorSubclassTest.java | 195 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 D | ScheduledExecutorSubclassTest.java | 91 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 D | ThreadPoolExecutorSubclassTest.java | 160 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 D | TextClassifierServiceExecutors.java | 79 private static ListeningExecutorService init(String nameFormat, int priority, int corePoolSize) { in init()
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/android/app/appsearch/ |
D | FrameworkAppSearchEnvironment.java | 66 int corePoolSize, in createExecutorService()
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | AppSearchEnvironment.java | 50 int corePoolSize, in createExecutorService()
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/task/ |
H A D | ChromeThreadPoolExecutor.java | 59 int corePoolSize, in ChromeThreadPoolExecutor()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/ |
H A D | FifoPriorityThreadPoolExecutor.java | 30 …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 D | GraphThreadPoolExecutor.java | 34 …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/ |
D | ExecutorManager.java | 67 int corePoolSize = useFixedExecutorService ? Runtime.getRuntime().availableProcessors() : 1; in createDefaultExecutorService() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/ |
H A D | Dispatcher.kt | 93 private val corePoolSize: Int = CORE_POOL_SIZE, in toString() constant in kotlinx.coroutines.scheduling.SchedulerCoroutineDispatcher
|