Searched defs:MAX_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance
40 internal val MAX_POOL_SIZE = systemProp( constant
39 private static final int MAX_POOL_SIZE = 200; field in EventScheduler
110 public static final int MAX_POOL_SIZE = (1 << 16); field in DexWriter
119 MAX_POOL_SIZE = 16384 variable