Home
last modified time | relevance | path

Searched refs:MAX_POOL_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DEventScheduler.java39 private static final int MAX_POOL_SIZE = 200; field in EventScheduler
143 } else if (mEventPool.size() < MAX_POOL_SIZE) { in addEventToPool()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt48 maxPoolSize: Int = MAX_POOL_SIZE, in toString()
55 maxPoolSize: Int = MAX_POOL_SIZE in toString()
DTasks.kt40 internal val MAX_POOL_SIZE = systemProp( constant
/external/python/cpython2/Lib/plat-irix5/
DFILE.py119 MAX_POOL_SIZE = 16384 variable
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java110 public static final int MAX_POOL_SIZE = (1 << 16); field in DexWriter
280 return hasOverflowed(MAX_POOL_SIZE);