/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],
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 465 System.arraycopy(asubj, 0, data, 0, asubj.length); 468 .arraycopy(aissuer, 0, data, asubj.length + 1, method 623 System.arraycopy(data, 0, tmp, 0, data.length); 624 System.arraycopy(chunk, 0, tmp, data.length, len); 635 System.arraycopy(data, 0, subjNameData, 0, subjNameData.length); 637 System.arraycopy(data, pos + 1, issNameData, 0, issNameData.length);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
SocketTest.java | [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
BlowfishEngine.java | 442 System.arraycopy(KS0, 0, S0, 0, SBOX_SK); 443 System.arraycopy(KS1, 0, S1, 0, SBOX_SK); 444 System.arraycopy(KS2, 0, S2, 0, SBOX_SK); 445 System.arraycopy(KS3, 0, S3, 0, SBOX_SK); 447 System.arraycopy(KP, 0, P, 0, P_SZ);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
BlowFish.java | 283 System.arraycopy(KS0, 0, S0, 0, SBOX_SK); 284 System.arraycopy(KS1, 0, S1, 0, SBOX_SK); 285 System.arraycopy(KS2, 0, S2, 0, SBOX_SK); 286 System.arraycopy(KS3, 0, S3, 0, SBOX_SK); 288 System.arraycopy(KP, 0, P, 0, P_SZ);
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeComposer.java | 251 System.arraycopy(exceptionTable, 0, newExceptionTable, 0, exceptionTableLength); 360 System.arraycopy(code, 0, codeAttribute.code, 0, codeLength); 375 System.arraycopy(exceptionTable, 0, codeAttribute.exceptionTable, 0, exceptionTableLength); 613 System.arraycopy(code, 0, newCode, 0, codeLength); 617 System.arraycopy(oldInstructionOffsets, 0, newOldInstructionOffsets, 0, codeLength);
|
/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);
|
/art/runtime/native/ |
java_lang_System.cc | 37 * in our implementation of System.arraycopy, because they may copy 42 * System.arraycopy() is heavily used, so having an efficient implementation 326 NATIVE_METHOD(System, arraycopy, "(Ljava/lang/Object;ILjava/lang/Object;II)V"),
|
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 192 System.arraycopy(bits, 0, s.bits, 0, bits.length); 258 System.arraycopy(bits, 0, newbits, 0, bits.length); 410 System.arraycopy(bits, 0, newbits, 0, n);
|
/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/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);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar | |
/external/guava/guava/src/com/google/common/primitives/ |
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);
|
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);
|
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
Longs.java | 238 System.arraycopy(array, 0, result, pos, array.length); 272 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length)); 501 System.arraycopy(array, start, result, 0, size);
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHTree.java | 382 System.arraycopy(pointData, p1, bihSwapTmp, 0, 9); 385 System.arraycopy(pointData, p2, pointData, p1, 9); 388 System.arraycopy(bihSwapTmp, 0, pointData, p2, 9);
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
LetterQuad.java | 394 System.arraycopy(colors, 0, colors, 4, 4);
395 System.arraycopy(colors, 0, colors, 8, 4);
396 System.arraycopy(colors, 0, colors, 12, 4);
|
/external/smack/src/org/jivesoftware/smack/proxy/ |
Socks5ProxySocketFactory.java | 173 System.arraycopy(user.getBytes(), 0, buf, index, 177 System.arraycopy(passwd.getBytes(), 0, buf, index, 255 System.arraycopy(hostb, 0, buf, index, len);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayAnnotatedOutput.java | 141 System.arraycopy(data, 0, result, 0, cursor); 311 System.arraycopy(bytes, offset, data, writeAt, length); 578 System.arraycopy(data, 0, newData, 0, cursor);
|
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/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/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelTest.java | 486 System.arraycopy(CONTENT_AS_BYTES, 0, expectedResult, 0, POSITION); 487 System.arraycopy(CONTENT_AS_BYTES, 0, expectedResult, POSITION, [all...] |