Searched refs:rawBytes (Results 1 – 5 of 5) sorted by relevance
43 byte[] rawBytes = new byte[payload.remaining()]; in parse()45 payload.get(rawBytes); in parse()47 return new RawByteElement(infoID, rawBytes); in parse()
243 byte[] rawBytes = parcel.marshall(); in testParcel()248 parcel.unmarshall(rawBytes, 0, rawBytes.length); in testParcel()
795 byte[] rawBytes = null; in parseQuotedPrintable()797 rawBytes = rawString.getBytes(sourceCharset); in parseQuotedPrintable()800 rawBytes = rawString.getBytes(); in parseQuotedPrintable()805 decodedBytes = QuotedPrintableCodecPort.decodeQuotedPrintable(rawBytes); in parseQuotedPrintable()808 decodedBytes = rawBytes; in parseQuotedPrintable()
285 final long rawBytes = entry.rxBytes + entry.txBytes; in getHistory() local290 final long targetRxBytes = multiplySafeByRational(targetBytes, rawRxBytes, rawBytes); in getHistory()291 final long targetTxBytes = multiplySafeByRational(targetBytes, rawTxBytes, rawBytes); in getHistory()
112847 Lsun/security/util/ManifestDigester$Entry;->rawBytes:[B112855 Lsun/security/util/ManifestDigester;->rawBytes:[B