/external/guava/guava-tests/test/com/google/common/primitives/ |
LongArrayAsListTest.java | 117 System.arraycopy(left, 0, result, 0, left.length); 118 System.arraycopy(right, 0, result, left.length, right.length);
|
ShortArrayAsListTest.java | 117 System.arraycopy(left, 0, result, 0, left.length); 118 System.arraycopy(right, 0, result, left.length, right.length);
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
CompactArray.java | 86 System.arraycopy(index, 0, tmp, 0, index.length);
182 System.arraycopy(arr, 0, tmp, 0, arr.length);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
CroppedTrack.java | 62 System.arraycopy(decodingTimes, fromSample, nuDecodingTimes, 0, toSample - fromSample); 85 System.arraycopy(compositionTime, fromSample, nuCompositionTimes, 0, toSample - fromSample);
|
/external/objenesis/main/src/org/objenesis/instantiator/basic/ |
ObjectInputStreamInstantiator.java | 137 System.arraycopy(data, pointer, b, off, remaining); 144 System.arraycopy(data, pointer, b, off, left);
|
/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,
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerFixer.java | 191 System.arraycopy(parameterAnnotationsAttribute.u2parameterAnnotationsCount, 197 System.arraycopy(parameterAnnotationsAttribute.parameterAnnotations,
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FaultTolerantNegotiator.java | 159 System.arraycopy(primary, 0, namespaces, 0, primary.length); 160 System.arraycopy(secondary, 0, namespaces, primary.length, secondary.length);
|
/external/smack/src/org/xbill/DNS/ |
NSEC3Record.java | 91 System.arraycopy(salt, 0, this.salt, 0, salt.length); 99 System.arraycopy(next, 0, this.next, 0, next.length);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LevelListDrawable.java | 204 System.arraycopy(mLows, 0, newInts, 0, oldSize); 207 System.arraycopy(mHighs, 0, newInts, 0, oldSize);
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix2f.java | 46 System.arraycopy(dataArray, 0, mMat, 0, mMat.length); 98 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
|
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 270 System.arraycopy(header, 0, data, 3, header.length); 344 System.arraycopy(request.mAuthResp, 0, reply.mAuthResp, 0, 369 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16); 398 System.arraycopy(head, 0, replyData, 3, head.length); 502 System.arraycopy(head, 0, replyData, 3, head.length); 585 System.arraycopy(request.mAuthResp, 0, reply.mAuthResp, 0, 597 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16); 645 System.arraycopy(head, 0, sendData, 7, head.length);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix2f.java | 46 System.arraycopy(dataArray, 0, mMat, 0, mMat.length); 98 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
DigitalSignature.java | 243 System.arraycopy(md5_hash, 0, md5_sha, 0, md5_hash.length); 244 System.arraycopy(sha_hash, 0, md5_sha, md5_hash.length, sha_hash.length);
|
OpenSSLECDHKeyAgreement.java | 81 System.arraycopy(buffer, 0, mResult, 0, mResult.length); 102 System.arraycopy(mResult, 0, sharedSecret, offset, mResult.length);
|
SSLSocketInputStream.java | 156 System.arraycopy(buffer, pos, buffer, 0, end-pos); 160 System.arraycopy(src, 0, buffer, end, length);
|
/libcore/luni/src/main/java/java/security/spec/ |
EllipticCurve.java | 77 System.arraycopy(seed, 0, this.seed, 0, this.seed.length); 157 System.arraycopy(seed, 0, ret, 0, ret.length);
|
RSAMultiPrimePrivateCrtKeySpec.java | 118 System.arraycopy(otherPrimeInfo, 0, 153 System.arraycopy(otherPrimeInfo, 0, ret, 0, ret.length);
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
DerOutputStream.java | 106 System.arraycopy(len, 0, newLen, 0, val.length); 110 System.arraycopy(val, 0, newVal, 0, val.length);
|
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/ |
DialogSmsDisplayTests.java | 96 System.arraycopy(encodedString, 0, pdu, 6, encodedString.length); 100 System.arraycopy(encodedString, 1, pdu, 6, encodedString.length-1);
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
NdefPushProtocol.java | 60 System.arraycopy(actions, 0, mActions, 0, numMessages); 62 System.arraycopy(messages, 0, mMessages, 0, numMessages);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 299 System.arraycopy(this.times, 0, this.times = new long[this.depth+10], 0, this.depth); 300 System.arraycopy(this.buffers, 0, this.buffers= new StringBuffer[this.depth+10], 0, this.depth); 431 System.arraycopy(BUILDS, 0, builds, 0, BUILDS_LENGTH); 472 System.arraycopy(KNOWN_COMPONENTS, 0, KNOWN_COMPONENTS = new String[length+1], 0, length); 486 System.arraycopy(COMPONENTS, 0, components, 0, length); 509 System.arraycopy(CONFIGS, 0, configs, 0, length); 549 System.arraycopy(CONFIG_DESCRIPTIONS, 0, descriptions, 0, length); 971 System.arraycopy(comments, 0, comments = new String[commentID+10], 0, length); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
SystemTest.java | 68 * @tests java.lang.System#arraycopy(java.lang.Object, int, 72 // Test for method void java.lang.System.arraycopy(java.lang.Object, 81 System.arraycopy(a, 0, b, 0, a.length); 88 System.arraycopy(source1, 0, dest1, 0, dest1.length); 94 System.arraycopy(source, 0, dest, 0, dest.length);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DSAParametersGenerator.java | 141 System.arraycopy(seed, 0, part2, 0, seed.length); 169 System.arraycopy(part1, 0, w, w.length - (k + 1) * part1.length, part1.length); 174 System.arraycopy(part1, part1.length - ((w.length - (n) * part1.length)), w, 0, w.length - n * part1.length); 349 System.arraycopy(seed, 0, U, 0, seed.length); 350 System.arraycopy(ggen, 0, U, seed.length, ggen.length);
|