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

1 2 3 4 5 6 78 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java 96 System.arraycopy(buf, blockSize, buf, 0, blockSize);
147 System.arraycopy(in, inOff, buf, bufOff, gapLen);
150 System.arraycopy(buf, blockSize, buf, 0, blockSize);
159 System.arraycopy(in, inOff, buf, bufOff, blockSize);
161 System.arraycopy(buf, blockSize, buf, 0, blockSize);
168 System.arraycopy(in, inOff, buf, bufOff, len);
234 System.arraycopy(block, 0, out, outOff + blockSize, len);
238 System.arraycopy(block, 0, out, outOff, blockSize);
268 System.arraycopy(buf, blockSize, block, 0, len);
271 System.arraycopy(lastBlock, 0, out, outOff + blockSize, len)
    [all...]
OFBBlockCipher.java 68 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length);
76 System.arraycopy(iv, 0, IV, 0, IV.length);
152 System.arraycopy(IV, 0, ofbV, 0, IV.length);
172 System.arraycopy(ofbV, blockSize, ofbV, 0, ofbV.length - blockSize);
173 System.arraycopy(ofbOutV, 0, ofbV, ofbV.length - blockSize, blockSize);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 204 System.arraycopy(in, inOff, buf, bufOff, gapLen);
221 System.arraycopy(in, inOff, buf, bufOff, len);
289 System.arraycopy(buf, 0, out, outOff, resultLen);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 75 System.arraycopy(tmp, 1, rv, 0, rv.length);
83 System.arraycopy(tmp, 0, rv, rv.length - tmp.length, tmp.length);
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLSignatureRawRSA.java 79 System.arraycopy(input, offset, inputBuffer, oldOffset, len);
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
SSLUtilsTest.java 83 System.arraycopy(protocol, 0, encoded, encodedIndex, protocol.length);
  /external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DexmakerMockMaker.java 49 System.arraycopy(extraInterfaces, 0, classesToMock, 1, extraInterfaces.length);
  /external/emma/core/java12/com/vladium/util/
ByteArrayOStream.java 63 System.arraycopy (mbuf, 0, newbuf, 0, pos);
87 System.arraycopy (mbuf, 0, newbuf, 0, pos);
112 System.arraycopy (mbuf, 0, newbuf, 0, pos);
162 // System.arraycopy (m_buf, 0, newbuf, 0, m_pos);
191 // System.arraycopy (mbuf, 0, newbuf, 0, pos);
216 System.arraycopy (mbuf, 0, result, 0, pos);
255 System.arraycopy (mbuf, 0, newbuf, 0, pos);
284 System.arraycopy (mbuf, 0, newbuf, 0, pos);
292 System.arraycopy (buf, offset, mbuf, pos, length);
IntVector.java 55 System.arraycopy (m_values, 0, result, 0, size);
135 System.arraycopy (m_values, 0, values, 0, capacity);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
Base64.java 127 System.arraycopy(out, 0, result, 0, out_index);
  /external/guava/guava/src/com/google/common/base/
Strings.java 175 System.arraycopy(array, 0, array, n, n);
177 System.arraycopy(array, 0, array, n, size - n);
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 159 System.arraycopy(others, 0, elements, paramCount, others.length);
ObjectArrays.java 74 System.arraycopy(first, 0, result, 0, first.length);
75 System.arraycopy(second, 0, result, first.length, second.length);
91 System.arraycopy(array, 0, result, 1, array.length);
113 System.arraycopy(
172 System.arraycopy(src, offset, dst, 0, len);
204 System.arraycopy(elements, offset, result, 0, length);
  /external/guava/guava/src/com/google/common/escape/
CharEscaper.java 120 System.arraycopy(r, 0, dest, destIndex, rlen);
165 System.arraycopy(dest, 0, copy, 0, index);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ObjectArrays.java 62 System.arraycopy(array, 0, result, 1, array.length);
84 System.arraycopy(
143 System.arraycopy(src, offset, dst, 0, len);
175 System.arraycopy(elements, offset, result, 0, length);
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
ByteArrayAsListTest.java 81 System.arraycopy(left, 0, result, 0, left.length);
82 System.arraycopy(right, 0, result, left.length, right.length);
CharArrayAsListTest.java 81 System.arraycopy(left, 0, result, 0, left.length);
82 System.arraycopy(right, 0, result, left.length, right.length);
DoubleArrayAsListTest.java 81 System.arraycopy(left, 0, result, 0, left.length);
82 System.arraycopy(right, 0, result, left.length, right.length);
FloatArrayAsListTest.java 81 System.arraycopy(left, 0, result, 0, left.length);
82 System.arraycopy(right, 0, result, left.length, right.length);
IntArrayAsListTest.java 82 System.arraycopy(left, 0, result, 0, left.length);
83 System.arraycopy(right, 0, result, left.length, right.length);
LongArrayAsListTest.java 81 System.arraycopy(left, 0, result, 0, left.length);
82 System.arraycopy(right, 0, result, left.length, right.length);
ShortArrayAsListTest.java 81 System.arraycopy(left, 0, result, 0, left.length);
82 System.arraycopy(right, 0, result, left.length, right.length);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalCollection.java 99 System.arraycopy(contents, 0, result, 0, contents.length);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListGenerators.java 84 System.arraycopy(elements, 0, all, 0, elements.length);
85 System.arraycopy(suffix, 0, all, elements.length, suffix.length);
96 System.arraycopy(prefix, 0, all, 0, 2);
97 System.arraycopy(elements, 0, all, 2, elements.length);
110 System.arraycopy(prefix, 0, all, 0, 2);
111 System.arraycopy(elements, 0, all, 2, elements.length);
112 System.arraycopy(suffix, 0, all, 2 + elements.length, 2);
  /external/guava/guava-tests/benchmark/com/google/common/base/
StringsRepeatBenchmark.java 75 System.arraycopy(strCopy, 0, array, pos,strCopyLen);
80 System.arraycopy(strCopy, 0, strCopy, strCopyLen, strCopyLen);
106 System.arraycopy(array, 0, array, n, n);
108 System.arraycopy(array, 0, array, n, size - n);

Completed in 1197 milliseconds

1 2 3 4 5 6 78 91011>>