Home
last modified time | relevance | path

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

/external/swiftshader/tests/SystemUnitTests/
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
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/
DRegexCache.java49 private static class LRUCache<K, V> { class in RegexCache
55 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/internal/
DRegexCache.java51 private static class LRUCache<K, V> { class in RegexCache
57 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlru_cache_test.cc25 TEST(LRUCache, Basics) { in TEST() argument
50 TEST(LRUCache, SharedLRUList) { in TEST() argument
98 TEST(LRUCache, RandomInsertions) { in TEST() argument
Dlru_cache.h76 explicit LRUCache(LRUList* lru_list) : lru_list_(lru_list) {} in LRUCache() function
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DLoadPathToFileCache.java114 static class LRUCache<K, V> extends LinkedHashMap<K, V> { class in LoadPathToFileCache
118 LRUCache(int capacity) { in LRUCache() method in LoadPathToFileCache.LRUCache
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h49 LRUCache() : capacity_(0) {} in LRUCache() function
50 explicit LRUCache(size_t capacity) : capacity_(capacity) {} in LRUCache() function
/external/swiftshader/src/System/
DLRUCache.hpp30 class LRUCache class
218 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() function in sw::LRUCache
/external/leveldb/util/
Dcache.cc151 class LRUCache { class
198 LRUCache::LRUCache() : capacity_(0), usage_(0) { in LRUCache() function in leveldb::__anon877b9ca90111::LRUCache
/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc163 class LRUCache { class
210 LRUCache::LRUCache() : capacity_(0), usage_(0) { in LRUCache() function in tensorflow::table::__anoncfc0eb580111::LRUCache
/external/cronet/tot/base/containers/
Dlru_cache.h264 using LRUCache = variable
/external/cronet/stable/base/containers/
Dlru_cache.h264 using LRUCache = variable
/external/python/mako/mako/
Dutil.py165 class LRUCache(dict): class
/external/puffin/src/
Dpuffin_stream.cc577 LRUCache::LRUCache(size_t max_size) : max_size_(max_size) { in LRUCache() function in puffin::LRUCache
/external/python/jinja/src/jinja2/
Dutils.py327 class LRUCache: class
/external/libchrome/third_party/jinja2/
Dutils.py306 class LRUCache(object): class
/external/python/cachetools/src/cachetools/
D__init__.py201 class LRUCache(Cache): class
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1765 explicit LRUCache(size_t capacity) { in LRUCache() function