/libcore/luni/src/main/java/java/nio/ |
D | DirectByteBuffer.java | 124 public final double getDouble() { in getDouble() method in DirectByteBuffer 135 public final double getDouble(int index) { in getDouble() method in DirectByteBuffer
|
D | HeapByteBuffer.java | 94 public final double getDouble() { in getDouble() method in HeapByteBuffer 99 public final double getDouble(int index) { in getDouble() method in HeapByteBuffer
|
D | MappedByteBufferAdapter.java | 151 public double getDouble() { in getDouble() method in MappedByteBufferAdapter 160 public double getDouble(int index) { in getDouble() method in MappedByteBufferAdapter
|
D | ByteBuffer.java | 480 public abstract double getDouble(); in getDouble() method in ByteBuffer 496 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
|
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
D | PlatformAddress.java | 253 public final double getDouble(int offset, ByteOrder order) { in getDouble() method in PlatformAddress 258 public final double getDouble(int offset) { in getDouble() method in PlatformAddress
|
D | OSMemory.java | 458 public static native double getDouble(int address); in getDouble() method in OSMemory 460 public static double getDouble(int address, ByteOrder byteOrder) { in getDouble() method in OSMemory
|
/libcore/luni/src/main/java/java/lang/reflect/ |
D | Array.java | 216 public static double getDouble(Object array, int index) in getDouble() method in Array
|
D | Field.java | 354 public double getDouble(Object object) throws IllegalAccessException, IllegalArgumentException { in getDouble() method in Field
|
/libcore/luni/src/main/java/java/util/prefs/ |
D | Preferences.java | 333 public abstract double getDouble(String key, double deflt); in getDouble() method in Preferences
|
D | AbstractPreferences.java | 459 public double getDouble(String key, double deflt) { in getDouble() method in AbstractPreferences
|
/libcore/json/src/main/java/org/json/ |
D | JSONArray.java | 319 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray
|
D | JSONObject.java | 408 public double getDouble(String name) throws JSONException { in getDouble() method in JSONObject
|
/libcore/luni/src/main/java/java/sql/ |
D | CallableStatement.java | 356 public double getDouble(int parameterIndex) throws SQLException; in getDouble() method 369 public double getDouble(String parameterName) throws SQLException; in getDouble() method
|
D | ResultSet.java | 617 public double getDouble(int columnIndex) throws SQLException; in getDouble() method 630 public double getDouble(String columnName) throws SQLException; in getDouble() method
|
/libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
D | PreferencesTest.java | 1793 public double getDouble(String key, double deflt) { in getDouble() method in PreferencesTest.MockPreferences
|
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 395 public double getDouble(int columnIndex) throws SQLException { in getDouble() method in Impl_RowSet 399 public double getDouble(String columnName) throws SQLException { in getDouble() method in Impl_RowSet
|