OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CACHE_SIZE
(Results
1 - 5
of
5
) sorted by null
/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
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 107 milliseconds