Searched defs:LOAD_FACTOR (Results 1 – 7 of 7) sorted by relevance
40 private static final float LOAD_FACTOR = 0.75F; field in CacheMap
37 private static final float LOAD_FACTOR = 0.75F; field in MemoryDataCache
37 private static final float LOAD_FACTOR = 0.75F; field in DiskIoDataCache
36 private static final float LOAD_FACTOR = 0.75F; field in UserDataCache
39 private static final float LOAD_FACTOR = 0.75F; field in SampleCodeDataCache
37 private static final float LOAD_FACTOR = 0.75F; field in CpuDataCache
492 public static final float LOAD_FACTOR = 0.75F; field in LayoutConstants