/libcore/luni/src/test/java/libcore/java/io/ |
D | OldObjectInputOutputStreamTest.java | 114 2345.76834720202, is.readDouble()); in test_read_writeDouble() 117 is.readDouble(); in test_read_writeDouble() 125 is.readDouble(); in test_read_writeDouble()
|
D | OldDataInputOutputStreamTest.java | 147 2345.76834720202, dis.readDouble()); in test_read_writeDouble() 150 dis.readDouble(); in test_read_writeDouble() 158 dis.readDouble(); in test_read_writeDouble()
|
D | OldAndroidDataInputStreamTest.java | 98 assertEquals(1, g.readDouble(), 0); in testDataInputStream()
|
D | OldRandomAccessFileTest.java | 519 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/ |
D | DataInput.java | 460 double readDouble() throws IOException; in readDouble() method
|
D | DataInputStream.java | 464 public final double readDouble() throws IOException { in readDouble() method in DataInputStream
|
D | ObjectInputStream.java | 1060 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()
|
D | RandomAccessFile.java | 969 public final double readDouble() throws IOException { in readDouble() method in RandomAccessFile
|
/libcore/ojluni/src/main/java/java/sql/ |
D | SQLInput.java | 159 double readDouble() throws SQLException; in readDouble() method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | DataOutputStreamTest.java | 171 double c = dis.readDouble(); in test_writeDoubleD()
|
D | DataInputStreamTest.java | 117 .readDouble()); in test_readDouble() 479 public double readDouble() throws IOException { in readDouble() method in DataInputStreamTest.TestDataInputStream
|
D | RandomAccessFileTest.java | 299 .readDouble(), 0); in test_readDouble() 766 .readDouble(), 0); in test_writeDoubleD()
|
D | SerializationStressTest.java | 496 ois.readDouble() == Double.MAX_VALUE); in test_14_writeDouble()
|
D | ObjectOutputStreamTest.java | 847 ois.readDouble() == Double.MAX_VALUE); in test_writeDoubleD()
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | RandomAccessFile.java | 156 public final double readDouble() throws java.io.IOException { in readDouble() method in RandomAccessFile
|
D | ObjectInputStream.java | 151 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/ |
D | ObjectInputStreamTest.java | 771 ois.readDouble() == Double.MAX_VALUE); in test_readDouble()
|