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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 124 bool flushWithGC(const char *const filePath) {
126 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 170 bool Dictionary::flushWithGC(const char *const filePath) {
172 return mDictionaryStructureWithBufferPolicy->flushWithGC(filePath);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 443 bool Ver4PatriciaTriePolicy::flushWithGC(const char *const filePath) {
445 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 488 bool Ver4PatriciaTriePolicy::flushWithGC(const char *const filePath) {
490 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 518 flushWithGC();
556 return flushWithGC();
562 public boolean flushWithGC() {
ExpandableBinaryDictionary.java 275 mBinaryDictionary.flushWithGC();
641 binaryDictionary.flushWithGC();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 432 binaryDictionary.flushWithGC();
446 binaryDictionary.flushWithGC();
489 binaryDictionary.flushWithGC();
534 binaryDictionary.flushWithGC();
591 binaryDictionary.flushWithGC();
626 binaryDictionary.flushWithGC();
    [all...]

Completed in 634 milliseconds