Searched defs:setLength (Results 1 - 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DStackTest.java175 public void setLength(int elementCount) { method in class:StackTest.BugStack
189 testStack.setLength(20);
/libcore/luni/src/main/java/java/net/
H A DDatagramPacket.java211 public synchronized void setLength(int length) { method in class:DatagramPacket
/libcore/luni/src/main/java/java/io/
H A DRandomAccessFile.java620 public void setLength(long newLength) throws IOException { method in class:RandomAccessFile
/libcore/luni/src/main/java/java/lang/
H A DAbstractStringBuilder.java550 public void setLength(int length) { method in class:AbstractStringBuilder
H A DStringBuffer.java702 public synchronized void setLength(int length) { method in class:StringBuffer
703 super.setLength(length);
/libcore/luni/src/main/java/java/util/logging/
H A DFileHandler.java565 public void setLength(long newLength) { method in class:FileHandler.MeasureOutputStream

Completed in 287 milliseconds