Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/io/
DMemoryMappedFileTest.java127 iterator.seek(0); in checkReadByte()
171 iterator.seek(offset); in seekRead()
177 iterator.seek(offset); in seekReadExpectFailure()
244 iterator.seek(1); in testReadShort_bigEndian()
266 iterator.seek(1); in testReadShort_littleEndian()
276 iterator.seek(-1); in checkShortFailureCases()
280 iterator.seek(-2); in checkShortFailureCases()
284 iterator.seek(9); in checkShortFailureCases()
288 iterator.seek(10); in checkShortFailureCases()
306 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/main/java/libcore/io/
DBufferIterator.java30 public abstract void seek(int offset); in seek() method in BufferIterator
DNioBufferIterator.java53 public void seek(int offset) { in seek() method in NioBufferIterator
/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java461 seek(newpos); in skipBytes()
552 public void seek(long offset) throws IOException { in seek() method in RandomAccessFile
609 seek(newLength); in setLength()
947 seek(cur); in readLine()
/libcore/luni/src/test/java/dalvik/system/
DBlockGuardTest.java182 ras.seek(0); in testUnbufferedIO()
210 ras.seek(0); in testUnbufferedIO()
243 ras.seek(0); in testUnbufferedIO()
/libcore/luni/src/main/java/libcore/util/
DZoneInfoDB.java239 it.seek(zoneTabOffset); in readZoneTab()
245 it.seek(indexOffset); in readIndex()
/libcore/luni/src/test/java/libcore/util/
DZoneInfoTest.java587 public void seek(int offset) { in seek() method in ZoneInfoTest.ByteBufferIterator