/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | memory_usage_estimator.h | 470 size_t DoEstimateMemoryUsageForLruCache(const LruCacheType& lru_cache) { in DoEstimateMemoryUsageForLruCache() 614 size_t EstimateMemoryUsage(const LRUCache<K, V, C>& lru_cache) { in EstimateMemoryUsage() 619 size_t EstimateMemoryUsage(const HashingLRUCache<K, V, C>& lru_cache) { in EstimateMemoryUsage() 624 size_t EstimateMemoryUsage(const LRUCacheSet<V, C>& lru_cache) { in EstimateMemoryUsage() 629 size_t EstimateMemoryUsage(const HashingLRUCacheSet<V, C>& lru_cache) { in EstimateMemoryUsage()
|
/aosp_15_r20/external/ublksrv/qcow2/ |
H A D | lrucache.hpp | 46 class lru_cache { class 51 lru_cache(size_t max_size) : in lru_cache() function in cache::lru_cache
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | lru_cache_test.cc | 381 LruCache<int, int> lru_cache(2); in TEST() local 389 LruCache<int, int> lru_cache(2); in TEST() local 398 LruCache<int, int> lru_cache(2); in TEST() local
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | py3compat.py | 36 lru_cache = functools.lru_cache variable 58 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/ |
D | lib.rs | 3 pub mod lru_cache; module
|
/aosp_15_r20/external/python/cachetools/src/cachetools/ |
D | func.py | 120 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | mkl_util_test.cc | 88 LRUCache<int> lru_cache(capacity); in TEST() local
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | module.h | 51 PyObject *lru_cache; member
|
D | connection.c | 134 PyObject *lru_cache = state->lru_cache; in new_statement_cache() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | functools.py | 479 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | functools.py | 479 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | functools.py | 479 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | functools.py | 479 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | functools.py | 479 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | functools.py | 479 def lru_cache(maxsize=128, typed=False): function
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | symbolic_shapes.py | 126 def lru_cache(maxsize): function
|