HomeSort by relevance Sort by last modified time
    Searched refs:arraycopy (Results 401 - 425 of 937) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 220 System.arraycopy(_stackFrames, 0, newsf, 0, _stackFrames.length);
229 System.arraycopy(_links, 0, newlinks, 0, _links.length);
413 System.arraycopy(m_nulls, 0, _stackFrames, start, len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java 191 System.arraycopy(k, 0, k, 16, 8);
338 System.arraycopy(bytes, 0, longKey, 0, 16);
339 System.arraycopy(bytes, 0, longKey, 16, 8);
  /external/guava/guava/src/com/google/common/primitives/
Bytes.java 174 System.arraycopy(array, 0, result, pos, array.length);
208 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
377 System.arraycopy(array, start, result, 0, size);
Booleans.java 194 System.arraycopy(array, 0, result, pos, array.length);
228 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
460 System.arraycopy(array, start, result, 0, size);
Chars.java 263 System.arraycopy(array, 0, result, pos, array.length);
346 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
576 System.arraycopy(array, start, result, 0, size);
Doubles.java 251 System.arraycopy(array, 0, result, pos, array.length);
285 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
522 System.arraycopy(array, start, result, 0, size);
Floats.java 248 System.arraycopy(array, 0, result, pos, array.length);
282 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
519 System.arraycopy(array, start, result, 0, size);
  /external/javassist/src/main/javassist/bytecode/
ByteStream.java 46 System.arraycopy(data, off, buf, count, len);
176 System.arraycopy(buf, 0, buf2, 0, count);
189 System.arraycopy(buf, 0, newBuf, 0, count);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayInput.java 252 System.arraycopy(data, cursor, bytes, offset, length);
265 System.arraycopy(data, cursor, bytes, 0, length);
278 System.arraycopy(data, cursor, result, 0, length);
ByteArrayOutput.java 136 System.arraycopy(data, 0, result, 0, cursor);
305 System.arraycopy(bytes, offset, data, writeAt, length);
485 System.arraycopy(data, 0, newData, 0, cursor);
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 389 System.arraycopy(uid, uid.length - 4, cmd, 2, 4);
392 System.arraycopy(key, 0, cmd, 6, 6);
452 System.arraycopy(data, 0, cmd, 2, data.length);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 74 System.arraycopy(oldBuffer, 0, mBuffer, 0, mOffset);
99 System.arraycopy(b, off, mBuffer, mOffset, len);
151 System.arraycopy(mBuffer, mPos, b, off, len);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 148 System.arraycopy(pdu, 1, envelope, index, scAddressLength);
158 System.arraycopy(pdu, tpduIndex, envelope, index, tpduLength);
254 System.arraycopy(responseBytes, 0, smsAckPdu, index, responseBytes.length);
  /libcore/luni/src/main/java/java/io/
BufferedReader.java 161 System.arraycopy(buf, 0, newbuf, 0, buf.length);
165 System.arraycopy(buf, mark, buf, 0, buf.length - mark);
300 System.arraycopy(buf, pos, buffer, offset, count);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorCompareView.java 106 System.arraycopy(mOrigHSVO, 0, mHSVO, 0, mOrigHSVO.length);
148 System.arraycopy(hsv, 0, mOrigHSVO, 0, mOrigHSVO.length);
156 System.arraycopy(hsv, 0, mHSVO, 0, mHSVO.length);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 65 System.arraycopy(result, 0, redHistogram, 0, 256);
66 System.arraycopy(result, 256, greenHistogram, 0, 256);
67 System.arraycopy(result, 512, blueHistogram, 0, 256);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 126 System.arraycopy(buffer, 0, newBuffer, 0, offset);
662 System.arraycopy(buffer, tagOffset, encoded, 0, encoded.length);
791 System.arraycopy(buffer, 0, newBuffer, 0, offset);
813 System.arraycopy(pool[0], 0, newPool[0], 0, pool[0].length);
814 System.arraycopy(pool[1], 0, newPool[1], 0, pool[0].length);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CertFactoryPerfTest.java 337 System.arraycopy(signatureValueBytes, 0,
364 System.arraycopy(tmp, 0, stamp, 0, tmp.length);
365 System.arraycopy(stamp, 0, certEncoding,
374 System.arraycopy(enc, enc.length - stamp.length,
388 System.arraycopy(tmp, 0, stamp, 0, tmp.length);
389 System.arraycopy(stamp, 0, certEncoding,
398 System.arraycopy(enc, enc.length - stamp.length,
  /external/smack/src/org/xbill/DNS/
Name.java 132 System.arraycopy(src.name, offset0, dst.name, 0, namelen);
160 System.arraycopy(name, offset(0), newname, 0, length);
161 System.arraycopy(array, start, newname, length, alength);
451 System.arraycopy(name, offset(0), newname.name, 0, length);
502 System.arraycopy(name, pstart, newname.name, 0, plength);
503 System.arraycopy(dnametarget.name, 0, newname.name, plength, dlength);
623 System.arraycopy(name, pos, label, 0, len);
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 535 System.arraycopy(items, takeIndex, a, 0, count);
537 System.arraycopy(items, takeIndex, a, 0, n);
538 System.arraycopy(items, 0, a, n, count - n);
594 System.arraycopy(items, takeIndex, a, 0, count);
596 System.arraycopy(items, takeIndex, a, 0, n);
597 System.arraycopy(items, 0, a, n, count - n);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 130 System.arraycopy(data, 0, result, 0, cursor);
299 System.arraycopy(bytes, offset, data, writeAt, length);
546 System.arraycopy(data, 0, newData, 0, cursor);
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 142 System.arraycopy(data, 0, result, 0, cursor);
295 System.arraycopy(bytes, offset, data, writeAt, length);
542 System.arraycopy(data, 0, newData, 0, cursor);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 539 System.arraycopy(charInfo.array_of_bits,0,copy.array_of_bits,0,max);
544 System.arraycopy(charInfo.shouldMapAttrChar_ASCII,0,copy.shouldMapAttrChar_ASCII,0,max);
547 System.arraycopy(charInfo.shouldMapTextChar_ASCII,0,copy.shouldMapTextChar_ASCII,0,max);
  /external/bison/data/
lalr1.java 237 System.arraycopy (stateStack, 0, newStateStack, 0, height);
241 System.arraycopy (locStack, 0, newLocStack, 0, height);
245 System.arraycopy (valueStack, 0, newValueStack, 0, height);
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 139 System.arraycopy(data, 0, result, 0, cursor);
292 System.arraycopy(bytes, offset, data, writeAt, length);
539 System.arraycopy(data, 0, newData, 0, cursor);

Completed in 397 milliseconds

<<11121314151617181920>>