Home
last modified time | relevance | path

Searched defs:needsToRunGC (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.h130 bool needsToRunGC(const bool mindsBlockByGC) const { in needsToRunGC() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp175 bool Dictionary::needsToRunGC(const bool mindsBlockByGC) { in needsToRunGC() function in latinime::Dictionary
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp456 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const { in needsToRunGC() function in latinime::Ver4PatriciaTriePolicy
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp501 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const { in needsToRunGC() function in latinime::backward::v402::Ver4PatriciaTriePolicy
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java579 public boolean needsToRunGC(final boolean mindsBlockByGC) { in needsToRunGC() method in BinaryDictionary