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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
dictionary_structure_with_buffer_policy.h 93 virtual bool needsToRunGC(const bool mindsBlockByGC) const = 0;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictEncoder.java 97 if (binaryDict.needsToRunGC(true /* mindsBlockByGC */)) {
115 if (binaryDict.needsToRunGC(true /* mindsBlockByGC */)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 96 bool needsToRunGC(const bool mindsBlockByGC);
dictionary.cpp 168 bool Dictionary::needsToRunGC(const bool mindsBlockByGC) {
170 return mDictionaryStructureWithBufferPolicy->needsToRunGC(mindsBlockByGC);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.h 124 bool needsToRunGC(const bool mindsBlockByGC) const {
126 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 126 bool needsToRunGC(const bool mindsBlockByGC) const;
ver4_patricia_trie_policy.cpp 388 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const {
390 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.h 105 bool needsToRunGC(const bool mindsBlockByGC) const;
ver4_patricia_trie_policy.cpp 400 bool Ver4PatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const {
402 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 350 if (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
354 while (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
416 if (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
487 if (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
491 while (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
575 if (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
    [all...]
BinaryDictionaryTests.java     [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 113 return dictionary->needsToRunGC(mindsBlockByGC == JNI_TRUE);
498 if (dictionary->needsToRunGC(true /* mindsBlockByGC */)) {
576 if (dictionaryStructureWithBufferPolicy->needsToRunGC(true /* mindsBlockByGC */)) {
596 if (dictionaryStructureWithBufferPolicy->needsToRunGC(true /* mindsBlockByGC */)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 496 if (needsToRunGC(true /* mindsBlockByGC */)) {
554 public boolean needsToRunGC(final boolean mindsBlockByGC) {
ExpandableBinaryDictionary.java 291 if (mBinaryDictionary.needsToRunGC(mindsBlockByGC)) {
638 if (mBinaryDictionary.needsToRunGC(false /* mindsBlockByGC */)) {

Completed in 335 milliseconds