Searched defs:cache (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | LruCacheTest.java | 49 LruCache<String, String> cache = new LruCache<String, String>(3); in testStatistics() local 99 LruCache<String, String> cache = newCreatingCache(); in testStatisticsWithCreate() local 124 LruCache<String, String> cache = newCreatingCache(); in testCreateOnCacheMiss() local 131 LruCache<String, String> cache = newCreatingCache(); in testNoCreateOnCacheHit() local 147 LruCache<String, String> cache = new LruCache<String, String>(3); in testCannotPutNullKey() local 157 LruCache<String, String> cache = new LruCache<String, String>(3); in testCannotPutNullValue() local 167 LruCache<String, String> cache = new LruCache<String, String>(1); in testEvictionWithSingletonCache() local 176 LruCache<String, String> cache = newRemovalLogCache(log); in testEntryEvictedWhenFull() local 194 LruCache<String, String> cache = newRemovalLogCache(log); in testPutCauseEviction() local 206 LruCache<String, String> cache = new LruCache<String, String>(10) { in testCustomSizesImpactsSize() local [all …]
|
/cts/tests/tests/apache-http/src/android/net/http/cts/ |
D | HttpResponseCacheTest.java | 103 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseCloses() local 115 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseUninstalls() local 121 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testDeleteUninstalls() local 132 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testStatisticsTracking() local 158 private void initializeCache(HttpResponseCache cache) { in initializeCache()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | IpcDataCacheTest.java | 236 TestCache cache = new TestCache(MODULE, api); in testCacheRecompute() local 259 TestCache cache = new TestCache(MODULE, api); in testCacheInitialState() local 272 TestCache cache = new TestCache(MODULE, api); in testCachePropertyUnset() local 281 TestCache cache = new TestCache(MODULE, api); in testCacheDisableState() local 303 TestCache cache = new TestCache(MODULE, api); in testLocalProcessDisable1() local 325 TestCache cache = new TestCache(MODULE, api); in testLocalProcessDisable2() local
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | KernelConfigTest.java | 75 Map<ITestDevice, HashSet<String>> cache) throws Exception { in getDeviceConfig()
|
D | SELinuxHostTest.java | 205 Map<ITestDevice, File> cache, String deviceFilePath, in getDeviceFile() 225 private static File buildSystemPolicy(ITestDevice device, Map<ITestDevice, File> cache, in buildSystemPolicy() 276 Map<ITestDevice, File> cache, String tmpFileName) throws Exception { in buildVendorPolicy()
|