Searched refs:fl1 (Results 1 – 4 of 4) sorted by relevance
73 public abstract void replace(FileLock fl1, FileLock fl2); in replace() argument
1260 public void replace(FileLock fl1, FileLock fl2) { in replace() argument1262 lockList.remove(fl1); in replace()
333 public void replace(java.nio.channels.FileLock fl1, java.nio.channels.FileLock fl2) { in replace() argument
327 BigDecimal fl1 = new BigDecimal("234563782344567"); in test_floatValue() local329 fl1.floatValue() == 234563782344567f); in test_floatValue()