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

1 2 3 4 5 6 7 8 91011>>

  /libcore/crypto/src/main/java/org/conscrypt/
PRF.java 88 System.arraycopy(digest, 0, out, pos, out.length - pos);
91 System.arraycopy(digest, 0, out, pos, 16);
118 System.arraycopy(str_byts, 0, tmp_seed, 0, str_byts.length);
119 System.arraycopy(seed, 0, tmp_seed, str_byts.length, seed.length);
166 System.arraycopy(md5_mac.doFinal(), 0, out,
HandshakeProtocol.java 349 System.arraycopy(md5_digest, 0, digest, 0, md5_digest.length);
350 System.arraycopy(sha_digest, 0, digest, md5_digest.length,
396 System.arraycopy(md5.digest(b), 0, buf, 0, 16);
404 System.arraycopy(sha.digest(b), 0, buf, 16, 20);
448 System.arraycopy(clientHello.getRandom(), 0, seed, 0, 32);
449 System.arraycopy(serverHello.getRandom(), 0, seed, 32, 32);
OpenSSLECDHKeyAgreement.java 81 System.arraycopy(buffer, 0, mResult, 0, mResult.length);
102 System.arraycopy(mResult, 0, sharedSecret, offset, mResult.length);
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 233 System.arraycopy(snapshot, 0, contents, 0, snapshot.length);
268 System.arraycopy(elements, 0, newElements, 0, elements.length);
276 System.arraycopy(elements, 0, newElements, 0, index);
278 System.arraycopy(elements, index, newElements, index + 1, elements.length - index);
289 System.arraycopy(elements, 0, newElements, 0, index);
290 System.arraycopy(toAdd, 0, newElements, index, toAdd.length);
291 System.arraycopy(elements, index,
309 System.arraycopy(elements, 0, newElements, 0, elements.length);
381 System.arraycopy(elements, 0, newElements, 0, i);
393 System.arraycopy(elements, to, newElements, newSize, elements.length - to)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java 280 System.arraycopy(hashes_idx, idx+1, hashes_idx, idx,
284 System.arraycopy(hashes_idx, new_idx, hashes_idx, new_idx+1,
301 System.arraycopy(hashes_idx, cache_size - index,
  /packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java 79 System.arraycopy(mAdapters, 0, newAdapters, 0, mSize);
83 System.arraycopy(mCounts, 0, newCounts, 0, mSize);
87 System.arraycopy(mViewTypeCounts, 0, newViewTypeCounts, 0, mSize);
  /frameworks/base/obex/javax/obex/
HeaderSet.java 320 System.arraycopy(headerValue, 0, mTarget, 0, mTarget.length);
332 System.arraycopy(headerValue, 0, mHttpHeader, 0, mHttpHeader.length);
344 System.arraycopy(headerValue, 0, mWho, 0, mWho.length);
356 System.arraycopy(headerValue, 0, mObjectClass, 0, mObjectClass.length);
369 System.arraycopy(headerValue, 0, mAppParam, 0, mAppParam.length);
395 System.arraycopy(headerValue, 0, mSequenceUserDefined[headerID - 0x70],
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 268 System.arraycopy(tempBuffer, 0, expandedBuffer, 0,
283 System.arraycopy(tempBuffer, 0, byteBuffer, 0, bufferOffset);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
CipherInputStream.java 189 System.arraycopy(buf, bufOff, b, off, available);
196 System.arraycopy(buf, bufOff, b, off, len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafMultiplier.java 79 System.arraycopy(wnaf, 0, wnafShort, 0, length);
197 System.arraycopy(oldPreComp, 0, preComp, 0, preCompLen);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
KeyMaterial.java 46 System.arraycopy(tmp[0], 0, res, off, produced);
62 System.arraycopy(tmp[i], 0, res, off, produced);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CipherInputStream.java 67 System.arraycopy(input_buffer, input_buffer_pos, b, off, thiscopy);
124 System.arraycopy(buffer, pos, dst, off, copy);
CipherOutputStream.java 47 System.arraycopy(src, off, out_buffer, out_buffer_pos, copy);
117 System.arraycopy(src, off, buffer, pos, copy);
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 209 System.arraycopy(attributes, 0,
240 System.arraycopy(attributes, index + 1,
ElementValuesEditor.java 178 System.arraycopy(elementValues, 0,
209 System.arraycopy(elementValues, index + 1,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListGetCheckItemIdsTest.java 47 System.arraycopy(checkItemIds, 0, sortedCheckItemsIds, 0, checkItemIds.length);
51 System.arraycopy(expectedIds, 0, sortedExpectedIds, 0, expectedIds.length);
  /libcore/luni/src/main/java/java/io/
PushbackInputStream.java 175 System.arraycopy(buf, pos, buffer, newOffset, copyLength);
281 System.arraycopy(buffer, offset, buf, pos - length, length);
  /libcore/luni/src/main/java/java/security/spec/
ECFieldF2m.java 132 System.arraycopy(ks, 0, this.ks, 0, this.ks.length);
238 System.arraycopy(ks, 0, ret, 0, ret.length);
EllipticCurve.java 77 System.arraycopy(seed, 0, this.seed, 0, this.seed.length);
157 System.arraycopy(seed, 0, ret, 0, ret.length);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
CertificateList.java 64 System.arraycopy(signatureValue, 0, this.signatureValue, 0,
87 System.arraycopy(signatureValue, 0, result, 0, signatureValue.length);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscaper.java 157 System.arraycopy(r, 0, dest, destIndex, rlen);
202 System.arraycopy(dest, 0, copy, 0, index);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaper.java 158 System.arraycopy(r, 0, dest, destIndex, rlen);
203 System.arraycopy(dest, 0, copy, 0, index);
  /libcore/libdvm/src/main/java/java/lang/
String.java 131 System.arraycopy(s.value, s.offset, value, 0, s.count);
356 System.arraycopy(v, 0, value, 0, s);
379 System.arraycopy(cb.array(), 0, value, 0, count);
424 System.arraycopy(data, offset, value, 0, count);
464 System.arraycopy(s1.value, s1.offset, value, 0, s1.count);
465 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count);
485 System.arraycopy(s1.value, s1.offset, value, 0, s1.count);
486 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count);
487 System.arraycopy(s3.value, s3.offset, value, s1.count + s2.count, s3.count);
562 System.arraycopy(s1.value, s1.offset, value, 0, s1.count)
    [all...]
  /art/test/MyClassNatives/
MyClassNatives.java 33 static native void arraycopy(Object src, int src_pos, Object dst, int dst_pos, int length); method in class:MyClassNatives
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
MifareUltralightTagTester.java 58 System.arraycopy(onePage, 0, fourPages, i * onePage.length, onePage.length);

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 91011>>