Searched defs:poolSize (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DThreadPool.java58 private final int poolSize; field in class:ThreadPool
62 int poolSize)
66 this.poolSize = poolSize;
77 int poolSize() { method in class:ThreadPool
78 return poolSize;
60 ThreadPool(ExecutorService executor, boolean isFixed, int poolSize) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java2725 private int poolSize; field in class:XMLEntityManager.CharacterBufferPool
2734 public CharacterBufferPool(int poolSize, int externalBufferSize, int internalBufferSize) { argument
2737 this.poolSize = poolSize;
2743 fInternalBufferPool = new CharacterBuffer[poolSize];
2744 fExternalBufferPool = new CharacterBuffer[poolSize];
2784 fExternalBufferPool = new CharacterBuffer[poolSize];

Completed in 50 milliseconds