Home
last modified time | relevance | path

Searched defs:LruCache (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/
Dlru_cache.rs17 pub struct LruCache<K, V, S = hash_map::DefaultHashBuilder> { struct
22 impl<K: Eq + Hash, V> LruCache<K, V> { argument
40 impl<K, V, S> LruCache<K, V, S> { implementation
85 impl<K: Eq + Hash, V, S> LruCache<K, V, S> impl
235 impl<K: Hash + Eq + Clone, V: Clone, S: BuildHasher + Clone> Clone for LruCache<K, V, S> { implementation
245 impl<K: Eq + Hash, V, S: BuildHasher> Extend<(K, V)> for LruCache<K, V, S> { implementation
254 impl<K, V, S> IntoIterator for LruCache<K, V, S> { implementation
264 impl<'a, K, V, S> IntoIterator for &'a LruCache<K, V, S> { implementation
274 impl<'a, K, V, S> IntoIterator for &'a mut LruCache<K, V, S> { implementation
284 impl<K, V, S> fmt::Debug for LruCache<K, V, S> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/lru-cache/src/
Dlib.rs56 pub struct LruCache<K: Eq + Hash, V, S: BuildHasher = RandomState> { struct
61 impl<K: Eq + Hash, V> LruCache<K, V> { argument
78 impl<K: Eq + Hash, V, S: BuildHasher> LruCache<K, V, S> { implementation
307 impl<K: Eq + Hash, V, S: BuildHasher> Extend<(K, V)> for LruCache<K, V, S> { implementation
315 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug, S: BuildHasher> fmt::Debug for LruCache<K, V, S> { implementation
321 impl<K: Eq + Hash, V, S: BuildHasher> IntoIterator for LruCache<K, V, S> { implementation
330 impl<'a, K: Eq + Hash, V, S: BuildHasher> IntoIterator for &'a LruCache<K, V, S> { implementation
336 impl<'a, K: Eq + Hash, V, S: BuildHasher> IntoIterator for &'a mut LruCache<K, V, S> { implementation
Dheapsize.rs8 impl<K: Eq + Hash + HeapSizeOf, V: HeapSizeOf, S: BuildHasher> HeapSizeOf for LruCache<K, V, S> { implementation
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/gallery/
DLruCache.java25 public class LruCache<K, V> { class
33 public LruCache(final int capacity) { in LruCache() method in LruCache
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DLruCache.java29 public class LruCache<K, V> { class
37 public LruCache(final int capacity) { in LruCache() method in LruCache
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dlru_cache.h63 explicit LruCache(size_t capacity) : capacity_(capacity) { in LruCache() function
73 LruCache(const LruCache& other) : capacity_(other.capacity_), list_map_(other.list_map_) {} in LruCache() function
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLruCache.java13 public class LruCache<T, Y> { class
24 public LruCache(int size) { in LruCache() method in LruCache
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/util/
H A DLruCache.java76 public class LruCache<K, V> { class
94 public LruCache(int maxSize) { in LruCache() method in LruCache
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DLruCache.java65 public class LruCache<K, V> { class
84 public LruCache(int maxSize) { in LruCache() method in LruCache
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/lru/
H A DLruCache.java42 public final class LruCache<K, V> { class
56 private LruCache(Builder<K, V> b) { in LruCache() method in LruCache
/aosp_15_r20/hardware/google/aemu/base/
DLruCache_unittest.cpp31 TEST(LruCache, Basic) { in TEST() argument
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DLruCache.h26 LruCache(std::size_t maxSize) : m_maxSize(maxSize) { in LruCache() function
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DLruCache.h23 LruCache(std::size_t maxSize) : m_maxSize(maxSize) { m_table.reserve(maxSize); } in LruCache() function
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/
H A DLruCache.java23 interface LruCache<K, V> { interface
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/
H A DLruCache.kt10 internal class LruCache<K, V>( class
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dssl_session_cache_test.cc101 TEST(SslSessionCacheTest, LruCache) { in TEST() argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp_15_r20/system/core/libutils/include/utils/
H A DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function

12345678910>>...22