Home
last modified time | relevance | path

Searched defs:testLength (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DOldRandomAccessFileTest.java46 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
DOldFilterOutputStreamTest.java38 private final int testLength = fileString.length(); field in OldFilterOutputStreamTest
DOldDataOutputStreamTest.java44 private static final int testLength = testString.length(); field in OldDataOutputStreamTest
DOldPipedOutputStreamTest.java77 static final int testLength = testString.length(); field in OldPipedOutputStreamTest
DOldDataInputStreamTest.java40 private final int testLength = fileString.length(); field in OldDataInputStreamTest
DOldPipedWriterTest.java28 static final int testLength = testString.length(); field in OldPipedWriterTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCoderResultTest.java152 public void testLength() { in testLength() method in CoderResultTest
/libcore/support/src/test/java/tests/support/
DSupport_TestWebData.java151 public long testLength; field in Support_TestWebData
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DCharBufferTest.java677 public void testLength() { in testLength() method in CharBufferTest
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java134 private final int testLength = testString.length(); field in ObjectInputStreamTest