Searched refs:fl1 (Results 1 – 3 of 3) sorted by relevance
73 public abstract void replace(FileLock fl1, FileLock fl2); in replace() argument
1211 public void replace(FileLock fl1, FileLock fl2) { in replace() argument1213 lockList.remove(fl1); in replace()
327 BigDecimal fl1 = new BigDecimal("234563782344567"); in test_floatValue() local329 fl1.floatValue() == 234563782344567f); in test_floatValue()