/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 75 static double getDouble(byte[] b, int off) { in getDouble() method in Bits
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 337 final double getDouble(int offset) { in getDouble() method in NativeObject
|
/libcore/ojluni/src/main/java/java/text/ |
D | DigitList.java | 158 public final double getDouble() { in getDouble() method in DigitList
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Array.java | 405 …public static double getDouble(Object array, int index) throws IllegalArgumentException, ArrayInde… in getDouble() method in Array
|
D | Field.java | 529 public native double getDouble(Object object) in getDouble() method in Field
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | AbstractPreferences.java | 606 public double getDouble(String key, double def) { in getDouble() method in AbstractPreferences
|
D | Preferences.java | 767 public abstract double getDouble(String key, double def); in getDouble() method in Preferences
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 449 public double getDouble() { in getDouble() method in HeapByteBuffer 453 public double getDouble(int i) { in getDouble() method in HeapByteBuffer
|
D | DirectByteBuffer.java | 727 private double getDouble(long a) { in getDouble() method in DirectByteBuffer 732 public double getDouble() { in getDouble() method in DirectByteBuffer 739 public double getDouble(int i) { in getDouble() method in DirectByteBuffer
|
D | ByteBuffer.java | 1421 public abstract double getDouble(); in getDouble() method in ByteBuffer 1451 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
|
D | Bits.java | 553 static double getDouble(ByteBuffer bb, int bi, boolean bigEndian) { in getDouble() method in Bits 557 static double getDouble(long a, boolean bigEndian) { in getDouble() method in Bits
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 303 public native double getDouble(Object obj, long offset); in getDouble() method in Unsafe 385 public native double getDouble(long address); in getDouble() method in Unsafe
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | PreferencesTest.java | 296 public double getDouble(String key, double deflt) { in getDouble() method in PreferencesTest.MockPreferences
|
/libcore/ojluni/src/main/java/java/sql/ |
D | CallableStatement.java | 279 double getDouble(int parameterIndex) throws SQLException; in getDouble() method 1469 double getDouble(String parameterName) throws SQLException; in getDouble() method
|
D | ResultSet.java | 344 double getDouble(int columnIndex) throws SQLException; in getDouble() method 630 double getDouble(String columnLabel) throws SQLException; in getDouble() method
|
/libcore/json/src/main/java/org/json/ |
D | JSONArray.java | 360 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray
|
D | JSONObject.java | 443 public double getDouble(String name) throws JSONException { in getDouble() method in JSONObject
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 1008 public double getDouble(String key, double deflt) { in getDouble() method in OldPreferencesTest.MockPreferences
|