Home
last modified time | relevance | path

Searched refs:INIT_CAP (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DPollSelectorImpl.java61 pollWrapper = new PollArrayWrapper(INIT_CAP); in PollSelectorImpl()
63 channelArray = new SelectionKeyImpl[INIT_CAP]; in PollSelectorImpl()
DAbstractPollSelectorImpl.java47 protected final int INIT_CAP = 10; field in AbstractPollSelectorImpl