OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_cache_size
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/common/
instant_restricted_id_cache.h
44
explicit InstantRestrictedIDCache(size_t
max_cache_size
);
85
InstantRestrictedIDCache<T>::InstantRestrictedIDCache(size_t
max_cache_size
)
86
: cache_(
max_cache_size
),
89
DCHECK(
max_cache_size
);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java
50
private static final int
MAX_CACHE_SIZE
= 100;
55
= new LruCache<Pair<String, Long>, ConversationItemViewModel>(
MAX_CACHE_SIZE
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java
67
private static final int
MAX_CACHE_SIZE
= 50;
69
new LruCache<String, SuggestionsParams>(
MAX_CACHE_SIZE
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py
65
MAX_CACHE_SIZE
= 20
178
if len(_parse_cache) >=
MAX_CACHE_SIZE
: # avoid runaway growth
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py
65
MAX_CACHE_SIZE
= 20
178
if len(_parse_cache) >=
MAX_CACHE_SIZE
: # avoid runaway growth
/external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc
1024
int64
max_cache_size
= backend_->index()->max_size();
local
[
all
...]
/external/kernel-headers/original/linux/
sched.h
706
extern unsigned int
max_cache_size
;
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 1100 milliseconds