HomeSort by relevance Sort by last modified time
    Searched defs:LRUCache (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/common/
lrucache.cpp 7 * File LRUCACHE.CPP
11 #include "lrucache.h"
21 LRUCache::CacheEntry::CacheEntry()
26 LRUCache::CacheEntry::~CacheEntry() {
30 void LRUCache::CacheEntry::unlink() {
41 void LRUCache::CacheEntry::reset() {
48 void LRUCache::CacheEntry::init(
56 void LRUCache::moveToMostRecent(CacheEntry *entry) {
67 void LRUCache::init(char *adoptedLocId, CacheEntry *entry) {
73 UBool LRUCache::contains(const char *localeId) const
    [all...]
lrucache.h 7 * File LRUCACHE.H
22 * LRUCache keyed by locale ID.
25 class U_COMMON_API LRUCache : public UObject {
36 virtual ~LRUCache();
39 LRUCache(int32_t maxSize, UErrorCode &status);
60 LRUCache();
61 LRUCache(const LRUCache &other);
62 LRUCache &operator=(const LRUCache &other)
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
RegexCache.java 29 private LRUCache<String, Pattern> cache;
32 cache = new LRUCache<String, Pattern>(size);
49 private static class LRUCache<K, V> {
55 public LRUCache(int size) {
60 return size() > LRUCache.this.size;
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
LoadPathToFileCache.java 34 private final LRUCache<String, String> cache;
38 cache = new LRUCache<String, String>(capacity);
110 * This code is copied from {@link com.google.common.cache.LRUCache} but is distilled to basics in
114 static class LRUCache<K, V> extends LinkedHashMap<K, V> {
118 LRUCache(int capacity) {
  /external/chromium_org/third_party/leveldatabase/src/util/
cache.cc 135 class LRUCache {
137 LRUCache();
138 ~LRUCache();
140 // Separate from constructor so caller can easily make an array of LRUCache
170 LRUCache::LRUCache()
177 LRUCache::~LRUCache() {
186 void LRUCache::Unref(LRUHandle* e) {
196 void LRUCache::LRU_Remove(LRUHandle* e)
    [all...]
  /external/chromium_org/third_party/jinja2/
utils.py 294 class LRUCache(object):
474 MutableMapping.register(LRUCache)
lexer.py 22 from jinja2.utils import LRUCache
29 _lexer_cache = LRUCache(50)
environment.py 28 from jinja2.utils import import_string, LRUCache, Markup, missing, \
37 _spontaneous_environments = LRUCache(10)
66 return LRUCache(size)
75 return LRUCache(cache.capacity)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 435 milliseconds