HomeSort by relevance Sort by last modified time
    Searched refs:readDouble (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DataOutputStreamTest.java 171 double c = dis.readDouble();
DataInputStreamTest.java 109 * java.io.DataInputStream#readDouble()
116 .readDouble());
478 public double readDouble() throws IOException {
RandomAccessFileTest.java 285 * java.io.RandomAccessFile#readDouble()
288 // Test for method double java.io.RandomAccessFile.readDouble()
293 .readDouble(), 0);
760 .readDouble(), 0);
    [all...]
  /libcore/luni/src/main/java/java/io/
DataInputStream.java 86 public final double readDouble() throws IOException {
ObjectInputStream.java 820 public double readDouble() throws IOException {
821 return primitiveTypes.readDouble();
    [all...]
RandomAccessFile.java 357 public final double readDouble() throws IOException {
794 * @see #readDouble()
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidDataInputStreamTest.java 98 assertEquals(1, g.readDouble(), 0);
OldRandomAccessFileTest.java 509 * java.io.RandomAccessFile#readDouble()
519 Double.MAX_VALUE, raf.readDouble());
521 424242.4242, raf.readDouble());
524 raf.readDouble();
538 raf.readDouble();
    [all...]
  /frameworks/base/location/java/android/location/
Address.java 512 a.mLatitude = in.readDouble();
516 a.mLongitude = in.readDouble();
Location.java 871 l.mLatitude = in.readDouble();
872 l.mLongitude = in.readDouble();
874 l.mAltitude = in.readDouble();
  /frameworks/native/include/binder/
Parcel.h 159 double readDouble() const;
160 status_t readDouble(double *pArg) const;
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 221 return buffer.readDouble(valueArg + 1);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 173 public double readDouble() {
323 val[i] = readDouble();
335 val[i] = readDouble();
716 return readDouble();
  /frameworks/base/media/java/android/media/
Metadata.java 470 return mParcel.readDouble();
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr)
284 case VERTEXATTRIBTYPE_DOUBLE: readDouble (dst, size, ptr); break;
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 389 @Override public double readDouble() {
391 return input.readDouble();
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 148 public double readDouble() throws IOException {
  /cts/tests/tests/os/src/android/os/cts/
ParcelTest.java     [all...]
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 282 out, ENCODED_DOUBLE, Double.doubleToLongBits(reader.readDouble()));
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 177 public double readDouble() throws IOException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 417 this.stddev[i] = stream.readDouble();
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 159 public double readDouble() throws IOException {
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 156 public double readDouble() throws IOException {
  /frameworks/base/core/java/android/os/
Parcel.java 68 * {@link #readDouble}, {@link #writeFloat}, {@link #readFloat}, {@link #writeInt},
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 1079 status_t Parcel::readDouble(double *pArg) const
1092 double Parcel::readDouble() const
1104 status_t Parcel::readDouble(double *pArg) const
1109 double Parcel::readDouble() const
    [all...]

Completed in 370 milliseconds

12 3 4 5 6