/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | ValueParser.java | 120 int textLen = length - 1; in retrieveItem() local 125 valueIndex + 1, textLen); in retrieveItem() 322 int textLen = ctlv.getLength(); in retrieveTextString() local 325 if (textLen == 0) { in retrieveTextString() 329 textLen -= 1; in retrieveTextString() 337 valueIndex + 1, (textLen * 8) / 7); in retrieveTextString() 340 valueIndex + 1, textLen); in retrieveTextString() 342 text = new String(rawValue, valueIndex + 1, textLen, "UTF-16"); in retrieveTextString()
|
/aosp12/frameworks/av/media/libstagefright/timedtext/ |
H A D | TextDescriptions.cpp | 83 ssize_t textLen = (*data) << 8 | (*(data + 1)); in extract3GPPLocalDescriptions() local 85 if (size < textLen + 2) { in extract3GPPLocalDescriptions() 91 parcel->writeInt32(textLen); in extract3GPPLocalDescriptions() 92 parcel->writeInt32(textLen); in extract3GPPLocalDescriptions() 93 parcel->write(data + 2, textLen); in extract3GPPLocalDescriptions() 95 if (size > textLen + 2) { in extract3GPPLocalDescriptions() 96 data += (textLen + 2); in extract3GPPLocalDescriptions() 97 size -= (textLen + 2); in extract3GPPLocalDescriptions()
|
/aosp12/frameworks/rs/ |
H A D | rsScriptC_LibGL.cpp | 221 size_t textLen = strlen(text); in rsrDrawText() local 222 rsc->mStateFont.renderText(text, textLen, x, y); in rsrDrawText() 245 size_t textLen = a->getType()->getPackedSizeBytes(); in rsrMeasureTextAlloc() local 247 rsc->mStateFont.measureText(text, textLen, &metrics); in rsrMeasureTextAlloc() 254 size_t textLen = strlen(text); in rsrMeasureText() local 256 rsc->mStateFont.measureText(text, textLen, &metrics); in rsrMeasureText()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SmsMessage.java | 488 int textLen = newMsgBody.length(); in fragmentText() local 490 while (pos < textLen) { in fragmentText() 495 nextPos = pos + Math.min(limit, textLen - pos); in fragmentText() 504 if ((nextPos <= pos) || (nextPos > textLen)) { in fragmentText() 506 nextPos + " >= " + textLen + ")"); in fragmentText()
|
/aosp12/system/netd/server/ |
H A D | MDnsSdListener.h | 123 const char *host, int port, int textLen, void *txtRecord);
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
H A D | SectionParser.java | 1857 int textLen = (data[pos] & 0xfe) >> 1; in parseAc3AudioStream() local 1861 if (textLen > 0) { in parseAc3AudioStream() 1862 if (limit < pos + textLen) { in parseAc3AudioStream() 1867 text = new String(data, pos, textLen); in parseAc3AudioStream() 1869 text = new String(data, pos, textLen, Charset.forName("UTF-16")); in parseAc3AudioStream() 1871 pos += textLen; in parseAc3AudioStream()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | TimedText.java | 426 int textLen = parcel.readInt(); in parseParcel() local
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |