Home
last modified time | relevance | path

Searched defs:getDouble (Results 1 – 25 of 28) sorted by relevance

12

/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java121 public final double getDouble() { throw new RuntimeException("Stub!"); } in getDouble() method in DirectByteBuffer
123 public final double getDouble(int i) { throw new RuntimeException("Stub!"); } in getDouble() method in DirectByteBuffer
DByteBuffer.annotated.java142 public abstract double getDouble(); in getDouble() method in ByteBuffer
146 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java153 public abstract double getDouble(); in getDouble() method in ByteBuffer
157 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
/libcore/ojluni/src/main/java/java/io/
DBits.java75 static double getDouble(byte[] b, int off) { in getDouble() method in Bits
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java74 public native double getDouble(@libcore.util.Nullable java.lang.Object obj) throws java.lang.Illega… in getDouble() method in Field
DArray.annotated.java58 public static double getDouble(@libcore.util.NonNull java.lang.Object array, int index) throws java… in getDouble() method in Array
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java337 final double getDouble(int offset) { in getDouble() method in NativeObject
/libcore/ojluni/annotations/hiddenapi/java/nio/
DDirectByteBuffer.java379 private double getDouble(long a) { in getDouble() method in DirectByteBuffer
383 public final double getDouble() { in getDouble() method in DirectByteBuffer
387 public final double getDouble(int i) { in getDouble() method in DirectByteBuffer
DByteBuffer.java239 public abstract double getDouble(); in getDouble() method in ByteBuffer
243 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java67 public native double getDouble(Object obj, long offset); in getDouble() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java115 public native double getDouble(java.lang.Object obj) in getDouble() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java576 public native double getDouble(Object obj) in getDouble() method in Field
DArray.java431 public static double getDouble(Object array, int index) in getDouble() method in Array
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java502 public double getDouble() { in getDouble() method in HeapByteBuffer
507 public double getDouble(int i) { in getDouble() method in HeapByteBuffer
DDirectByteBuffer.java861 private double getDouble(long a) { in getDouble() method in DirectByteBuffer
867 public final double getDouble() { in getDouble() method in DirectByteBuffer
875 public final double getDouble(int i) { in getDouble() method in DirectByteBuffer
DByteBuffer.java1636 public abstract double getDouble(); in getDouble() method in ByteBuffer
1676 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
DBits.java509 static double getDouble(ByteBuffer bb, int bi, boolean bigEndian) { in getDouble() method in Bits
513 static double getDouble(long a, boolean bigEndian) { in getDouble() method in Bits
/libcore/ojluni/src/main/java/java/util/prefs/
DAbstractPreferences.java615 public double getDouble(String key, double def) { in getDouble() method in AbstractPreferences
DPreferences.java857 public abstract double getDouble(String key, double def); in getDouble() method in Preferences
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java337 public native double getDouble(Object obj, long offset); in getDouble() method in Unsafe
425 public native double getDouble(long address); in getDouble() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java158 public native double getDouble(java.lang.Object obj, long offset); in getDouble() method in Unsafe
228 public native double getDouble(long address); in getDouble() method in Unsafe
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java296 public double getDouble(String key, double deflt) { in getDouble() method in PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java279 double getDouble(int parameterIndex) throws SQLException; in getDouble() method
1471 double getDouble(String parameterName) throws SQLException; in getDouble() method
/libcore/json/src/main/java/org/json/
DJSONArray.java362 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray
DJSONObject.java454 public double getDouble(@NonNull String name) throws JSONException { in getDouble() method in JSONObject

12