Searched refs:headerSize (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dformat_utils_test.cpp33 const size_t headerSize) {
46 buffer.push_back(headerSize >> 24);
47 buffer.push_back(headerSize >> 16);
48 buffer.push_back(headerSize >> 8);
49 buffer.push_back(headerSize);
32 getBuffer(const int magicNumber, const int version, const uint16_t flags, const size_t headerSize) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DDictionaryHeader.java60 public DictionaryHeader(final int headerSize, argument
65 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java312 * @param headerSize the size of the header.
318 final int headerSize, final int pos) {
322 result = getWordAtPositionWithoutParentAddress(dictDecoder, headerSize, pos);
328 final DictDecoder dictDecoder, final int headerSize, final int pos) {
329 dictDecoder.setPosition(headerSize);
317 getWordAtPosition(final DictDecoder dictDecoder, final int headerSize, final int pos) argument
327 getWordAtPositionWithoutParentAddress( final DictDecoder dictDecoder, final int headerSize, final int pos) argument
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_read_write_utils.cpp71 const int headerSize = getHeaderSize(dictBuf); local
79 while (pos < headerSize) {
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 452 milliseconds