Home
last modified time | relevance | path

Searched defs:cacheSize (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/
DImagePreviewImageLoader.java45 …android.content.ContentResolver contentResolver, int cacheSize, @org.jetbrains.annotations.NotNull… in ImagePreviewImageLoader()
55 android.content.ContentResolver contentResolver, @PreviewCacheSize() in ImagePreviewImageLoader()
62 android.content.ContentResolver contentResolver, int cacheSize, int maxSimultaneousRequests) { in ImagePreviewImageLoader()
DPreviewImageLoader.java23 private final int cacheSize = 0; field in PreviewImageLoader
43 kotlinx.coroutines.CoroutineScope scope, @PreviewCacheSize() in PreviewImageLoader()
DImageLoaderModule.java51 public final int cacheSize() { in cacheSize() method in ImageLoaderModule.Companion
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/cache/lru/
H A DLruCacheTest.java119 int cacheSize = 3; in when_closeableValuesAreEvicted_CloseMethodIsCalled() local
136 int cacheSize = 3; in when_closeableValuesAreEvicted_NoExceptionsAreThrownIfCloseFails() local
219 Integer cacheSize) throws Exception { in when_multipleThreadsAreCallingCache_WorksAsExpected()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLruMap.java21 private int cacheSize; field in LruMap
24 public LruMap(int cacheSize) { in LruMap()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/
H A DResourceCacheImpl.java67 private int cacheSize; field in ResourceCacheImpl.LRUMap
75 public LRUMap(int cacheSize) in LRUMap()
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DFileBlobCache.cpp88 size_t cacheSize = fileSize - headerSize; in FileBlobCache() local
119 size_t cacheSize = getFlattenedSize(); in writeToFile() local
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/
H A DCacheTest.kt74 private fun cacheSize() = Cache.backup().cache.size method
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/icons/
DCachingTargetDataLoader.java22 private final int cacheSize = 0; field in CachingTargetDataLoader
29 com.android.intentresolver.icons.TargetDataLoader targetDataLoader, int cacheSize) { in CachingTargetDataLoader()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskKeyByLastActiveTimeCache.java145 public synchronized void updateCacheSizeAndRemoveExcess(int cacheSize) { in updateCacheSizeAndRemoveExcess()
146 mMaxSize.compareAndSet(mMaxSize.get(), cacheSize); in updateCacheSizeAndRemoveExcess() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
H A DDiskStatsFileLoggerTest.java204 public long cacheSize; field in DiskStatsFileLoggerTest.AppSizeGrouping
206 public AppSizeGrouping(String packageName, long appSize, long cacheSize) { in AppSizeGrouping()
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DClearCachedDataPreference.java105 final long cacheSize = getAllAppsCacheSize(); in refresh() local
214 long cacheSize = 0; in getAllAppsCacheSize() local
/aosp_15_r20/packages/modules/NeuralNetworks/driver/cache/nnCache/
DnnCache.cpp165 size_t cacheSize = mBlobCache->getFlattenedSize(); in saveBlobCacheLocked() local
264 size_t cacheSize = fileSize - headerSize; in loadBlobCacheLocked() local
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
H A DStorageTest.java216 final long cacheSize = sm.getCacheSizeBytes( in testVerifySpaceApi() local
265 final long cacheSize = sm.getCacheQuotaBytes( in testVerifyQuotaApi() local
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/resources/
H A DComposerResources.cpp79 uint32_t cacheSize) in ComposerHandleCache()
106 bool ComposerHandleCache::initCache(HandleType type, uint32_t cacheSize) { in initCache()
178 bool ComposerDisplayResource::initClientTargetCache(uint32_t cacheSize) { in initClientTargetCache()
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DRegularFileTest.java63 int cacheSize = options.get(1); in suite() local
121 private final int cacheSize; field in RegularFileTest.TestConfiguration
126 public TestConfiguration(int blockSize, int cacheSize, ReuseStrategy reuseStrategy) { in TestConfiguration()
/aosp_15_r20/external/skia/bench/
H A DSkGlyphCacheBench.cpp49 explicit SkGlyphCacheBasic(size_t cacheSize) : fCacheSize(cacheSize) { } in SkGlyphCacheBasic()
83 explicit SkGlyphCacheStressTest(int cacheSize) : fCacheSize(cacheSize) { } in SkGlyphCacheStressTest()
/aosp_15_r20/external/skia/src/gpu/
H A DTiledTextureUtils.cpp209 size_t cacheSize, in ShouldTileImage()
367 size_t cacheSize, in DrawAsTiledImageRect()
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DClientCompositionRequestCache.h42 explicit ClientCompositionRequestCache(uint32_t cacheSize) : mMaxCacheSize(cacheSize){}; in ClientCompositionRequestCache()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCache.java41 final int cacheSize = ViewConfiguration.getMaximumDrawingCacheSize(); in onCreate() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DPackageStatsTest.java32 long cacheSize = 10240; in testPackageStats() local
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/bcache/
Dcache.go51 const cacheSize = 1021 const
/aosp_15_r20/external/android-nn-driver/
H A DCacheDataHandler.hpp23 CacheHandle(const HidlToken token, const size_t cacheSize) in CacheHandle()
H A DCacheDataHandler.cpp19 …d CacheDataHandler::Register(const HidlToken token, const size_t hashValue, const size_t cacheSize) in Register()
/aosp_15_r20/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
H A DCacheResponse.java29 int cacheSize = 10 * 1024 * 1024; // 10 MiB in CacheResponse() local

12345678910>>...23