Searched refs:msgEnd (Results 1 – 9 of 9) sorted by relevance
202 const uint8_t* msgEnd = end(); in optionsSize() local203 if (msgEnd <= options) { in optionsSize()206 return msgEnd - options; in optionsSize()
523 int msgEnd = -1; in android_log_processLogBuffer() local538 msgEnd = i; in android_log_processLogBuffer()558 if (msgEnd == -1) { in android_log_processLogBuffer()560 msgEnd = buf->len - 1; /* may result in msgEnd < msgStart */ in android_log_processLogBuffer()561 msg[msgEnd] = '\0'; in android_log_processLogBuffer()568 entry->messageLen = (msgEnd < msgStart) ? 0 : (msgEnd - msgStart); in android_log_processLogBuffer()
935 byte[] msgStart, msgEnd; in encodeGeneric()990 msgEnd = sb.toString().getBytes(StandardCharsets.UTF_8); in encodeGeneric()995 new ByteArrayOutputStream(msgStart.length + msgEnd.length + length); in encodeGeneric()1003 stream.write(msgEnd); in encodeGeneric()
1631 NSString *msgEnd = [NSString stringWithFormat:@"%@}\n", lineIndent];1678 [toStr appendString:msgEnd];1739 [toStr appendString:msgEnd];
META-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
org/jspecify/annotations/Nullable.class Nullable.java package org.jspecify.annotations public ...