/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/ |
D | lru_cache.rs | 17 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/ |
D | lib.rs | 56 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
|
D | heapsize.rs | 8 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/ |
D | LruCache.java | 25 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/ |
D | LruCache.java | 29 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/ |
D | lru_cache.h | 63 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 D | LruCache.java | 13 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 D | LruCache.java | 76 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 D | LruCache.java | 65 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 D | LruCache.java | 42 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/ |
D | LruCache_unittest.cpp | 31 TEST(LruCache, Basic) { in TEST() argument
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | LruCache.h | 26 LruCache(std::size_t maxSize) : m_maxSize(maxSize) { in LruCache() function
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | LruCache.h | 23 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 D | LruCache.java | 23 interface LruCache<K, V> { interface
|
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/ |
H A D | LruCache.kt | 10 internal class LruCache<K, V>( class
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/ |
H A D | ssl_session_cache_test.cc | 101 TEST(SslSessionCacheTest, LruCache) { in TEST() argument
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|
/aosp_15_r20/system/core/libutils/include/utils/ |
H A D | LruCache.h | 163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
|