Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/io/
DDataInput.java95 public abstract double readDouble() throws IOException; in readDouble() method
DDataInputStream.java86 public final double readDouble() throws IOException { in readDouble() method in DataInputStream
DRandomAccessFile.java357 public final double readDouble() throws IOException { in readDouble() method in RandomAccessFile
DObjectInputStream.java820 public double readDouble() throws IOException { in readDouble() method in ObjectInputStream
/libcore/luni/src/main/java/java/sql/
DSQLInput.java127 public double readDouble() throws SQLException; in readDouble() method
/libcore/dex/src/main/java/com/android/dex/
DEncodedValueReader.java170 public double readDouble() { in readDouble() method in EncodedValueReader
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java478 public double readDouble() throws IOException { in readDouble() method in DataInputStreamTest.TestDataInputStream