Home
last modified time | relevance | path

Searched refs:readUnsignedShort (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java354 int readUnsignedShort() throws IOException; in readUnsignedShort() method
DDataInputStream.java338 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStream
586 int utflen = in.readUnsignedShort(); in readUTF()
DObjectInputStream.java1016 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream
1017 return bin.readUnsignedShort(); in readUnsignedShort()
2956 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream
2961 return din.readUnsignedShort(); in readUnsignedShort()
3017 return readUTFBody(readUnsignedShort()); in readUTF()
DRandomAccessFile.java829 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in RandomAccessFile
/libcore/luni/src/test/java/libcore/java/io/
DOldDataInputStreamTest.java312 (Short.MAX_VALUE + 1), dis.readUnsignedShort()); in test_readUnsignedShort()
315 dis.readUnsignedShort(); in test_readUnsignedShort()
323 dis.readUnsignedShort(); in test_readUnsignedShort()
DOldRandomAccessFileTest.java895 65535, raf.readUnsignedShort()); in test_readUnsignedShort()
898 raf.readUnsignedShort(); in test_readUnsignedShort()
906 raf.readUnsignedShort(); in test_readUnsignedShort()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java451 assertEquals("Incorrect short read", 9875, dis.readUnsignedShort()); in test_readUnsignedShort()
514 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStreamTest.TestDataInputStream
612 dis.readUnsignedShort(); in test_readUnsignedShortUsesMultiByteRead()
DRandomAccessFileTest.java429 .readUnsignedShort()); in test_readUnsignedShort()
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java136 public final int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in RandomAccessFile
DObjectInputStream.java135 public int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in ObjectInputStream
440 public int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java513 65535, ois.readUnsignedShort()); in test_readUnsignedShort()
516 ois.readUnsignedShort(); in test_readUnsignedShort()
524 ois.readUnsignedShort(); in test_readUnsignedShort()