Home
last modified time | relevance | path

Searched defs:lru_cache (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_usage_estimator.h470 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 Dlrucache.hpp46 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/
Dlru_cache_test.cc381 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 Dpy3compat.py36 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/
Dlib.rs3 pub mod lru_cache; module
/aosp_15_r20/external/python/cachetools/src/cachetools/
Dfunc.py120 def lru_cache(maxsize=128, typed=False): function
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmkl_util_test.cc88 LRUCache<int> lru_cache(capacity); in TEST() local
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dmodule.h51 PyObject *lru_cache; member
Dconnection.c134 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/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function
/aosp_15_r20/external/python/cpython3/Lib/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsymbolic_shapes.py126 def lru_cache(maxsize): function