Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 4 of 4) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/
DCachedFileContentsTest.java40 Object cache = new Object(); in createFileAndCheckWithNoChanges() local
54 Object cache = new Object(); in createFileAndCheckChanges() local
70 Object cache = new Object(); in createFileUpdateAndCheckChanges() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DCachedFileContents.java80 private T cache; field in CachedFileContents
100 public void closed(@Nullable T cache) { in closed()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringCache.kt24 private val cache: MutableMap<DataSlice, String> = HashMap(1_000) constant in trebuchet.util.StringCache
/tools/security/fuzzing/orphans/hashlink/
Dhashlink_lrucache_fuzzer.rs50 let mut cache = LruCache::new(info.capacity.into()); localVariable