HomeSort by relevance Sort by last modified time
    Searched defs:arraycopy (Results 726 - 750 of 1254) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 170 System.arraycopy(macBlock, 0, mac, 0, mac.length);
261 System.arraycopy(nonce, 0, iv, 1, nonce.length);
293 System.arraycopy(in, inIndex, block, 0, inLen + inOff - inIndex);
297 System.arraycopy(block, 0, output, outIndex, inLen + inOff - inIndex);
299 System.arraycopy(encMac, 0, output, outOff + inLen, macSize);
313 System.arraycopy(in, inOff + outputLen, macBlock, 0, macSize);
331 System.arraycopy(in, inIndex, block, 0, outputLen - (inIndex - inOff));
335 System.arraycopy(block, 0, output, outIndex, outputLen - (inIndex - inOff));
370 System.arraycopy(nonce, 0, b0, 1, nonce.length);
GCMBlockCipher.java 189 System.arraycopy(nonce, 0, J0, 0, nonce.length);
302 System.arraycopy(S_at, 0, S_atPre, 0, BLOCK_SIZE);
315 System.arraycopy(S_atPre, 0, S, 0, BLOCK_SIZE);
380 System.arraycopy(bufBlock, BLOCK_SIZE, bufBlock, 0, macSize);
479 System.arraycopy(tag, 0, macBlock, 0, macSize);
484 System.arraycopy(macBlock, 0, out, outOff + bufOff, macSize);
491 System.arraycopy(bufBlock, extra, msgMac, 0, macSize);
548 System.arraycopy(tmp, 0, out, outOff, BLOCK_SIZE);
560 System.arraycopy(tmp, 0, out, outOff, len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLObject.java 417 System.arraycopy(sigAlgParams, 0, tmp, 0, tmp.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 414 System.arraycopy(sigAlgParams, 0, tmp, 0, tmp.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafUtil.java 523 System.arraycopy(a, 0, result, 0, result.length);
530 System.arraycopy(a, 0, result, 0, result.length);
537 System.arraycopy(a, 0, result, 0, a.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat.java 200 System.arraycopy(x, 0, z, 0, len);
206 System.arraycopy(x, 0, z, 0, len);
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipherRSA.java 247 System.arraycopy(input, inputOffset, buffer, bufferOffset, inputLen);
274 System.arraycopy(buffer, 0, tmpBuf, buffer.length - bufferOffset, bufferOffset);
307 System.arraycopy(b, 0, output, outputOffset, b.length);
  /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/
BuildResults.java 505 System.arraycopy(this.values[idx], 0, this.values[idx] = new double[vLength+1], 0, vLength);
ScenarioResults.java 64 System.arraycopy(builds, idx, builds = new String[size], 0, size);
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java 203 System.arraycopy(remaining, 0, contents, 6, remaining.length);
  /external/guava/guava/src/com/google/common/primitives/
Doubles.java 265 System.arraycopy(array, 0, result, pos, array.length);
335 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
574 System.arraycopy(array, start, result, 0, size);
Ints.java 281 System.arraycopy(array, 0, result, pos, array.length);
402 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
632 System.arraycopy(array, start, result, 0, size);
Longs.java 248 System.arraycopy(array, 0, result, pos, array.length);
434 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
665 System.arraycopy(array, start, result, 0, size);
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Ints.java 280 System.arraycopy(array, 0, result, pos, array.length);
350 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
580 System.arraycopy(array, start, result, 0, size);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java 267 System.arraycopy(data.ce32s, jamoCE32sStart, data.jamoCE32s, 0, CollationData.JAMO_CE32S_LENGTH);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiLine.java 132 System.arraycopy(paraBidi.text, start, lineBidi.text, 0, length);
150 System.arraycopy(paraBidi.dirProps, start, lineBidi.dirProps, 0,
155 System.arraycopy(paraBidi.levels, start, lineBidi.levels, 0,
273 System.arraycopy(bidi.levels, 0, levels, 0, length);
    [all...]
DigitList.java 85 System.arraycopy(digits, 0, newDigits, 0, digitsToCopy);
576 System.arraycopy(LONG_MIN_REP, 0, digits, 0, count);
594 System.arraycopy(digits, left, digits, 0, count);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 352 System.arraycopy(strings,0,result,2,strings.length);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiLine.java 131 System.arraycopy(paraBidi.text, start, lineBidi.text, 0, length);
149 System.arraycopy(paraBidi.dirProps, start, lineBidi.dirProps, 0,
154 System.arraycopy(paraBidi.levels, start, lineBidi.levels, 0,
272 System.arraycopy(bidi.levels, 0, levels, 0, length);
    [all...]
DigitList.java 83 System.arraycopy(digits, 0, newDigits, 0, digitsToCopy);
574 System.arraycopy(LONG_MIN_REP, 0, digits, 0, count);
592 System.arraycopy(digits, left, digits, 0, count);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 328 System.arraycopy(times, idx, newtimes, 0, asize);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
SimpleDateFormatICU.java 312 System.arraycopy(newData, 0, curData, startOffset, newData.length);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 351 System.arraycopy(strings,0,result,2,strings.length);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 240 System.arraycopy(sub, 0, text, totalChars, sub.length);
308 System.arraycopy( chArray, offset, text, 0, length );
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Mp4TrackImpl.java 138 System.arraycopy(oldSS, 0, syncSamples, 0, oldSS.length);

Completed in 1307 milliseconds

<<21222324252627282930>>