Searched refs:rawBytes (Results 1 – 6 of 6) 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()
89 byte[] rawBytes = HexEncoding.decode(hexBytes); in testParseCannedOption()90 StructNdOptPref64 opt = StructNdOptPref64.parse(ByteBuffer.wrap(rawBytes)); in testParseCannedOption()97 rawBytes = HexEncoding.decode(hexBytes); in testParseCannedOption()98 opt = StructNdOptPref64.parse(ByteBuffer.wrap(rawBytes)); in testParseCannedOption()
88 byte[] rawBytes = new byte[8]; in createCnonce()89 generator.nextBytes(rawBytes); in createCnonce()91 return Base64.encodeToString(rawBytes, Base64.NO_WRAP); in createCnonce()
338 final byte[] rawBytes = values.getAsByteArray(SERVICE_STATE); in insert()339 p.unmarshall(rawBytes, 0, rawBytes.length); in insert()
307 int rawBytes = 0; in dumpStats() local313 rawBytes += h.bytes.length; in dumpStats()324 + btk(rawBytes) in dumpStats()328 + btk(rawBytes + bitmapBytes) in dumpStats()334 + btk(safeDiv(rawBytes, numHolders)) in dumpStats()
771 int rawBytes = 0; in dumpStats() local777 rawBytes += h.bytes.length; in dumpStats()785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = " in dumpStats()786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, " in dumpStats()788 + btk(safeDiv(rawBytes, numHolders)) in dumpStats()