Home
last modified time | relevance | path

Searched refs:fl1 (Results 1 – 3 of 3) 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.java1211 public void replace(FileLock fl1, FileLock fl2) { in replace() argument
1213 lockList.remove(fl1); in replace()
/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()