Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/io/
DMemoryMappedFileTest.java130 iterator.seek(0); in checkReadByte()
174 iterator.seek(offset); in seekRead()
180 iterator.seek(offset); in seekReadExpectFailure()
247 iterator.seek(1); in testReadShort_bigEndian()
269 iterator.seek(1); in testReadShort_littleEndian()
279 iterator.seek(-1); in checkShortFailureCases()
283 iterator.seek(-2); in checkShortFailureCases()
287 iterator.seek(9); in checkShortFailureCases()
291 iterator.seek(10); in checkShortFailureCases()
309 iterator.seek(1); in testReadInt_bigEndian()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DRandomAccessFileTest.java62 raf.seek(0); in test_ConstructorLjava_io_FileLjava_lang_String()
68 raf.seek(0); in test_ConstructorLjava_io_FileLjava_lang_String()
74 raf.seek(0); in test_ConstructorLjava_io_FileLjava_lang_String()
261 raf.seek(0); in test_readBoolean()
273 raf.seek(0); in test_readByte()
285 raf.seek(0); in test_readChar()
297 raf.seek(0); in test_readDouble()
310 raf.seek(0); in test_readFloat()
324 raf.seek(0); in test_readFully$B()
340 raf.seek(0); in test_readFully$BII()
[all …]
/libcore/luni/src/test/java/libcore/java/io/
DOldRandomAccessFileTest.java264 raf.seek(0); in test_read_write()
387 raf.seek(0); in test_read_writeBoolean()
427 raf.seek(0); in test_read_writeByte()
473 raf.seek(0); in test_read_writeChar()
516 raf.seek(0); in test_read_writeDouble()
553 raf.seek(0); in test_read_writeFloat()
593 raf.seek(0); in test_read_writeInt()
639 raf.seek(0); in test_read_writeLong()
685 raf.seek(0); in test_read_writeShort()
727 raf.seek(0); in test_read_writeUTF()
[all …]
DRandomAccessFileTest.java47 raf.seek(Long.MAX_VALUE); in testSeekTooLarge()
/libcore/luni/src/test/java/libcore/dalvik/system/
DBlockGuardTest.java176 raf.seek(0); in testRandomAccessFile()
217 ras.seek(0); in testUnbufferedIO()
245 ras.seek(0); in testUnbufferedIO()
278 ras.seek(0); in testUnbufferedIO()
/libcore/luni/src/main/java/libcore/io/
DBufferIterator.java33 public abstract void seek(int offset); in seek() method in BufferIterator
DNioBufferIterator.java54 public void seek(int offset) { in seek() method in NioBufferIterator
/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java512 seek(newpos); in skipBytes()
608 public void seek(long pos) throws IOException { in seek() method in RandomAccessFile
674 seek(newLength); in setLength()
1012 seek(cur); in readLine()
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java104 public void seek(long pos) throws java.io.IOException { in seek() method in RandomAccessFile