Searched refs:actualLength (Results 1 – 4 of 4) sorted by relevance
49 int actualLength = Math.min(len, read.length); in getInputStream() local50 System.arraycopy(read, 0, b, off, actualLength); in getInputStream()51 return actualLength; in getInputStream()
135 int actualLength = parcel.dataPosition(); in unmarshal() local137 if (actualLength == 0) { in unmarshal()143 buffer.position(buffer.position() + actualLength); in unmarshal()146 Log.v(TAG, "unmarshal, parcel length was " + actualLength); in unmarshal()
758 int actualLength = bppNode.getDataLength(); in loadBoundProfilePackage() local800 } else if (actualLength != segmentedLength) { in loadBoundProfilePackage()808 + actualLength in loadBoundProfilePackage()
2320 int actualLength = Array.getLength(array); in getArrayElementCheckRangeNonNull() local2321 if (actualLength != size) { in getArrayElementCheckRangeNonNull()2324 actualLength, size)); in getArrayElementCheckRangeNonNull()