Searched refs:needsToRunGC (Results 1 - 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h84 bool needsToRunGC(const bool mindsBlockByGC);
H A Ddictionary.cpp127 bool Dictionary::needsToRunGC(const bool mindsBlockByGC) { function in class:latinime::Dictionary
128 return mDictionaryStructureWithBufferPolicy->needsToRunGC(mindsBlockByGC);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Ddictionary_structure_with_buffer_policy.h81 virtual bool needsToRunGC(const bool mindsBlockByGC) const = 0;
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Ddynamic_patricia_trie_policy.h95 bool needsToRunGC(const bool mindsBlockByGC) const;
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.cpp336 bool DynamicPatriciaTriePolicy::needsToRunGC(const bool mindsBlockByGC) const { function in class:latinime::DynamicPatriciaTriePolicy
338 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryDecayingTests.java223 if (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
227 while (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
289 if (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
293 while (binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
H A DBinaryDictionaryTests.java613 while(!binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java300 // Calls to needsToRunGC() need to be serialized.
301 if (mBinaryDictionary.needsToRunGC(mindsBlockByGC)) {
551 if (mBinaryDictionary.needsToRunGC(false /* mindsBlockByGC */)) {
H A DBinaryDictionary.java331 public boolean needsToRunGC(final boolean mindsBlockByGC) { method in class:BinaryDictionary
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp118 return dictionary->needsToRunGC(mindsBlockByGC == JNI_TRUE);

Completed in 73 milliseconds