Home
last modified time | relevance | path

Searched defs:headerBuffer (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_buffers.cpp40 const char *const dictPath, MmappedBuffer::MmappedBufferPtr headerBuffer, in openVer4DictBuffers()
129 MmappedBuffer::MmappedBufferPtr headerBuffer, const bool isUpdatable, in Ver4DictBuffers()
Dver4_patricia_trie_writing_helper.cpp48 BufferWithExtendableBuffer headerBuffer( in writeToDictFile() local
74 BufferWithExtendableBuffer headerBuffer( in writeToDictFileWithGC() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_buffers.cpp34 const char *const dictPath, MmappedBuffer::MmappedBufferPtr &&headerBuffer, in openVer4DictBuffers()
170 Ver4DictBuffers::Ver4DictBuffers(MmappedBuffer::MmappedBufferPtr &&headerBuffer, in Ver4DictBuffers()
Dver4_patricia_trie_writing_helper.cpp39 BufferWithExtendableBuffer headerBuffer( in writeToDictFile() local
66 BufferWithExtendableBuffer headerBuffer( in writeToDictFileWithGC() local
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
DTcpSocketTrackerTest.java308 final ByteBuffer headerBuffer = getByteBuffer(SOCK_DIAG_MSG_BYTES); in testPollSocketsInfo() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java375 public static HashMap<String, String> decodeHeaderAttributes(@Nonnull final byte[] headerBuffer) in decodeHeaderAttributes()
DBinaryDictEncoderUtils.java761 ByteArrayOutputStream headerBuffer = new ByteArrayOutputStream(256); in writeDictionaryHeader() local