Home
last modified time | relevance | path

Searched refs:readDoubles (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java492 void readDoubles(double[] v, int off, int len) throws java.io.IOException { in readDoubles() method in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java1792 bin.readDoubles((double[]) array, 0, len); in readArray()
3162 void readDoubles(double[] v, int off, int len) throws IOException { in readDoubles() method in ObjectInputStream.BlockDataInputStream