Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DDirectByteBuffer.java124 public final double getDouble() { in getDouble() method in DirectByteBuffer
135 public final double getDouble(int index) { in getDouble() method in DirectByteBuffer
DHeapByteBuffer.java94 public final double getDouble() { in getDouble() method in HeapByteBuffer
99 public final double getDouble(int index) { in getDouble() method in HeapByteBuffer
DMappedByteBufferAdapter.java151 public double getDouble() { in getDouble() method in MappedByteBufferAdapter
160 public double getDouble(int index) { in getDouble() method in MappedByteBufferAdapter
DByteBuffer.java480 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/
DPlatformAddress.java253 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
DOSMemory.java458 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/
DArray.java216 public static double getDouble(Object array, int index) in getDouble() method in Array
DField.java354 public double getDouble(Object object) throws IllegalAccessException, IllegalArgumentException { in getDouble() method in Field
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java333 public abstract double getDouble(String key, double deflt); in getDouble() method in Preferences
DAbstractPreferences.java459 public double getDouble(String key, double deflt) { in getDouble() method in AbstractPreferences
/libcore/json/src/main/java/org/json/
DJSONArray.java319 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray
DJSONObject.java408 public double getDouble(String name) throws JSONException { in getDouble() method in JSONObject
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java356 public double getDouble(int parameterIndex) throws SQLException; in getDouble() method
369 public double getDouble(String parameterName) throws SQLException; in getDouble() method
DResultSet.java617 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/
DPreferencesTest.java1793 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/
DImpl_RowSet.java395 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