Home
last modified time | relevance | path

Searched refs:queueSize (Results 1 – 13 of 13) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/thread/
DExecutorThreadPool.java72 public ExecutorThreadPool(int queueSize) in ExecutorThreadPool() argument
74 …this(queueSize < 0 ? new ThreadPoolExecutor(256, 256, 60, TimeUnit.SECONDS, new LinkedBlockingQueu… in ExecutorThreadPool()
75queueSize == 0 ? new ThreadPoolExecutor(32, 256, 60, TimeUnit.SECONDS, new SynchronousQueue<Runnab… in ExecutorThreadPool()
76 …ew ThreadPoolExecutor(32, 256, 60, TimeUnit.SECONDS, new ArrayBlockingQueue<Runnable>(queueSize))); in ExecutorThreadPool()
/external/sonivox/arm-wt-22k/lib_src/
Djet.c90 EAS_INLINE EAS_U8 JET_IncQueueIndex (EAS_U8 index, EAS_U8 queueSize) in JET_IncQueueIndex() argument
92 if (++index == queueSize) in JET_IncQueueIndex()
103 …ueue (EAS_U32 *pEventQueue, EAS_U8 *pWriteIndex, EAS_U8 readIndex, EAS_U8 queueSize, EAS_U32 event) in JET_WriteQueue() argument
108 temp = JET_IncQueueIndex(*pWriteIndex, queueSize); in JET_WriteQueue()
126 …ue (EAS_U32 *pEventQueue, EAS_U8 *pReadIndex, EAS_U8 writeIndex, EAS_U8 queueSize, EAS_U32 *pEvent) in JET_ReadQueue() argument
135 *pReadIndex = JET_IncQueueIndex(*pReadIndex, queueSize); in JET_ReadQueue()
/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java227 private MinMaxPriorityQueue(Builder<? super E> builder, int queueSize) { in MinMaxPriorityQueue() argument
236 this.queue = new Object[queueSize]; in MinMaxPriorityQueue()
936 private static int capAtMaximumSize(int queueSize, int maximumSize) { in capAtMaximumSize() argument
937 return Math.min(queueSize - 1, maximumSize) + 1; // don't overflow in capAtMaximumSize()
/external/guice/extensions/persist/lib/
Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...