/libcore/ojluni/src/test/java/text/Format/NumberFormat/ |
D | BigDecimalFormat.java | 115 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 126 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 138 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 151 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 162 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 172 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 182 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 192 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 202 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() 212 formatted.setLength(0); in test_Format_in_NumberFormat_BigDecimal() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StringBuilderTest.java | 100 sb.setLength(0); in test_appendZ() 112 sb.setLength(0); in test_appendC() 124 sb.setLength(0); in test_append$C() 142 sb.setLength(0); in test_append$CII() 146 sb.setLength(0); in test_append$CII() 150 sb.setLength(0); in test_append$CII() 154 sb.setLength(0); in test_append$CII() 194 sb.setLength(0); in test_appendLjava_lang_CharSequence() 197 sb.setLength(0); in test_appendLjava_lang_CharSequence() 210 sb.setLength(0); in test_appendLjava_lang_CharSequenceII() [all …]
|
D | StringBufferTest.java | 35 buffer.setLength(-1); in test_setLengthI() 42 buffer.setLength(1); in test_setLengthI() 48 buffer.setLength(3); in test_setLengthI() 53 buffer.setLength(2); in test_setLengthI() 63 buffer.setLength(2); in test_setLengthI() 64 buffer.setLength(5); in test_setLengthI() 72 buffer.setLength(7); in test_setLengthI() 85 buffer.setLength(7); in test_setLengthI() 100 buffer.setLength(1000); in test_toString() 106 buffer.setLength(5); in test_toString() [all …]
|
D | StringBuffer2Test.java | 567 testBuffer.setLength(1000); in test_setLengthI() 571 testBuffer.setLength(2); in test_setLengthI()
|
/libcore/ojluni/src/test/java/lang/StringBuffer/ |
D | SetLength.java | 44 active.setLength(0); in main() 47 active.setLength(0); in main()
|
D | Comparison.java | 100 sb1.setLength(5); in testModifiedSequence() 101 sb2.setLength(5); in testModifiedSequence()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | RandomAccessFileTest.java | 47 raf.setLength(Long.MAX_VALUE); in testSetLengthTooLarge() 56 raf.setLength(0); in testSetLength64() 59 raf.setLength(moreThanFourGig); in testSetLength64()
|
D | OldRandomAccessFileTest.java | 1013 raf.setLength(truncLength); in test_setLengthJ() 1029 raf.setLength(testLength + 2); in test_setLengthJ() 1037 raf.setLength(-1); in test_setLengthJ() 1045 raf.setLength(truncLength); in test_setLengthJ()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldAndroidDatagramTest.java | 58 packet.setLength(buffer.length); in run() 112 packet.setLength(bytes.length); in stringToPacket() 149 packet.setLength(buffer.length); in testDatagram()
|
/libcore/ojluni/src/test/java/util/Properties/ |
D | SaveLoadBasher.java | 90 aKeyBuffer.setLength(0); in main() 91 aValueBuffer.setLength(0); in main()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | ChoiceFormatTest.java | 257 buf.setLength(0); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() 260 buf.setLength(0); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() 263 buf.setLength(0); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() 266 buf.setLength(0); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() 288 buf.setLength(0); in test_formatJLjava_lang_StringBufferLjava_text_FieldPosition() 291 buf.setLength(0); in test_formatJLjava_lang_StringBufferLjava_text_FieldPosition()
|
/libcore/ojluni/src/test/java/lang/StringBuilder/ |
D | Comparison.java | 100 sb1.setLength(5); in testModifiedSequence() 101 sb2.setLength(5); in testModifiedSequence()
|
/libcore/ojluni/src/test/java/util/zip/ZipFile/ |
D | Zip64SizeTest.java | 148 largeFile.setLength(LARGE_FILE_SIZE); in createFiles() 150 smallFile.setLength(SMALL_FILE_SIZE); in createFiles()
|
/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 189 testStack.setLength(20); in test_pop_modify_elementCount()
|
/libcore/luni/src/test/java/libcore/java/util/function/ |
D | ConsumerTest.java | 33 sb.setLength(0); in testAndThen()
|
D | BiConsumerTest.java | 33 sb.setLength(0); in testAndThen()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | GuardedObjectTest.java | 61 objBuffer.setLength(0); in testGuard()
|
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | AclEntry.java | 400 sb.setLength(sb.length()-1); // drop final slash in toString() 409 sb.setLength(sb.length()-1); // drop final slash in toString()
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | Era.java | 148 sb.setLength(sb.length() - 1); // remove 'Z' in toString()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ByteBufferBulkBenchmark.java | 60 raf.setLength(size); in newBuffer()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | StringBufferTest.java | 77 sb1.setLength(0); in testCompareTo()
|
/libcore/ojluni/src/main/java/java/net/ |
D | DatagramPacket.java | 401 public synchronized void setLength(int length) { in setLength() method in DatagramPacket
|
/libcore/ojluni/src/main/java/java/text/ |
D | ChoiceFormat.java | 227 segments[0].setLength(0); in applyPattern() 238 segments[1].setLength(0); in applyPattern()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StringBuffer.java | 235 public synchronized void setLength(int newLength) { in setLength() method in StringBuffer 237 super.setLength(newLength); in setLength()
|
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | MultiThreadStackWalk.java | 153 builder.setLength(0); in consume() 211 b.setLength(0); in consume()
|