Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DByteArrayOutputStream.java102 private void grow(int minCapacity) { in grow() method in ByteArrayOutputStream
DConsole.java395 private char[] grow() { in grow() method in Console
DObjectOutputStream.java2492 private void grow() { in grow() method in ObjectOutputStream.ReplaceTable
DObjectInputStream.java3466 private void grow() { in grow() method in ObjectInputStream.HandleTable
/libcore/ojluni/src/main/java/sun/nio/ch/
DPollArrayWrapper.java102 void grow(int newSize) { in grow() method in PollArrayWrapper
/libcore/ojluni/src/main/java/sun/net/www/
DMessageHeader.java342 private void grow() { in grow() method in MessageHeader
/libcore/ojluni/src/main/java/java/util/
DPriorityQueue.java291 private void grow(int minCapacity) { in grow() method in PriorityQueue
DVector.java257 private void grow(int minCapacity) { in grow() method in Vector
DArrayList.java240 private void grow(int minCapacity) { in grow() method in ArrayList
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java100 Vector grow = new Vector(3, -1); in test_ConstructorII() local
/libcore/luni/src/main/java/java/util/concurrent/
DScheduledThreadPoolExecutor.java927 private void grow() { in grow() method in ScheduledThreadPoolExecutor.DelayedWorkQueue