Searched defs:testLength (Results 1 – 10 of 10) sorted by relevance
46 static final int testLength = testString.length(); field in OldRandomAccessFileTest218 raf.write(testString.getBytes(), 0, testLength); in test_getFilePointer() local293 fos.write(testString.getBytes(), 0, testLength); in test_read$B() local326 fos.write(testString.getBytes(), 0, testLength); in test_read$BII() local952 raf.write(testString.getBytes(), 0, testLength); in test_seekJ() local
38 private final int testLength = fileString.length(); field in OldFilterOutputStreamTest
44 private static final int testLength = testString.length(); field in OldDataOutputStreamTest
77 static final int testLength = testString.length(); field in OldPipedOutputStreamTest
40 private final int testLength = fileString.length(); field in OldDataInputStreamTest
28 static final int testLength = testString.length(); field in OldPipedWriterTest
152 public void testLength() { in testLength() method in CoderResultTest
151 public long testLength; field in Support_TestWebData
677 public void testLength() { in testLength() method in CharBufferTest
134 private final int testLength = testString.length(); field in ObjectInputStreamTest