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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 127 bool Dictionary::needsToRunGC(const bool mindsBlockByGC) {
128 return mDictionaryStructureWithBufferPolicy->needsToRunGC(mindsBlockByGC);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.h 110 bool needsToRunGC(const bool mindsBlockByGC) const {
112 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
dynamic_patricia_trie_policy.cpp 336 bool DynamicPatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const {
338 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 331 public boolean needsToRunGC(final boolean mindsBlockByGC) {

Completed in 720 milliseconds