Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/libphonenumber/java/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
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DLRUCache.hpp26 class LRUCache class
94 LRUCache<Key, Data>::LRUCache(int n) in LRUCache() function in sw::LRUCache
/third_party/skia/third_party/externals/swiftshader/src/System/
DLRUCache.hpp29 class LRUCache class
217 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() function in sw::LRUCache
/third_party/node/deps/npm/lib/
Dfetch-package-metadata.js32 const LRUCache = require('lru-cache') constant
/third_party/node/deps/npm/node_modules/lru-cache/
Dindex.js27 class LRUCache { class
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/lru-cache/
Dindex.js46 function LRUCache (options) { class
/third_party/jinja2/
Dutils.py341 class LRUCache(object): class
/third_party/node/tools/inspector_protocol/jinja2/
Dutils.py306 class LRUCache(object): class
/third_party/skia/third_party/externals/jinja2/
Dutils.py341 class LRUCache(object): class
/third_party/node/tools/
Dlint-md.mjs17474 class LRUCache { class