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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 130 bool needsToRunGC(const bool mindsBlockByGC) const {
132 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 175 bool Dictionary::needsToRunGC(const bool mindsBlockByGC) {
177 return mDictionaryStructureWithBufferPolicy->needsToRunGC(mindsBlockByGC);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 456 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const {
458 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 501 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const {
503 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 517 if (needsToRunGC(true /* mindsBlockByGC */)) {
579 public boolean needsToRunGC(final boolean mindsBlockByGC) {

Completed in 542 milliseconds