Home
last modified time | relevance | path

Searched defs:grow (Results 1 – 19 of 19) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DPollArrayWrapper.java100 void grow(int newSize) { in grow() method in PollArrayWrapper
/libcore/ojluni/src/main/java/java/io/
DByteArrayOutputStream.java112 private void grow(int minCapacity) { in grow() method in ByteArrayOutputStream
DConsole.java458 private char[] grow() { in grow() method in Console
DObjectOutputStream.java2537 private void grow() { in grow() method in ObjectOutputStream.ReplaceTable
DObjectInputStream.java3844 private void grow() { in grow() method in ObjectInputStream.HandleTable
/libcore/ojluni/annotations/hiddenapi/java/io/
DConsole.java87 private char[] grow() { in grow() method in Console
DObjectOutputStream.java733 private void grow() { in grow() method in ObjectOutputStream.ReplaceTable
DObjectInputStream.java746 private void grow() { in grow() method in ObjectInputStream.HandleTable
/libcore/ojluni/annotations/hiddenapi/sun/net/www/
DMessageHeader.java121 private void grow() { in grow() method in MessageHeader
/libcore/ojluni/src/main/java/sun/net/www/
DMessageHeader.java346 private void grow() { in grow() method in MessageHeader
/libcore/ojluni/annotations/hiddenapi/java/util/
DPriorityQueue.java73 private void grow(int minCapacity) { in grow() method in PriorityQueue
DVector.java69 private void grow(int minCapacity) { in grow() method in Vector
DArrayList.java66 private void grow(int minCapacity) { in grow() method in ArrayList
/libcore/ojluni/src/main/java/java/util/
DVector.java256 private Object[] grow(int minCapacity) { in grow() method in Vector
265 private Object[] grow() { in grow() method in Vector
DPriorityQueue.java298 private void grow(int minCapacity) { in grow() method in PriorityQueue
DArrayList.java238 private Object[] grow(int minCapacity) { in grow() method in ArrayList
250 private Object[] grow() { in grow() method in ArrayList
DArrayDeque.java139 private void grow(int needed) { in grow() method in ArrayDeque
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java101 Vector grow = new Vector(3, -1); in test_ConstructorII() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledThreadPoolExecutor.java1012 private void grow() { in grow() method in ScheduledThreadPoolExecutor.DelayedWorkQueue