Searched refs:toCopy (Results 1 – 6 of 6) 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()
1103 private LengthRecordNode toCopy = null; field in PduComposer.BufferStack1115 if (toCopy != null) { in newbuf()1144 toCopy = stack; in pop()1150 toCopy.currentMessage = currentMessage; in pop()1151 toCopy.currentPosition = currentPosition; in pop()1159 arraycopy(toCopy.currentMessage.toByteArray(), 0, in copy()1160 toCopy.currentPosition); in copy()1162 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()
25871 Landroid/icu/impl/locale/XLocaleDistance$CopyIfEmpty;->toCopy:Landroid/icu/impl/locale/XLocaleDista…