/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/ |
D | ImagePreviewImageLoader.java | 45 …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()
|
D | PreviewImageLoader.java | 23 private final int cacheSize = 0; field in PreviewImageLoader 43 kotlinx.coroutines.CoroutineScope scope, @PreviewCacheSize() in PreviewImageLoader()
|
D | ImageLoaderModule.java | 51 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 D | LruCacheTest.java | 119 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 D | LruMap.java | 21 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 D | ResourceCacheImpl.java | 67 private int cacheSize; field in ResourceCacheImpl.LRUMap 75 public LRUMap(int cacheSize) in LRUMap()
|
/aosp_15_r20/frameworks/native/opengl/libs/EGL/ |
H A D | FileBlobCache.cpp | 88 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 D | CacheTest.kt | 74 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/ |
D | CachingTargetDataLoader.java | 22 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/ |
D | TaskKeyByLastActiveTimeCache.java | 145 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 D | DiskStatsFileLoggerTest.java | 204 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/ |
D | ClearCachedDataPreference.java | 105 final long cacheSize = getAllAppsCacheSize(); in refresh() local 214 long cacheSize = 0; in getAllAppsCacheSize() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/driver/cache/nnCache/ |
D | nnCache.cpp | 165 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 D | StorageTest.java | 216 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 D | ComposerResources.cpp | 79 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 D | RegularFileTest.java | 63 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 D | SkGlyphCacheBench.cpp | 49 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 D | TiledTextureUtils.cpp | 209 size_t cacheSize, in ShouldTileImage() 367 size_t cacheSize, in DrawAsTiledImageRect()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | ClientCompositionRequestCache.h | 42 explicit ClientCompositionRequestCache(uint32_t cacheSize) : mMaxCacheSize(cacheSize){}; in ClientCompositionRequestCache()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | BigCache.java | 41 final int cacheSize = ViewConfiguration.getMaximumDrawingCacheSize(); in onCreate() local
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/ |
H A D | PackageStatsTest.java | 32 long cacheSize = 10240; in testPackageStats() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/bcache/ |
D | cache.go | 51 const cacheSize = 1021 const
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | CacheDataHandler.hpp | 23 CacheHandle(const HidlToken token, const size_t cacheSize) in CacheHandle()
|
H A D | CacheDataHandler.cpp | 19 …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 D | CacheResponse.java | 29 int cacheSize = 10 * 1024 * 1024; // 10 MiB in CacheResponse() local
|