Searched defs:setLength (Results 1 – 6 of 6) sorted by relevance
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ | ||
| D | StackTest.java | 175 public void setLength(int elementCount) { in setLength() method in StackTest.BugStack |
| /libcore/luni/src/main/java/java/net/ | ||
| D | DatagramPacket.java | 211 public synchronized void setLength(int length) { in setLength() method in DatagramPacket |
| /libcore/luni/src/main/java/java/util/logging/ | ||
| D | FileHandler.java | 565 public void setLength(long newLength) { in setLength() method in FileHandler.MeasureOutputStream |
| /libcore/luni/src/main/java/java/io/ | ||
| D | RandomAccessFile.java | 620 public void setLength(long newLength) throws IOException { in setLength() method in RandomAccessFile |
| /libcore/luni/src/main/java/java/lang/ | ||
| D | StringBuffer.java | 702 public synchronized void setLength(int length) { in setLength() method in StringBuffer |
| D | AbstractStringBuilder.java | 550 public void setLength(int length) { in setLength() method in AbstractStringBuilder |