Home
last modified time | relevance | path

Searched refs:binaryDictionary (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java126 binaryDictionary.close(); in testIsValidDictionary()
133 binaryDictionary.close(); in testIsValidDictionary()
150 binaryDictionary.flush(); in testConstructingDictionaryOnMemory()
155 binaryDictionary.close(); in testConstructingDictionaryOnMemory()
414 binaryDictionary.close(); in testFlushDictionary()
425 binaryDictionary.flush(); in testFlushDictionary()
426 binaryDictionary.close(); in testFlushDictionary()
432 binaryDictionary.flush(); in testFlushDictionary()
433 binaryDictionary.close(); in testFlushDictionary()
437 binaryDictionary.close(); in testFlushDictionary()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java324 if (binaryDictionary == null) { in removeUnigramEntryDynamically()
328 if (!binaryDictionary.removeUnigramEntry(word)) { in removeUnigramEntryDynamically()
374 if (binaryDictionary == null) { in updateEntriesForWord()
413 if (binaryDictionary == null) { in updateEntriesForInputEvents()
416 binaryDictionary.updateEntriesForInputEvents( in updateEntriesForInputEvents()
637 if (binaryDictionary == null) { in asyncFlushBinaryDictionary()
641 binaryDictionary.flushWithGC(); in asyncFlushBinaryDictionary()
643 binaryDictionary.flush(); in asyncFlushBinaryDictionary()
696 if (binaryDictionary == null) { in dumpAllWordsForDebug()
710 binaryDictionary.getNextWordProperty(token); in dumpAllWordsForDebug()
[all …]
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer4DictDecoder.java44 final BinaryDictionary binaryDictionary= new BinaryDictionary( in readHeader() local
48 final DictionaryHeader header = binaryDictionary.getHeader(); in readHeader()
49 binaryDictionary.close(); in readHeader()
60 final BinaryDictionary binaryDictionary = new BinaryDictionary( in readDictionaryBinary() local
71 binaryDictionary.getNextWordProperty(token); in readDictionaryBinary()
74 binaryDictionary.close(); in readDictionaryBinary()
101 binaryDictionary.close(); in readDictionaryBinary()
H A DBinaryDictDecoderEncoderTests.java615 final BinaryDictionary binaryDictionary = new BinaryDictionary(file.getAbsolutePath(),
619 final WordProperty wordProperty = binaryDictionary.getWordProperty(word,
640 final BinaryDictionary binaryDictionary = new BinaryDictionary(file.getAbsolutePath(),
659 binaryDictionary.getNextWordProperty(token);
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DBinaryDictionaryUtils.java57 final BinaryDictionary binaryDictionary = new BinaryDictionary( in getHeaderWithOffsetAndLength() local
61 final DictionaryHeader header = binaryDictionary.getHeader(); in getHeaderWithOffsetAndLength()
62 binaryDictionary.close(); in getHeaderWithOffsetAndLength()