Searched refs:openBuffer (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | mmapped_buffer.cpp | 30 /* static */ MmappedBuffer::MmappedBufferPtr MmappedBuffer::openBuffer( in openBuffer() function in latinime::MmappedBuffer 60 /* static */ MmappedBuffer::MmappedBufferPtr MmappedBuffer::openBuffer( in openBuffer() function in latinime::MmappedBuffer 68 return openBuffer(path, 0 /* bufferOffset */, fileSize, isUpdatable); in openBuffer() 72 /* static */ MmappedBuffer::MmappedBufferPtr MmappedBuffer::openBuffer( in openBuffer() function in latinime::MmappedBuffer 81 return openBuffer(filePath, isUpdatable); in openBuffer()
|
D | mmapped_buffer.h | 32 static MmappedBufferPtr openBuffer(const char *const path, 36 static MmappedBufferPtr openBuffer(const char *const path, const bool isUpdatable); 38 static MmappedBufferPtr openBuffer(const char *const dirPath, const char *const fileName,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | sparse_table_dict_content.h | 48 MmappedBuffer::openBuffer(dictPath, lookupTableFileName, isUpdatable)), in SparseTableDictContent() 50 MmappedBuffer::openBuffer(dictPath, addressTableFileName, isUpdatable)), in SparseTableDictContent() 52 MmappedBuffer::openBuffer(dictPath, contentFileName, isUpdatable)), in SparseTableDictContent()
|
D | single_dict_content.h | 43 : mMmappedBuffer(MmappedBuffer::openBuffer(dictPath, contentFileName, isUpdatable)), in SingleDictContent()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/ |
D | dictionary_structure_with_buffer_policy_factory.cpp | 109 MmappedBuffer::openBuffer(headerFilePath, isUpdatable); in newPolicyForDirectoryDict() 174 MmappedBuffer::openBuffer(path, bufOffset, size, false /* isUpdatable */)); in newPolicyForFileDict()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_dict_buffers.cpp | 132 mDictBuffer(MmappedBuffer::openBuffer(dictPath, in Ver4DictBuffers()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_dict_buffers.cpp | 43 MmappedBuffer::MmappedBufferPtr bodyBuffer = MmappedBuffer::openBuffer(dictPath, in openVer4DictBuffers()
|