Searched defs:needsToRunGC (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Dpatricia_trie_policy.h110 bool needsToRunGC(const bool mindsBlockByGC) const { function in class:latinime::PatriciaTriePolicy
112 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
H A Ddynamic_patricia_trie_policy.cpp329 bool DynamicPatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const { function in class:latinime::DynamicPatriciaTriePolicy
331 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.cpp127 bool Dictionary::needsToRunGC(const bool mindsBlockByGC) { function in class:latinime::Dictionary
128 return mDictionaryStructureWithBufferPolicy->needsToRunGC(mindsBlockByGC);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java331 public boolean needsToRunGC(final boolean mindsBlockByGC) { method in class:BinaryDictionary

Completed in 89 milliseconds