Home
last modified time | relevance | path

Searched refs:maximumPoolSize (Results 1 – 4 of 4) sorted by relevance

/external/testng/src/main/java/org/testng/internal/thread/graph/
DGraphThreadPoolExecutor.java35 int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue) { in GraphThreadPoolExecutor() argument
36 super(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue in GraphThreadPoolExecutor()
39 m_threadCount = maximumPoolSize; in GraphThreadPoolExecutor()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
DFifoPriorityThreadPoolExecutor.java30 …public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeU… in FifoPriorityThreadPoolExecutor() argument
32 …super(corePoolSize, maximumPoolSize, keepAlive, timeUnit, new PriorityBlockingQueue<Runnable>(), t… in FifoPriorityThreadPoolExecutor()
/external/volley/src/main/java/com/android/volley/
DAsyncRequestQueue.java548 int maximumPoolSize,
553 /* maximumPoolSize= */ maximumPoolSize,
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...