Searched refs:tagLen (Results 1 – 9 of 9) sorted by relevance
335 size_t tagLen = strlen(kMap[j].mTag); in parseVorbisComment() local336 if (!strncasecmp(kMap[j].mTag, comment, tagLen) in parseVorbisComment()337 && comment[tagLen] == '=') { in parseVorbisComment()341 &comment[tagLen + 1], in parseVorbisComment()342 commentLength - tagLen - 1); in parseVorbisComment()344 if (!strcasecmp(&comment[tagLen + 1], "true")) { in parseVorbisComment()350 const int hapticChannelCount = strtol(&comment[tagLen + 1], &end, 10); in parseVorbisComment()357 AMediaFormat_setString(fileMeta, kMap[j].mKey, &comment[tagLen + 1]); in parseVorbisComment()
573 entry->tagLen = msgStart - 1; in android_log_processLogBuffer()1005 entry->tagLen = 0;1019 size_t tagLen; variable1022 if (tagLen >= (size_t)messageBufLen) {1023 tagLen = messageBufLen - 1;1026 entry->tagLen = tagLen;1027 messageBuf += tagLen + 1;1028 messageBufLen -= tagLen + 1;1539 (int)entry->tagLen, entry->tag); in android_log_formatLogLine()1545 (int)entry->tagLen, entry->tag); in android_log_formatLogLine()[all …]
170 size_t tagLen = cp - tag; in scanTagLine() local209 TagFmt(std::make_pair(std::string_view(tag, tagLen), std::string_view(fmt, fmtLen))), in scanTagLine()
64 size_t tagLen; member
1389 uint8_t tagLen = 0; in Write_Response_To_OutFile() local1401 tagLen = tag44off + 2; in Write_Response_To_OutFile()1406 tagLen = tag44off + 2; in Write_Response_To_OutFile()1420 tagLen = tag44off + 3; in Write_Response_To_OutFile()1426 tagLen = tag44off + 3; in Write_Response_To_OutFile()1442 tagLen = tag44off + 4; in Write_Response_To_OutFile()1464 while (tempLen < tagLen) { in Write_Response_To_OutFile()
137 EXPECT_EQ(4U, entry.tagLen); // Apparently taglen includes the nullptr? in TEST()
212 if (android_log_shouldPrintLine(logformat_.get(), std::string(entry.tag, entry.tagLen).c_str(), in ProcessBuffer()
698 proto.write(TextLogEntry::TAG, entry.tag, trimTail(entry.tag, entry.tagLen)); in BlockingCall()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...