Home
last modified time | relevance | path

Searched defs:soft (Results 1 – 3 of 3) sorted by relevance

/libcore/benchmarks/src/benchmarks/
DReferenceGetBenchmark.java37 Reference soft = new SoftReference(obj); in timeSoftReferenceGet() local
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DMemoryCache.java24 public MemoryCache(boolean soft, int maxSize) { in MemoryCache()
28 public MemoryCache(boolean soft, int maxSize, int lifetime) { in MemoryCache()
/libcore/ojluni/src/main/java/sun/security/util/
DCache.java260 public MemoryCache(boolean soft, int maxSize) { in MemoryCache()
264 public MemoryCache(boolean soft, int maxSize, int lifetime) { in MemoryCache()