/libcore/luni/src/test/java/libcore/java/io/ |
D | OldRandomAccessFileTest.java | 46 static final int testLength = testString.length(); field in OldRandomAccessFileTest 218 raf.write(testString.getBytes(), 0, testLength); in test_getFilePointer() local 293 fos.write(testString.getBytes(), 0, testLength); in test_read$B() local 326 fos.write(testString.getBytes(), 0, testLength); in test_read$BII() local 952 raf.write(testString.getBytes(), 0, testLength); in test_seekJ() local
|
D | OldFilterOutputStreamTest.java | 38 private final int testLength = fileString.length(); field in OldFilterOutputStreamTest
|
D | OldDataOutputStreamTest.java | 44 private static final int testLength = testString.length(); field in OldDataOutputStreamTest
|
D | OldPipedOutputStreamTest.java | 77 static final int testLength = testString.length(); field in OldPipedOutputStreamTest
|
D | OldDataInputStreamTest.java | 40 private final int testLength = fileString.length(); field in OldDataInputStreamTest
|
D | OldPipedWriterTest.java | 28 static final int testLength = testString.length(); field in OldPipedWriterTest
|
/libcore/ojluni/src/test/java/lang/String/CompactString/ |
D | Length.java | 54 public void testLength(String str, int expected) { in testLength() method in Length
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | CoderResultTest.java | 152 public void testLength() { in testLength() method in CoderResultTest
|
/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebData.java | 151 public long testLength; field in Support_TestWebData
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
D | CharBufferTest.java | 677 public void testLength() { in testLength() method in CharBufferTest
|
/libcore/ojluni/src/test/java/util/BitSet/ |
D | BSMethods.java | 537 private static void testLength() { in testLength() method in BSMethods
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 134 private final int testLength = testString.length(); field in ObjectInputStreamTest
|