OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flushWithGC
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp
123
void Dictionary::
flushWithGC
(const char *const filePath) {
124
mDictionaryStructureWithBufferPolicy->
flushWithGC
(filePath);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.h
105
void
flushWithGC
(const char *const filePath) {
107
AKLOGI("Warning:
flushWithGC
() is called for non-updatable dictionary.");
dynamic_patricia_trie_policy.cpp
320
void DynamicPatriciaTriePolicy::
flushWithGC
(const char *const filePath) {
322
AKLOGI("Warning:
flushWithGC
() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java
61
binaryDictionary.
flushWithGC
();
71
binaryDictionary.
flushWithGC
();
228
binaryDictionary.
flushWithGC
();
294
binaryDictionary.
flushWithGC
();
BinaryDictionaryTests.java
394
binaryDictionary.
flushWithGC
();
412
binaryDictionary.
flushWithGC
();
465
binaryDictionary.
flushWithGC
();
518
binaryDictionary.
flushWithGC
();
583
binaryDictionary.
flushWithGC
();
627
binaryDictionary.
flushWithGC
();
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
319
public void
flushWithGC
() {
ExpandableBinaryDictionary.java
308
mBinaryDictionary.
flushWithGC
();
552
mBinaryDictionary.
flushWithGC
();
Completed in 273 milliseconds