Home
last modified time | relevance | path

Searched defs:LRUCache (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/swiftshader/tests/SystemUnitTests/
H A DLRUCacheTests.cpp44 TEST(LRUCache, Empty) in TEST() argument
61 TEST(LRUCache, AddNoEviction) in TEST() argument
83 TEST(LRUCache, AddWithEviction) in TEST() argument
109 TEST(LRUCache, AddClearAdd) in TEST() argument
158 TEST(LRUCache, Reordering) in TEST() argument
/aosp_15_r20/system/extras/simpleperf/
H A DCallChainJoiner_test.cpp37 TEST(LRUCache, different_nodes) { in TEST() argument
70 TEST(LRUCache, extend_chains) { in TEST() argument
99 TEST(LRUCache, avoid_ip_sp_loop) { in TEST() argument
111 TEST(LRUCache, one_chain) { in TEST() argument
133 TEST(LRUCache, many_chains) { in TEST() argument
H A DCallChainJoiner.cpp27 LRUCache::LRUCache(size_t cache_size, size_t matched_node_count_to_extend_callchain) in LRUCache() function in simpleperf::call_chain_joiner_impl::LRUCache
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dlru_cache_test.cc25 TEST(LRUCache, Basics) { in TEST() argument
50 TEST(LRUCache, SharedLRUList) { in TEST() argument
98 TEST(LRUCache, RandomInsertions) { in TEST() argument
H A Dlru_cache.h76 explicit LRUCache(LRUList* lru_list) : lru_list_(lru_list) {} in LRUCache() function
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DLRUCache.java33 public abstract class LRUCache<N,V> { class
38 public LRUCache(int size) { in LRUCache() method in LRUCache
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/
H A DRegexCache.java49 private static class LRUCache<K, V> { class in RegexCache
55 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/internal/
H A DRegexCache.java51 private static class LRUCache<K, V> { class in RegexCache
57 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java114 static class LRUCache<K, V> extends LinkedHashMap<K, V> { class in LoadPathToFileCache
118 LRUCache(int capacity) { in LRUCache() method in LoadPathToFileCache.LRUCache
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
H A Dtrt_lru_cache.h49 LRUCache() : capacity_(0) {} in LRUCache() function
50 explicit LRUCache(size_t capacity) : capacity_(capacity) {} in LRUCache() function
/aosp_15_r20/external/swiftshader/src/System/
H A DLRUCache.hpp30 class LRUCache class
218 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() function in sw::LRUCache
/aosp_15_r20/external/leveldb/util/
H A Dcache.cc151 class LRUCache { class
198 LRUCache::LRUCache() : capacity_(0), usage_(0) { in LRUCache() function in leveldb::__anon852f22290111::LRUCache
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dcache.cc163 class LRUCache { class
210 LRUCache::LRUCache() : capacity_(0), usage_(0) { in LRUCache() function in tensorflow::table::__anonf43ee0d80111::LRUCache
/aosp_15_r20/external/cronet/base/containers/
H A Dlru_cache.h249 using LRUCache = variable
/aosp_15_r20/external/python/mako/mako/
Dutil.py165 class LRUCache(dict): class
/aosp_15_r20/external/puffin/src/
H A Dpuffin_stream.cc577 LRUCache::LRUCache(size_t max_size) : max_size_(max_size) { in LRUCache() function in puffin::LRUCache
/aosp_15_r20/external/python/jinja/src/jinja2/
Dutils.py327 class LRUCache: class
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dutils.py306 class LRUCache(object): class
/aosp_15_r20/external/python/cachetools/src/cachetools/
D__init__.py201 class LRUCache(Cache): class
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmkl_util.h1765 explicit LRUCache(size_t capacity) { in LRUCache() function
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber-platform/android_common/turbine/
Dlibphonenumber-platform.jarcom/android/i18n/phonenumbers/AlternateFormatsCountryCodeSet.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber-nogeocoder/android_common/turbine/
Dlibphonenumber-nogeocoder.jarcom/google/i18n/phonenumbers/AlternateFormatsCountryCodeSet.class <Unknown> package com.google. ...
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber/android_common/turbine/
Dlibphonenumber.jarcom/google/i18n/phonenumbers/AlternateFormatsCountryCodeSet.class <Unknown> package com.google. ...
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber/android_common/javac/
Dlibphonenumber.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber-nogeocoder/android_common/javac/
Dlibphonenumber-nogeocoder.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12345