HomeSort by relevance Sort by last modified time
    Searched refs:countSize (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 227 final int countSize = BinaryDictIOUtils.getPtNodeCountSize(ptNodeCount);
230 if (countSize != 1 && countSize != 2) {
231 throw new RuntimeException("Strange size from getPtNodeCountSize : " + countSize);
233 final int encodedPtNodeCount = (countSize == 2) ?
235 BinaryDictEncoderUtils.writeUIntToStream(destination, encodedPtNodeCount, countSize);
236 return countSize;
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java     [all...]

Completed in 391 milliseconds