Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DBits.java75 static double getDouble(byte[] b, int off) { in getDouble() method in Bits
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java337 final double getDouble(int offset) { in getDouble() method in NativeObject
/libcore/ojluni/src/main/java/java/text/
DDigitList.java158 public final double getDouble() { in getDouble() method in DigitList
/libcore/ojluni/src/main/java/java/lang/reflect/
DArray.java405 …public static double getDouble(Object array, int index) throws IllegalArgumentException, ArrayInde… in getDouble() method in Array
DField.java529 public native double getDouble(Object object) in getDouble() method in Field
/libcore/ojluni/src/main/java/java/util/prefs/
DAbstractPreferences.java606 public double getDouble(String key, double def) { in getDouble() method in AbstractPreferences
DPreferences.java767 public abstract double getDouble(String key, double def); in getDouble() method in Preferences
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java449 public double getDouble() { in getDouble() method in HeapByteBuffer
453 public double getDouble(int i) { in getDouble() method in HeapByteBuffer
DDirectByteBuffer.java727 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
DByteBuffer.java1421 public abstract double getDouble(); in getDouble() method in ByteBuffer
1451 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
DBits.java553 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/
DUnsafe.java303 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/
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
1469 double getDouble(String parameterName) throws SQLException; in getDouble() method
DResultSet.java344 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/
DJSONArray.java360 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray
DJSONObject.java443 public double getDouble(String name) throws JSONException { in getDouble() method in JSONObject
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java1008 public double getDouble(String key, double deflt) { in getDouble() method in OldPreferencesTest.MockPreferences