Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DHeapByteBuffer.java147 public final float getFloat() { in getFloat() method in HeapByteBuffer
152 public final float getFloat(int index) { in getFloat() method in HeapByteBuffer
DDirectByteBuffer.java132 public final float getFloat() { in getFloat() method in DirectByteBuffer
143 public final float getFloat(int index) { in getFloat() method in DirectByteBuffer
DMappedByteBufferAdapter.java176 public float getFloat() { in getFloat() method in MappedByteBufferAdapter
184 public float getFloat(int index) { in getFloat() method in MappedByteBufferAdapter
DByteBuffer.java494 public abstract float getFloat(); in getFloat() method in ByteBuffer
510 public abstract float getFloat(int index); in getFloat() method in ByteBuffer
/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
DField.java413 public float getFloat(Object object) throws IllegalAccessException, IllegalArgumentException { in getFloat() method in Field
/libcore/luni/src/main/java/java/util/prefs/
DPreferences.java358 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/luni/src/main/java/java/sql/
DCallableStatement.java383 public float getFloat(int parameterIndex) throws SQLException; in getFloat() method
396 public float getFloat(String parameterName) throws SQLException; in getFloat() method
DResultSet.java666 public float getFloat(int columnIndex) throws SQLException; in getFloat() method
679 public float getFloat(String columnName) throws SQLException; in getFloat() method
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java999 public float getFloat(String key, float deflt) { in getFloat() method in OldPreferencesTest.MockPreferences