Home
last modified time | relevance | path

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

/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/swiftshader/src/Device/
DLRUCache.hpp23 class LRUCache class
51 LRUCache<Key, Data>::LRUCache(int n) in LRUCache() function in sw::LRUCache
/external/swiftshader/src/Renderer/
DLRUCache.hpp23 class LRUCache class
51 LRUCache<Key, Data>::LRUCache(int n) in LRUCache() function in sw::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/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h44 LRUCache() : capacity_(0) {} in LRUCache() function
45 explicit LRUCache(size_t capacity) : capacity_(capacity) {} in LRUCache() function
/external/autotest/site_utils/rpm_control_system/
Dutils.py74 class LRUCache(object): class
/external/libchrome/third_party/jinja2/
Dutils.py306 class LRUCache(object): class
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h2082 explicit LRUCache(size_t capacity) { in LRUCache() function