Home
last modified time | relevance | path

Searched refs:readDouble (Results 1 – 17 of 17) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DOldObjectInputOutputStreamTest.java114 2345.76834720202, is.readDouble()); in test_read_writeDouble()
117 is.readDouble(); in test_read_writeDouble()
125 is.readDouble(); in test_read_writeDouble()
DOldDataInputOutputStreamTest.java147 2345.76834720202, dis.readDouble()); in test_read_writeDouble()
150 dis.readDouble(); in test_read_writeDouble()
158 dis.readDouble(); in test_read_writeDouble()
DOldAndroidDataInputStreamTest.java98 assertEquals(1, g.readDouble(), 0); in testDataInputStream()
DOldRandomAccessFileTest.java519 Double.MAX_VALUE, raf.readDouble()); in test_read_writeDouble()
521 424242.4242, raf.readDouble()); in test_read_writeDouble()
524 raf.readDouble(); in test_read_writeDouble()
538 raf.readDouble(); in test_read_writeDouble()
/libcore/ojluni/src/main/java/java/io/
DDataInput.java460 double readDouble() throws IOException; in readDouble() method
DDataInputStream.java464 public final double readDouble() throws IOException { in readDouble() method in DataInputStream
DObjectInputStream.java1060 public double readDouble() throws IOException { in readDouble() method in ObjectInputStream
1061 return bin.readDouble(); in readDouble()
3004 public double readDouble() throws IOException { in readDouble() method in ObjectInputStream.BlockDataInputStream
3009 return din.readDouble(); in readDouble()
3170 v[off++] = din.readDouble(); in readDoubles()
DRandomAccessFile.java969 public final double readDouble() throws IOException { in readDouble() method in RandomAccessFile
/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/
DDataOutputStreamTest.java171 double c = dis.readDouble(); in test_writeDoubleD()
DDataInputStreamTest.java117 .readDouble()); in test_readDouble()
479 public double readDouble() throws IOException { in readDouble() method in DataInputStreamTest.TestDataInputStream
DRandomAccessFileTest.java299 .readDouble(), 0); in test_readDouble()
766 .readDouble(), 0); in test_writeDoubleD()
DSerializationStressTest.java496 ois.readDouble() == Double.MAX_VALUE); in test_14_writeDouble()
DObjectOutputStreamTest.java847 ois.readDouble() == Double.MAX_VALUE); in test_writeDoubleD()
/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
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java771 ois.readDouble() == Double.MAX_VALUE); in test_readDouble()