Searched defs:newSize (Results 1 – 11 of 11) sorted by relevance
49 PollArrayWrapper(int newSize) { in PollArrayWrapper()100 void grow(int newSize) { in grow()
148 int newSize = pollWrapper.totalChannels * 2; in implRegister() local
435 int newSize = Math.max(rem, 1); in receive() local
368 public FileChannel truncate(long newSize) throws IOException { in truncate()
65 int newSize = size * 2 + 3; in test() local
47 public synchronized void setSize(int newSize) { throw new RuntimeException("Stub!"); } in setSize()
77 public synchronized void setSize(int newSize) { in setSize()
104 public java.nio.channels.FileChannel truncate(long newSize) throws java.io.IOException { in truncate()
278 public synchronized void setSize(int newSize) { in setSize()
928 int newSize = buf.capacity() * 2; in makeSpace() local
728 final int newSize; in fastRemove() local