Home
last modified time | relevance | path

Searched defs:getFloat (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DByteBuffer.java486 public abstract float getFloat(); in getFloat() method in ByteBuffer
502 public abstract float getFloat(int index); in getFloat() method in ByteBuffer
DByteArrayBuffer.java185 @Override public final float getFloat() { in getFloat() method in ByteArrayBuffer
189 @Override public final float getFloat(int index) { in getFloat() method in ByteArrayBuffer
DDirectByteBuffer.java209 @Override public final float getFloat() { in getFloat() method in DirectByteBuffer
220 @Override public final float getFloat(int index) { in getFloat() method in DirectByteBuffer
/libcore/libart/src/main/java/java/lang/reflect/
DField.java429 public float getFloat(Object object) throws IllegalAccessException, IllegalArgumentException { in getFloat() method in Field
433 private native float getFloat(Object object, boolean accessible) in getFloat() method in Field
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java196 …public static float getFloat(Object array, int index) throws IllegalArgumentException, ArrayIndexO… in getFloat() method in Array
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java367 public abstract float getFloat(String key, float deflt); in getFloat() method in Preferences
DAbstractPreferences.java468 public float getFloat(String key, float deflt) { in getFloat() method in AbstractPreferences
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java299 public float getFloat(String key, float deflt) { in getFloat() method in PreferencesTest.MockPreferences
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java382 public float getFloat(int parameterIndex) throws SQLException; in getFloat() method
395 public float getFloat(String parameterName) throws SQLException; in getFloat() method
DResultSet.java664 public float getFloat(int columnIndex) throws SQLException; in getFloat() method
677 public float getFloat(String columnName) throws SQLException; in getFloat() method
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java1013 public float getFloat(String key, float deflt) { in getFloat() method in OldPreferencesTest.MockPreferences