Home
last modified time | relevance | path

Searched defs:LRUCache (Results 1 – 13 of 13) 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/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/swiftshader/src/Renderer/
DLRUCache.hpp26 class LRUCache class
94 LRUCache<Key, Data>::LRUCache(int n) in LRUCache() function in sw::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.hpp29 class LRUCache class
217 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() function in sw::LRUCache
/external/autotest/site_utils/rpm_control_system/
Dutils.py47 class LRUCache(object): class
/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc163 class LRUCache { class
210 LRUCache::LRUCache() : capacity_(0), usage_(0) { in LRUCache() function in tensorflow::table::__anon4220aee90111::LRUCache
/external/libchrome/third_party/jinja2/
Dutils.py306 class LRUCache(object): class
/external/python/jinja/src/jinja2/
Dutils.py327 class LRUCache: class
/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp575 TUScheduler::ASTCache &LRUCache, Semaphore &Barrier, in ASTWorker()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1703 explicit LRUCache(size_t capacity) { in LRUCache() function