Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheFactory.java55 FileDownloadCache cache = mCacheObjectMap.get(cacheDir.getAbsolutePath()); in getCache() local
58 mCacheObjectMap.put(cacheDir.getAbsolutePath(), cache); in getCache() local
/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/asuite/adevice/src/
Dfingerprint.rs202 let cache = Cache::read().unwrap_or_default(); in fingerprint_partitions() localVariable
537 let mut cache = Cache::default(); in get_or_compute_digest_small_file() localVariable
602 let cache = Cache::default(); in fingerprint_file_for_file() localVariable
628 let cache = Cache::default(); in fingerprint_file_for_relative_symlink() localVariable
645 let cache = Cache::default(); in fingerprint_file_for_absolute_symlink() localVariable
663 let cache = Cache::default(); in fingerprint_file_for_directory() localVariable
670 let cache = Cache::default(); in fingerprint_file_on_bad_path_reports_err() localVariable
989 let cache = Cache::default(); in test_write_and_read_cache_file() localVariable
993 let cache = Cache::read_from_file(&file_path).unwrap(); in test_write_and_read_cache_file() localVariable
1001 let cache = Cache::read_from_file(bad_path).unwrap_or_default(); in test_read_cache_file_no_file() localVariable
[all …]
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/
DTestFileCache.kt73 fun cache(testFile: TestFile): TestFile { in cache() method in com.android.tools.metalava.testing.TestFileCache
137 val cache: TestFileCache in createFile() constant in com.android.tools.metalava.testing.TestFileCacheRule
/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/tradefederation/core/src/com/android/tradefed/cluster/
DClusterBuildProvider.java112 final ConcurrentHashMap<String, File> cache = sDownloadCache.get(); in getBuild() local
180 ConcurrentHashMap<String, File> cache, in retrieveFile()
/tools/tradefederation/core/src/com/android/tradefed/build/gcs/
DGCSDownloaderHelper.java82 FileDownloadCache cache = in deleteCacheEntry() local
/tools/security/fuzzing/orphans/hashlink/
Dhashlink_lrucache_fuzzer.rs50 let mut cache = LruCache::new(info.capacity.into()); localVariable
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java152 Boolean cache = mFreshnessCache.getIfPresent(remotePath); in isFresh() local
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java284 FileDownloadCache cache = new FileDownloadCache(cacheRoot); in testConstructor_createCache() local
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DDefaultModifierList.kt477 private var cache = mutableMapOf<Int, DefaultModifierList>() variable
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonTypeItemTest.kt1098 val cache = codebase.assertClass("test.pkg.Cache") in <lambda>() constant