Home
last modified time | relevance | path

Searched defs:newQueue (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt308 … val newQueue = Queue<Runnable>(Queue.INITIAL_CAPACITY, singleConsumer = true) in enqueueImpl() constant
349 … val newQueue = Queue<Runnable>(Queue.INITIAL_CAPACITY, singleConsumer = true) in closeQueue() constant
/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java937 Object[] newQueue = new Object[newCapacity]; in growIfNeeded() local
/external/guava/android/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java937 Object[] newQueue = new Object[newCapacity]; in growIfNeeded() local