Searched refs:maxLength (Results 1 – 11 of 11) sorted by relevance
126 int maxLength = buffer.remaining(); in unmarshal() local128 byte[] remaining = new byte[maxLength]; in unmarshal()131 parcel.unmarshall(remaining, /*offset*/0, maxLength); in unmarshal()
636 int maxLength = 0; //maximum length of a sequence already found in maxLengthSequence() local643 maxLength = Math.max(maxLength, current - startSequence); in maxLengthSequence()650 maxLength = Math.max(maxLength, current - startSequence); in maxLengthSequence()658 maxLength = Math.max(maxLength, string.length() - startSequence); in maxLengthSequence()659 return maxLength; in maxLengthSequence()
139 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength() argument143 (float) maxLength / srcWidth, (float) maxLength / srcHeight); in resizeDownBySideLength()
468 int maxLength = 0; in configureEGLPbufferSurfaces() local472 maxLength = (length > maxLength) ? length : maxLength; in configureEGLPbufferSurfaces()482 mPBufferPixels = ByteBuffer.allocateDirect(maxLength * PBUFFER_PIXEL_BYTES) in configureEGLPbufferSurfaces()
248 public VariableLengthValidator(int minLength, int maxLength) { in VariableLengthValidator() argument250 mMaxLength = maxLength; in VariableLengthValidator()
126 size_t maxLength; member450 if (pString->length == pString->maxLength) { in FwdLockConv_StringAppend()451 size_t newMaxLength = pString->maxLength + pString->lengthIncrement; in FwdLockConv_StringAppend()457 pString->maxLength = newMaxLength; in FwdLockConv_StringAppend()512 pSession->contentType.maxLength = strlenTextPlain; in FwdLockConv_ApplyDefaults()
819 const size_t maxLength = 2047; in android_location_GpsLocationProvider_get_internal_state() local820 char buffer[maxLength+1]; in android_location_GpsLocationProvider_get_internal_state()821 size_t length = sGpsDebugInterface->get_internal_state(buffer, maxLength); in android_location_GpsLocationProvider_get_internal_state()822 if (length > maxLength) length = maxLength; in android_location_GpsLocationProvider_get_internal_state()
1767 final int maxLength = Math.max(maxAuthority, maxAccount + 3); in dumpRecentHistory() local1768 final int padLength = 2 + 2 + maxLength + 2 + 10 + 11; in dumpRecentHistory()1774 String.format(" %%-%ds: %%-9s %%-11s\n", maxLength + 2); in dumpRecentHistory()1776 String.format(" %%-%ds: %%-9s %%-11s\n", maxLength); in dumpRecentHistory()3454 int maxLength = 0; in writeTo() local3457 if (length > maxLength) { in writeTo()3458 maxLength = length; in writeTo()3461 totalLength += maxLength; in writeTo()3462 formats[col] = String.format("%%-%ds", maxLength); in writeTo()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
811 field public static final int maxLength = 16843104; // 0x1010160
903 field public static final int maxLength = 16843104; // 0x1010160