Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 142) sorted by relevance

123456

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dformat_utils_test.cpp34 std::vector<uint8_t> buffer; in getBuffer() local
58 const std::vector<uint8_t> buffer = in TEST() local
64 const std::vector<uint8_t> buffer = in TEST() local
70 const std::vector<uint8_t> buffer = in TEST() local
77 const std::vector<uint8_t> buffer = in TEST() local
83 const std::vector<uint8_t> buffer = in TEST() local
89 const std::vector<uint8_t> buffer = in TEST() local
Dbyte_array_utils_test.cpp28 const uint8_t buffer[] = { 0x20u, 0x21u, 0x00u, 0x01u, 0x00u }; in TEST() local
40 const uint8_t buffer[] = { 0x1u, 0x8Au, 0x0u, 0xAAu }; in TEST() local
60 uint8_t buffer[4]; in TEST() local
74 const uint8_t buffer[] = { 0x10, 0xFF, 0x00u, 0x20u, 0x41u, 0x1Fu, 0x60 }; in TEST() local
92 uint8_t buffer[10]; in TEST() local
Dbuffer_with_extendable_buffer_test.cpp27 BufferWithExtendableBuffer buffer(DEFAULT_MAX_BUFFER_SIZE); in TEST() local
51 BufferWithExtendableBuffer buffer(DEFAULT_MAX_BUFFER_SIZE); in TEST() local
62 BufferWithExtendableBuffer buffer(DEFAULT_MAX_BUFFER_SIZE); in TEST() local
83 BufferWithExtendableBuffer buffer(DEFAULT_MAX_BUFFER_SIZE); in TEST() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbyte_array_utils.h36 static AK_FORCE_INLINE void writeUintAndAdvancePosition(uint8_t *const buffer, in writeUintAndAdvancePosition()
63 static AK_FORCE_INLINE uint32_t readUint32(const uint8_t *const buffer, const int pos) { in readUint32()
68 static AK_FORCE_INLINE uint32_t readUint24(const uint8_t *const buffer, const int pos) { in readUint24()
72 static AK_FORCE_INLINE uint16_t readUint16(const uint8_t *const buffer, const int pos) { in readUint16()
76 static AK_FORCE_INLINE uint8_t readUint8(const uint8_t *const buffer, const int pos) { in readUint8()
81 const uint8_t *const buffer, int *const pos) { in readUint32AndAdvancePosition()
88 const uint8_t *const buffer, int *const pos) { in readSint24AndAdvancePosition()
99 const uint8_t *const buffer, int *const pos) { in readUint24AndAdvancePosition()
106 const uint8_t *const buffer, int *const pos) { in readUint16AndAdvancePosition()
113 const uint8_t *const buffer, int *const pos) { in readUint8AndAdvancePosition()
[all …]
Ddict_file_writing_utils.cpp83 const char *const suffix, const BufferWithExtendableBuffer *const buffer) { in flushBufferToFileWithSuffix()
91 const BufferWithExtendableBuffer *const buffer) { in writeBufferToFileTail()
103 const BufferWithExtendableBuffer *const buffer) { in flushBufferToFile()
130 const BufferWithExtendableBuffer *const buffer) { in writeBufferToFile()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_writing_utils.cpp39 BufferWithExtendableBuffer *const buffer, const int rootPos) { in writeEmptyDictionary()
49 BufferWithExtendableBuffer *const buffer, const int forwardLinkPos, in writeForwardLinkPositionAndAdvancePosition()
55 BufferWithExtendableBuffer *const buffer, const size_t arraySize, in writePtNodeArraySizeAndAdvancePosition()
77 BufferWithExtendableBuffer *const buffer, in writeFlagsAndAdvancePosition()
84 BufferWithExtendableBuffer *const buffer, const int parentPos, const int basePos, in writeParentPosOffsetAndAdvancePosition()
90 BufferWithExtendableBuffer *const buffer, const int *const codePoints, in writeCodePointsAndAdvancePosition()
104 BufferWithExtendableBuffer *const buffer, const int childrenPosition, in writeChildrenPositionAndAdvancePosition()
110 /* static */ bool DynamicPtWritingUtils::writeDictOffset(BufferWithExtendableBuffer *const buffer, in writeDictOffset()
Dpatricia_trie_reading_utils.cpp48 const uint8_t *const buffer, int *const pos) { in getPtNodeArraySizeAndAdvancePosition()
59 const uint8_t *const buffer, int *const pos) { in getFlagsAndAdvancePosition()
63 /* static */ int PtReadingUtils::getCodePointAndAdvancePosition(const uint8_t *const buffer, in getCodePointAndAdvancePosition()
69 /* static */ int PtReadingUtils::getCharsAndAdvancePosition(const uint8_t *const buffer, in getCharsAndAdvancePosition()
95 /* static */ int PtReadingUtils::skipCharacters(const uint8_t *const buffer, const NodeFlags flags, in skipCharacters()
109 /* static */ int PtReadingUtils::readProbabilityAndAdvancePosition(const uint8_t *const buffer, in readProbabilityAndAdvancePosition()
115 const uint8_t *const buffer, const NodeFlags flags, int *const pos) { in readChildrenPositionAndAdvancePosition()
Ddynamic_pt_reading_utils.cpp36 /* static */ int DynamicPtReadingUtils::getForwardLinkPosition(const uint8_t *const buffer, in getForwardLinkPosition()
43 const uint8_t *const buffer, int *const pos) { in getParentPtNodePosOffsetAndAdvancePosition()
59 const uint8_t *const buffer, int *const pos) { in readChildrenPositionAndAdvancePosition()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
Dshortcut_list_reading_utils.cpp34 ShortcutListReadingUtils::getFlagsAndForwardPointer(const ReadOnlyByteArrayView buffer, in getFlagsAndForwardPointer()
40 const ReadOnlyByteArrayView buffer, int *const pos) { in getShortcutListSizeAndForwardPointer()
46 /* static */ int ShortcutListReadingUtils::readShortcutTarget(const ReadOnlyByteArrayView buffer, in readShortcutTarget()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/
Dbigram_list_read_write_utils.cpp42 const ReadOnlyByteArrayView buffer, BigramFlags *const outBigramFlags, in getBigramEntryPropertiesAndAdvancePosition()
61 /* static */ bool BigramListReadWriteUtils::skipExistingBigrams(const ReadOnlyByteArrayView buffer, in skipExistingBigrams()
74 const ReadOnlyByteArrayView buffer, const BigramFlags flags, int *const pos) { in getBigramAddressAndAdvancePosition()
/packages/services/Telephony/common/src/com/android/services/telephony/common/
DAudioMode.java37 StringBuffer buffer = new StringBuffer(); in toString() local
54 private static void listAppend(StringBuffer buffer, String str) { in listAppend()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheService.java58 public boolean getImageData(Path path, long timeModified, int type, BytesBuffer buffer) { in getImageData()
83 ByteBuffer buffer = ByteBuffer.allocate(key.length + value.length); in putImageData() local
111 private static boolean isSameKey(byte[] key, byte[] buffer) { in isSameKey()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
DFormatUtilsTests.java58 CharArrayBuffer buffer = new CharArrayBuffer(20); in checkCharArrayBufferToString() local
66 private void checkCopyToCharArrayBuffer(CharArrayBuffer buffer, String value, int length) { in checkCopyToCharArrayBuffer()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dver2_pt_node_array_reader.h30 Ver2PtNodeArrayReader(const ReadOnlyByteArrayView buffer) : mBuffer(buffer) {}; in Ver2PtNodeArrayReader()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_reading_utils.cpp24 const uint8_t *const buffer, int *pos) { in getTerminalIdAndAdvancePosition()
Dver4_pt_node_array_reader.h29 Ver4PtNodeArrayReader(const BufferWithExtendableBuffer *const buffer) : mBuffer(buffer) {}; in Ver4PtNodeArrayReader()
Dver4_patricia_trie_node_reader.h36 explicit Ver4PatriciaTrieNodeReader(const BufferWithExtendableBuffer *const buffer) in Ver4PatriciaTrieNodeReader()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content_global_counters.h31 explicit LanguageModelDictContentGlobalCounters(const ReadWriteByteArrayView buffer) in LanguageModelDictContentGlobalCounters()
92 static int readValue(const BufferWithExtendableBuffer &buffer, const int index) { in readValue()
Dterminal_position_lookup_table.h34 TerminalPositionLookupTable(const ReadWriteByteArrayView buffer) in TerminalPositionLookupTable()
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
DNdefPushProtocol.java67 ByteArrayInputStream buffer = new ByteArrayInputStream(data); in NdefPushProtocol() local
149 ByteArrayOutputStream buffer = new ByteArrayOutputStream(1024); in toByteArray() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_pt_node_array_reader.h42 Ver4PtNodeArrayReader(const BufferWithExtendableBuffer *const buffer) : mBuffer(buffer) {}; in Ver4PtNodeArrayReader()
Dver4_patricia_trie_reading_utils.cpp33 const uint8_t *const buffer, int *pos) { in getTerminalIdAndAdvancePosition()
/packages/apps/ContactsCommon/src/com/android/contacts/common/format/
DFormatUtils.java113 public static void copyToCharArrayBuffer(String text, CharArrayBuffer buffer) { in copyToCharArrayBuffer()
129 public static String charArrayBufferToString(CharArrayBuffer buffer) { in charArrayBufferToString()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DQuotedPrintable.java43 ByteArrayOutputStream buffer = new ByteArrayOutputStream(); in decodeQuotedPrintable() local
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DQuotedPrintable.java43 ByteArrayOutputStream buffer = new ByteArrayOutputStream(); in decodeQuotedPrintable() local

123456