Home
last modified time | relevance | path

Searched refs:bufferType (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java204 private static String outputOptions(final int bufferType, in outputOptions() argument
207 + ((bufferType == BinaryDictUtils.USE_BYTE_BUFFER) ? "byte buffer" : "byte array"); in outputOptions()
214 final SparseArray<List<Integer>> bigrams, final int bufferType) { in timeReadingAndCheckDict() argument
220 bufferType); in timeReadingAndCheckDict()
237 final int bufferType, final FormatSpec.FormatOptions formatOptions, in runReadAndWrite() argument
252 final long read = timeReadingAndCheckDict(file, words, bigrams, bufferType); in runReadAndWrite()
255 + " : " + outputOptions(bufferType, formatOptions); in runReadAndWrite()
258 private void runReadAndWriteTests(final List<String> results, final int bufferType, in runReadAndWriteTests() argument
260 results.add(runReadAndWrite(sWords, sEmptyBigrams, bufferType, in runReadAndWriteTests()
262 results.add(runReadAndWrite(sWords, sChainBigrams, bufferType, in runReadAndWriteTests()
[all …]
DBinaryDictIOUtils.java45 final long length, final int bufferType) { in getDictDecoder() argument