| /dalvik/dx/src/com/android/dx/util/ |
| ByteArray.java | 212 System.arraycopy(bytes, start, out, offset, size); 324 System.arraycopy(bytes, cursor + start, arr, offset, length);
|
| /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/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/ |
| PolynomialFunction.java | 74 System.arraycopy(c, 0, this.coefficients, 0, n); 152 System.arraycopy((coefficients.length < p.coefficients.length) ? 183 System.arraycopy(coefficients, lowLength, newCoefficients, lowLength,
|
| PolynomialFunctionLagrangeForm.java | 78 System.arraycopy(x, 0, this.x, 0, x.length); 79 System.arraycopy(y, 0, this.y, 0, y.length); 110 System.arraycopy(x, 0, out, 0, x.length); 123 System.arraycopy(y, 0, out, 0, y.length); 142 System.arraycopy(coefficients, 0, out, 0, coefficients.length);
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
| RungeKuttaIntegrator.java | 108 System.arraycopy(y0, 0, y, 0, y0.length); 171 System.arraycopy(yTmp, 0, y, 0, y0.length); 172 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length);
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
| MultidimensionalCounter.java | 312 System.arraycopy(source, 0, output, 0, Math.min(source.length, newLen));
|
| /external/apache-http/src/org/apache/http/conn/routing/ |
| HttpRoute.java | 255 System.arraycopy(proxies, 0, result, 0, proxies.length);
|
| /external/apache-http/src/org/apache/http/impl/io/ |
| ChunkedOutputStream.java | 171 System.arraycopy(src, off, cache, this.cachePosition, len);
|
| /external/apache-http/src/org/apache/http/util/ |
| CharArrayBuffer.java | 65 System.arraycopy(this.buffer, 0, newbuffer, 0, this.len); 84 System.arraycopy(b, off, this.buffer, this.len, len); 168 System.arraycopy(this.buffer, 0, b, 0, this.len);
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
| NamespaceSupport.java | 135 System.arraycopy(fContext, 0, contextarray, 0, fContext.length);
179 System.arraycopy(fNamespace, 0, namespacearray, 0, fNamespaceSize);
|
| /external/apache-xml/src/main/java/org/apache/xpath/functions/ |
| FunctionMultiArgs.java | 81 System.arraycopy(m_args, 0, args, 0, m_args.length);
|
| /external/apache-xml/src/main/java/org/apache/xpath/objects/ |
| XStringForChars.java | 213 System.arraycopy((char[])m_obj, m_start+srcBegin, dst, dstBegin, srcEnd);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| ASN1ApplicationSpecific.java | 220 System.arraycopy(input, index, tmp, 1, tmp.length - 1);
|
| BERConstructedOctetString.java | 124 System.arraycopy(string, i, nStr, 0, nStr.length);
|
| BEROctetString.java | 110 System.arraycopy(string, i, nStr, 0, nStr.length);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
| X500Name.java | 161 System.arraycopy(rdns, 0, tmp, 0, tmp.length); 245 System.arraycopy(res, 0, tmp, 0, tmp.length);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
| BufferedBlockCipher.java | 220 System.arraycopy(in, inOff, buf, bufOff, gapLen); 237 System.arraycopy(in, inOff, buf, bufOff, len); 288 System.arraycopy(buf, 0, out, outOff, resultLen);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
| DESedeWrapEngine.java | 151 System.arraycopy(in, inOff, keyToBeWrapped, 0, inLen); 159 System.arraycopy(keyToBeWrapped, 0, WKCKS, 0, keyToBeWrapped.length); 160 System.arraycopy(CKS, 0, WKCKS, keyToBeWrapped.length, CKS.length); 184 System.arraycopy(this.iv, 0, TEMP2, 0, this.iv.length); 185 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length); 270 System.arraycopy(TEMP2, 0, this.iv, 0, 8); 271 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8); 291 System.arraycopy(WKCKS, 0, result, 0, WKCKS.length - 8); 292 System.arraycopy(WKCKS, WKCKS.length - 8, CKStoBeVerified, 0, 8); 328 System.arraycopy(digest, 0, result, 0, 8) [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
| CBCBlockCipherMac.java | 150 System.arraycopy(in, inOff, buf, bufOff, gapLen); 167 System.arraycopy(in, inOff, buf, bufOff, len); 202 System.arraycopy(mac, 0, out, outOff, macSize);
|
| HMac.java | 132 System.arraycopy(key, 0, inputPad, 0, keyLength); 140 System.arraycopy(inputPad, 0, outputBuf, 0, blockLength);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
| CBCBlockCipher.java | 78 System.arraycopy(iv, 0, IV, 0, iv.length); 157 System.arraycopy(IV, 0, cbcV, 0, IV.length); 201 System.arraycopy(out, outOff, cbcV, 0, cbcV.length); 230 System.arraycopy(in, inOff, cbcNextV, 0, blockSize);
|
| CFBBlockCipher.java | 74 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length); 82 System.arraycopy(iv, 0, IV, 0, IV.length); 136 System.arraycopy(cfbV, blockSize, cfbV, 0, cfbV.length - blockSize); 137 System.arraycopy(inBuf, 0, cfbV, cfbV.length - blockSize, blockSize); 157 System.arraycopy(cfbV, blockSize, cfbV, 0, cfbV.length - blockSize); 158 System.arraycopy(inBuf, 0, cfbV, cfbV.length - blockSize, blockSize); 263 System.arraycopy(IV, 0, cfbV, 0, IV.length);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
| DSASigner.java | 157 System.arraycopy(message, 0, trunc, 0, trunc.length);
|
| /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/caliper/examples/src/main/java/examples/ |
| CopyArrayBenchmark.java | 110 System.arraycopy(array, 0, copy, 0, array.length); 115 System.arraycopy(array, 0, copy, 0, array.length); 120 System.arraycopy(array, 0, copy, 0, array.length); 125 System.arraycopy(array, 0, copy, 0, array.length); 130 System.arraycopy(array, 0, copy, 0, array.length); 135 System.arraycopy(array, 0, copy, 0, array.length); 140 System.arraycopy(array, 0, copy, 0, array.length); 145 System.arraycopy(array, 0, copy, 0, array.length); 150 System.arraycopy(array, 0, copy, 0, array.length);
|