| /packages/modules/Bluetooth/system/gd/common/ | 
| D | lru_cache_test.cc | 29   LruCache<int, int> cache(3);  // capacity = 3;  in TEST()  local 71   LruCache<int, int> cache(2);  in TEST()  local 84   LruCache<int, std::shared_ptr<int>> cache(2);  in TEST()  local 99   LruCache<int, std::shared_ptr<int>> cache(2);  in TEST()  local 114   LruCache<int, std::unique_ptr<int>> cache(2);  in TEST()  local 124   LruCache<int, LruCache<int, int>> cache(2);  in TEST()  local 138   LruCache<int, int> cache(3);  in TEST()  local 153   LruCache<int, int> cache(3);  in TEST()  local 168   LruCache<int, int> cache(3);  // capacity = 3;  in TEST()  local 186   LruCache<int, int> cache(3);  // capacity = 3;  in TEST()  local [all …] 
 | 
| /packages/modules/Bluetooth/system/common/ | 
| D | lru_unittest.cc | 33   LegacyLruCache<int, int> cache(3, "testing");  // capacity = 3;  in TEST()  local 79   LegacyLruCache<int, int> cache(2, "testing");  // size = 2;  in TEST()  local 130   LegacyLruCache<int, int> cache(10, "testing");  in TEST()  local 147   LegacyLruCache<int, int> cache(10, "testing");  in TEST()  local 161   LegacyLruCache<int, int> cache(10, "testing");  in TEST()  local 180   LegacyLruCache<int, int> cache(10, "testing");  in TEST()  local 202   LegacyLruCache<int, int> cache(static_cast<size_t>(max_size), "testing");  in TEST()  local 233   LegacyLruCache<int, int> cache(100, "testing");  in TEST()  local
  | 
| /packages/apps/Gallery/tests/src/com/android/camera/gallery/ | 
| D | LruCacheUnitTests.java | 9         LruCache<Integer, Integer> cache = new LruCache<Integer, Integer>(2);  in testPut()  local 17         LruCache<Integer, Integer> cache = new LruCache<Integer, Integer>(2);  in testTracingInUsedObject()  local 29         LruCache<Integer, Integer> cache = new LruCache<Integer, Integer>(2);  in testLruAlgorithm()  local 60         LruCache<Integer, Integer> cache = new LruCache<Integer, Integer>(4);  in testConcurrentAccess()  local
  | 
| /packages/apps/Messaging/src/com/android/messaging/datamodel/ | 
| D | MemoryCacheManager.java | 45     public void registerMemoryCache(final MemoryCache cache) {  in registerMemoryCache() 54     public void unregisterMemoryCache(final MemoryCache cache) {  in unregisterMemoryCache()
  | 
| /packages/apps/Messaging/src/com/android/messaging/datamodel/media/ | 
| D | MediaCacheManager.java | 50         MediaCache<?> cache = mCaches.get(id);  in getOrCreateMediaCacheById()  local 61         final MediaCache<?> cache = getOrCreateMediaCacheById(cacheId);  in getOrCreateBitmapPoolForCache()  local
  | 
| /packages/modules/Bluetooth/system/gd/storage/ | 
| D | legacy_config_file.cc | 43   ConfigCache cache(temp_devices_capacity, Device::kLinkKeyProperties);  in Read()  local 77 bool LegacyConfigFile::Write(const ConfigCache& cache) {  in Write()
  | 
| /packages/apps/Dialer/java/com/android/dialer/util/ | 
| D | ExpirableCache.java | 103   private LruCache<K, CachedValue<V>> cache;  field in ExpirableCache 105   private ExpirableCache(LruCache<K, CachedValue<V>> cache) {  in ExpirableCache() 121   public static <K, V> ExpirableCache<K, V> create(LruCache<K, CachedValue<V>> cache) {  in create()
  | 
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ | 
| D | Buffer.java | 37             BitmapCache cache = PrimaryImage.getImage().getBitmapCache();  in Buffer()  local 91         BitmapCache cache = PrimaryImage.getImage().getBitmapCache();  in remove()  local
  | 
| D | FilterEnvironment.java | 58     public void setBitmapCache(BitmapCache cache) {  in setBitmapCache() 62     public void cache(Buffer buffer) {  in cache()  method in FilterEnvironment 66     public void cache(Bitmap bitmap) {  in cache()  method in FilterEnvironment
  | 
| /packages/apps/Launcher3/src/com/android/launcher3/allapps/ | 
| D | WorkPausedCard.java | 64         StringCache cache = mActivityContext.getStringCache();  in updateStringFromCache()  local 70     private void setWorkProfilePausedResources(StringCache cache) {  in setWorkProfilePausedResources()
  | 
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ | 
| D | BitmapCache.java | 117     public void setCacheProcessing(CacheProcessing cache) {  in setCacheProcessing() 121     public void cache(Buffer buffer) {  in cache()  method in BitmapCache 129     public synchronized boolean cache(Bitmap bitmap) {  in cache()  method in BitmapCache
  | 
| /packages/apps/Launcher3/src/com/android/launcher3/pm/ | 
| D | ShortcutConfigActivityInfo.java | 82     public abstract Drawable getFullResIcon(IconCache cache);  in getFullResIcon() 133         public Drawable getFullResIcon(IconCache cache) {  in getFullResIcon()
  | 
| /packages/modules/IntentResolver/java/src-debug/com/android/intentresolver/flags/ | 
| D | DebugFeatureFlagRepository.kt | 33     private val cache = hashMapOf<String, Boolean>()  constant in com.android.intentresolver.flags.DebugFeatureFlagRepository
  | 
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ | 
| D | DictionaryFacilitatorLruCacheTests.java | 37         final DictionaryFacilitatorLruCache cache =  in testGetFacilitator()  local
  | 
| /packages/providers/MediaProvider/src/com/android/providers/media/util/ | 
| D | CachedSupplier.java | 23     private volatile T cache;  field in CachedSupplier
  | 
| /packages/modules/DnsResolver/ | 
| D | DnsTlsSocketFactory.h | 37                                                       DnsTlsSessionCache* _Nonnull cache) override {  in createDnsTlsSocket()
  | 
| D | res_cache.cpp | 1045     std::unique_ptr<Cache> cache;  member 1075 static bool cache_has_pending_request_locked(Cache* cache, const Entry* key,  in cache_has_pending_request_locked() 1100 static void cache_notify_waiting_tid_locked(struct Cache* cache, const Entry* key) {  in cache_notify_waiting_tid_locked() 1129     Cache* cache = find_named_cache_locked(netid);  in _resolv_cache_query_failed()  local 1136 static void cache_dump_mru_locked(Cache* cache) {  in cache_dump_mru_locked() 1159 static Entry** _cache_lookup_p(Cache* cache, Entry* key) {  in _cache_lookup_p() 1180 static void _cache_add_p(Cache* cache, Entry** lookup, Entry* e) {  in _cache_add_p() 1193 static void _cache_remove_p(Cache* cache, Entry** lookup) {  in _cache_remove_p() 1207 static void _cache_remove_oldest(Cache* cache) {  in _cache_remove_oldest() 1222 static void _cache_remove_expired(Cache* cache) {  in _cache_remove_expired() [all …] 
 | 
| D | DnsTlsSessionCache.cpp | 44     DnsTlsSessionCache* cache = reinterpret_cast<DnsTlsSessionCache*>(  in newSessionCallback()  local
  | 
| /packages/apps/Messaging/src/com/android/messaging/datamodel/action/ | 
| D | SyncMessagesAction.java | 226         final SyncManager.ThreadInfoCache cache = syncManager.getThreadInfoCache();  in doBackgroundWork()  local 281             final int maxMessagesToUpdate, final ThreadInfoCache cache) {  in syncCursorPair() 579             final ThreadInfoCache cache) {  in setMmsSenders() 602     private String getMmsSender(final MmsMessage mms, final ThreadInfoCache cache) {  in getMmsSender()
  | 
| /packages/apps/SecureElement/src/com/android/se/security/arf/ | 
| D | ArfController.java | 53     public ArfController(AccessRuleCache cache, Terminal terminal) {  in ArfController()
  | 
| /packages/apps/Launcher3/src/com/android/launcher3/icons/ | 
| D | ComponentWithLabelAndIcon.java | 34     Drawable getFullResIcon(IconCache cache);  in getFullResIcon()
  | 
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ | 
| D | AccessPointPreference.java | 86   public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache,  in AccessPointPreference() 92   public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache,  in AccessPointPreference() 99   AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache,  in AccessPointPreference()
  | 
| D | TvAccessPointPreference.java | 37             AccessPointPreference.UserBadgeCache cache, boolean forSavedNetworks) {  in TvAccessPointPreference()
  | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/cache/ | 
| D | FledgeHttpCacheTest.java | 269         FledgeHttpCache cache =  in test_CacheE2EPutAndGet_Success()  local 285         FledgeHttpCache cache =  in test_CacheE2EHonorsMaxAge_Success()  local
  | 
| /packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ | 
| D | FileUploadActivity.java | 287                 File cache = new File(getExternalCacheDir().getAbsolutePath(), cachedName);  in uriToFile()  local 342         File cache = new File(getExternalCacheDir().getAbsolutePath());  in onDestroy()  local
  |