Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.cpp40 const char *const dictPath, MmappedBuffer::MmappedBufferPtr headerBuffer, in openVer4DictBuffers()
129 MmappedBuffer::MmappedBufferPtr headerBuffer, const bool isUpdatable, in Ver4DictBuffers()
H A Dver4_patricia_trie_writing_helper.cpp48 BufferWithExtendableBuffer headerBuffer( in writeToDictFile() local
74 BufferWithExtendableBuffer headerBuffer( in writeToDictFileWithGC() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp34 const char *const dictPath, MmappedBuffer::MmappedBufferPtr &&headerBuffer, in openVer4DictBuffers()
170 Ver4DictBuffers::Ver4DictBuffers(MmappedBuffer::MmappedBufferPtr &&headerBuffer, in Ver4DictBuffers()
H A Dver4_patricia_trie_writing_helper.cpp39 BufferWithExtendableBuffer headerBuffer( in writeToDictFile() local
66 BufferWithExtendableBuffer headerBuffer( in writeToDictFileWithGC() local
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
H A DTcpSocketTrackerTest.java307 final ByteBuffer headerBuffer = getByteBuffer(SOCK_DIAG_MSG_BYTES); in testPollSocketsInfo() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java160 ByteBuffer headerBuffer = ByteBuffer.allocateDirect(ETC1.ETC_PKM_HEADER_SIZE) in createTexture() local
/aosp12/system/chre/host/common/
H A Ddaemon_base.cc61 std::vector<uint8_t> headerBuffer; in loadPreloadedNanoapp() local
/aosp12/system/chre/host/common/test/
H A Dchre_test_client.cc228 std::vector<uint8_t> headerBuffer; in sendLoadNanoappRequest() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java375 public static HashMap<String, String> decodeHeaderAttributes(@Nonnull final byte[] headerBuffer) in decodeHeaderAttributes()
H A DBinaryDictEncoderUtils.java761 ByteArrayOutputStream headerBuffer = new ByteArrayOutputStream(256); in writeDictionaryHeader() local