Home
last modified time | relevance | path

Searched defs:readUnsignedShort (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java399 int readUnsignedShort() throws IOException; in readUnsignedShort() method
DDataInputStream.java338 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStream
DRandomAccessFile.java751 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in RandomAccessFile
DObjectInputStream.java960 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream
2809 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java514 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStreamTest.TestDataInputStream
/libcore/dex/src/main/java/com/android/dex/
DDex.java536 public int readUnsignedShort() { in readUnsignedShort() method in Dex.Section