Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 6 of 6) sorted by relevance

/packages/modules/DnsResolver/doh/
Dconfig.rs122 pub struct Cache { struct
127 /// Key used for getting an associated Quiche Config from Cache. argument
135 impl Cache { impl
/packages/modules/DnsResolver/
Dres_cache.cpp950 struct Cache { struct
951 Cache() : max_cache_entries(get_max_cache_entries_from_flag()) { in Cache() argument
955 ~Cache() { flush(); } in ~Cache() argument
957 void flush() { in flush()
977 void flushPendingRequests() { in flushPendingRequests()
989 int get_max_cache_entries() { return max_cache_entries; } in get_max_cache_entries()
991 int num_entries = 0;
994 Entry mru_list;
995 int last_id = 0;
996 std::vector<Entry> entries;
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DParcelling.java57 class Cache { class
58 private Cache() {} in Cache() method in Parcelling.Cache
/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/
DParcelling.java58 class Cache { class
59 private Cache() {} in Cache() method in Parcelling.Cache
/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java298 private final class Cache extends LruCache<CacheKey, Entry> { class in ThumbnailCache
300 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCarrierConfigRepository.kt192 private val Cache = ConcurrentHashMap<Int, ConfigCache>() in <lambda>() constant