Home
last modified time | relevance | path

Searched refs:fl1 (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileLockTable.java73 public abstract void replace(FileLock fl1, FileLock fl2); in replace() argument
DFileChannelImpl.java1260 public void replace(FileLock fl1, FileLock fl2) { in replace() argument
1262 lockList.remove(fl1); in replace()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java333 public void replace(java.nio.channels.FileLock fl1, java.nio.channels.FileLock fl2) { in replace() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigDecimalTest.java327 BigDecimal fl1 = new BigDecimal("234563782344567"); in test_floatValue() local
329 fl1.floatValue() == 234563782344567f); in test_floatValue()