Home
last modified time | relevance | path

Searched defs:readDouble (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java474 double readDouble() throws IOException; in readDouble() method
DDataInputStream.java469 public final double readDouble() throws IOException { in readDouble() method in DataInputStream
DRandomAccessFile.java987 public final double readDouble() throws IOException { in readDouble() method in RandomAccessFile
DObjectInputStream.java1063 public double readDouble() throws IOException { in readDouble() method in ObjectInputStream
3226 public double readDouble() throws IOException { in readDouble() method in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/src/main/java/java/sql/
DSQLInput.java159 double readDouble() throws SQLException; in readDouble() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java479 public double readDouble() throws IOException { in readDouble() method in DataInputStreamTest.TestDataInputStream
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java156 public final double readDouble() throws java.io.IOException { in readDouble() method in RandomAccessFile
DObjectInputStream.java151 public double readDouble() throws java.io.IOException { in readDouble() method in ObjectInputStream
456 public double readDouble() throws java.io.IOException { in readDouble() method in ObjectInputStream.BlockDataInputStream