Searched refs:toCopy (Results 1 – 5 of 5) sorted by relevance
408 std::size_t toCopy = 1; in comment() local411 toCopy = length - start; in comment()414 toCopy = p - start; in comment()419 if (indentLength + lengthOfCommentOnLine + toCopy >= maxPerLine) { in comment()428 *this << s.substr(start, toCopy); in comment()432 lengthOfCommentOnLine += toCopy; in comment()
1079 private LengthRecordNode toCopy = null; field in PduComposer.BufferStack1090 if (toCopy != null) { in newbuf()1118 toCopy = stack; in pop()1124 toCopy.currentMessage = currentMessage; in pop()1125 toCopy.currentPosition = currentPosition; in pop()1132 arraycopy(toCopy.currentMessage.toByteArray(), 0, in copy()1133 toCopy.currentPosition); in copy()1135 toCopy = null; in copy()
409 long toCopy = info.size; in restoreOneFile() local479 Slog.v(TAG, " copying to restore agent: " + toCopy + " bytes"); in restoreOneFile()484 while (toCopy > 0) { in restoreOneFile()485 int toRead = (toCopy > buffer.length) in restoreOneFile()486 ? buffer.length : (int) toCopy; in restoreOneFile()494 toCopy -= nRead; in restoreOneFile()
904 int toCopy = result; in run() local905 while (toCopy > 0) { in run()906 int n = transportIn.read(buffer, 0, toCopy); in run()908 toCopy -= n; in run()910 Slog.v(TAG, " -> wrote " + n + " to engine, left=" + toCopy); in run()
299 AuthorityInfo(AuthorityInfo toCopy) { in AuthorityInfo() argument300 target = toCopy.target; in AuthorityInfo()301 ident = toCopy.ident; in AuthorityInfo()302 enabled = toCopy.enabled; in AuthorityInfo()303 syncable = toCopy.syncable; in AuthorityInfo()304 backoffTime = toCopy.backoffTime; in AuthorityInfo()305 backoffDelay = toCopy.backoffDelay; in AuthorityInfo()306 delayUntil = toCopy.delayUntil; in AuthorityInfo()308 for (PeriodicSync sync : toCopy.periodicSyncs) { in AuthorityInfo()