Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/
DCacheImpl.kt20 private var cache = mutableMapOf<Any, Any>() variable
23 return cache.getOrPut(element) { element } as T in get()
27 cache = mutableMapOf() in clear()
31 return ICache.Backup(cache.toMutableMap()) in backup()
35 cache = backup.cache in restore()
DCrossPlatform.kt23 fun setCache(cache: ICache) = apply { Cache = cache } in <lambda>()
DICache.kt20 data class Backup(val cache: MutableMap<Any, Any>) constant in android.tools.ICache.Backup
/platform_testing/libraries/flicker/utils/test/src/android/tools/
DCacheTest.kt53 Assert.assertTrue(copy.cache.containsKey(Dummy(0))) in testBackup()
54 Assert.assertTrue(copy.cache.containsKey(Dummy(1))) in testBackup()
55 Assert.assertFalse(copy.cache.containsKey(Dummy(2))) in testBackup()
66 Assert.assertTrue(copy.cache.containsKey(Dummy(0))) in testRestore()
67 Assert.assertTrue(copy.cache.containsKey(Dummy(1))) in testRestore()
68 Assert.assertFalse(copy.cache.containsKey(Dummy(2))) in testRestore()
74 private fun cacheSize() = Cache.backup().cache.size
/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DHostFlagsValueProvider.java25 import com.google.common.cache.CacheBuilder;
26 import com.google.common.cache.CacheLoader;
27 import com.google.common.cache.LoadingCache;
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DUtils.kt187 it.outputStream().use { cache -> in readAssetAsFile() method
189 inputStream.copyTo(cache) in readAssetAsFile()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Dx86app_process64.txt383 [ 1d0] %s/dalvik-cache/%s
385 [ 20a] Error constructing dalvik cache : %s
387 [ 24f] Error creating cache dir %s : %s
389 [ 27d] Error changing dalvik-cache ownership : %s
390 [ 2a8] Error changing dalvik-cache permissions : %s
Dx86app_process32.txt354 [ 1d0] %s/dalvik-cache/%s
356 [ 20a] Error constructing dalvik cache : %s
358 [ 24f] Error creating cache dir %s : %s
360 [ 27d] Error changing dalvik-cache ownership : %s
361 [ 2a8] Error changing dalvik-cache permissions : %s