HomeSort by relevance Sort by last modified time
    Searched full:arraycopy (Results 1 - 25 of 1181) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/096-array-copy-concurrent-gc/
info.txt 1 This is a test to verify that System.arraycopy works nice together with
  /dalvik/tests/096-array-copy-concurrent-gc/
info.txt 1 This is a test to verify that System.arraycopy works nice together with
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
KeyParameter.java 23 System.arraycopy(key, keyOff, this.key, 0, keyLen);
ParametersWithIV.java 27 System.arraycopy(iv, ivOff, this.iv, 0, ivLen);
RC2Parameters.java 24 System.arraycopy(key, 0, this.key, 0, key.length);
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 30 // Test for method void java.lang.System.arraycopy(java.lang.Object,
37 System.arraycopy(new Object(), 0, b, 0, 0);
45 System.arraycopy(a, 0, new Object(), 0, 0);
53 System.arraycopy(new char[] {'a'}, 0, new String[1], 0, 1);
61 System.arraycopy(new String[] {"a"}, 0, new char[1], 0, 1);
69 System.arraycopy(new char[] {'a'}, 0, new int[1], 0, 1);
77 System.arraycopy(new Character[] {'a'}, 0, new Integer[1], 0, 1);
85 System.arraycopy(null, 0, new int[1], 0, 1);
93 System.arraycopy(new int[]{'1'}, 0, null, 0, 1);
100 System.arraycopy(a, a.length + 1, b, 0, 1)
    [all...]
ArrayStoreExceptionTest.java 66 System.arraycopy(src, 1, dest, 0, 5);
79 System.arraycopy(src, 0, dest, 0, 1);
90 System.arraycopy(src, 0, dest, 0, 1);
101 System.arraycopy(src, 0, dest, 0, 1);
112 System.arraycopy(src, 0, dest, 0, 1);
123 System.arraycopy(src, 0, dest, 0, 1);
139 System.arraycopy(src, 0, dest, 0, 1);
SystemTest.java 72 System.arraycopy(new char[5], 0, "Hello", 0, 3);
81 System.arraycopy("Hello", 0, new char[5], 0, 3);
90 System.arraycopy(new char[5], 0, new Object[5], 0, 3);
99 System.arraycopy(new Object[] { null, 5, "hello" }, 0,
109 System.arraycopy(null, 0, new char[5], 0, 3);
115 System.arraycopy(new char[5], 0, null, 0, 3);
  /art/test/011-array-copy/src/
Main.java 20 * System.arraycopy cases
36 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length);
38 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length);
42 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length);
87 System.arraycopy(byteArray, srcPos, byteArray, dstPos, length);
88 System.arraycopy(shortArray, srcPos, shortArray, dstPos, length);
89 System.arraycopy(intArray, srcPos, intArray, dstPos, length);
90 System.arraycopy(longArray, srcPos, longArray, dstPos, length);
  /dalvik/tests/011-array-copy/src/
Main.java 20 * System.arraycopy cases
36 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length);
38 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length);
42 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length);
87 System.arraycopy(byteArray, srcPos, byteArray, dstPos, length);
88 System.arraycopy(shortArray, srcPos, shortArray, dstPos, length);
89 System.arraycopy(intArray, srcPos, intArray, dstPos, length);
90 System.arraycopy(longArray, srcPos, longArray, dstPos, length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9IntegerConverter.java 32 System.arraycopy(bytes, bytes.length - tmp.length, tmp, 0, tmp.length);
40 System.arraycopy(bytes, 0, tmp, tmp.length - bytes.length, bytes.length);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DualNonPaymentEmulatorActivity.java 36 System.arraycopy(TransportService2.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0,
38 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences,
44 System.arraycopy(TransportService2.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
46 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
OnAndOffHostEmulatorActivity.java 37 System.arraycopy(OffHostService.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0,
39 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences,
45 System.arraycopy(OffHostService.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
47 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 421 System.arraycopy(data, 0, copy, 0, data.length);
468 System.arraycopy(data, 0, copy, 0, data.length);
481 System.arraycopy(data, 0, copy, 0, data.length);
494 System.arraycopy(data, 0, copy, 0, data.length);
505 System.arraycopy(data, 0, tmp, 0, newLength);
509 System.arraycopy(data, 0, tmp, 0, data.length);
521 System.arraycopy(data, 0, tmp, 0, newLength);
525 System.arraycopy(data, 0, tmp, 0, data.length);
537 System.arraycopy(data, 0, tmp, 0, newLength);
541 System.arraycopy(data, 0, tmp, 0, data.length)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RFC3394WrapEngine.java 87 System.arraycopy(iv, 0, block, 0, iv.length);
88 System.arraycopy(in, 0, block, iv.length, inLen);
96 System.arraycopy(block, 0, buf, 0, iv.length);
97 System.arraycopy(block, 8 * i, buf, iv.length, 8);
110 System.arraycopy(buf, 0, block, 0, 8);
111 System.arraycopy(buf, 8, block, 8 * i, 8);
140 System.arraycopy(in, 0, a, 0, iv.length);
141 System.arraycopy(in, iv.length, block, 0, inLen - iv.length);
151 System.arraycopy(a, 0, buf, 0, iv.length);
152 System.arraycopy(block, 8 * (i - 1), buf, iv.length, 8)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
HMAC.java 43 System.arraycopy(key, 0, k_xor_ipad, 0, key.length);
44 System.arraycopy(key, 0, k_xor_opad, 0, key.length);
94 System.arraycopy(tmp, 0, out, off, size);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListGenerators.java 81 System.arraycopy(elements, 0, all, 0, elements.length);
82 System.arraycopy(suffix, 0, all, elements.length, suffix.length);
93 System.arraycopy(prefix, 0, all, 0, 2);
94 System.arraycopy(elements, 0, all, 2, elements.length);
107 System.arraycopy(prefix, 0, all, 0, 2);
108 System.arraycopy(elements, 0, all, 2, elements.length);
109 System.arraycopy(suffix, 0, all, 2 + elements.length, 2);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CBCMode.java 39 System.arraycopy(iv, 0, cbc_vector, 0, blockSize);
54 System.arraycopy(dst, dstoff, cbc_vector, 0, blockSize);
61 System.arraycopy(src, srcoff, tmp_vector, 0, blockSize);
NullCipher.java 37 System.arraycopy(src, srcoff, dst, dstoff, blockSize);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
NullDigest.java 37 System.arraycopy(res, 0, out, outOff, res.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java 95 System.arraycopy(buf, blockSize, buf, 0, blockSize);
146 System.arraycopy(in, inOff, buf, bufOff, gapLen);
149 System.arraycopy(buf, blockSize, buf, 0, blockSize);
158 System.arraycopy(in, inOff, buf, bufOff, blockSize);
160 System.arraycopy(buf, blockSize, buf, 0, blockSize);
167 System.arraycopy(in, inOff, buf, bufOff, len);
231 System.arraycopy(block, 0, out, outOff + blockSize, len);
253 System.arraycopy(buf, blockSize, block, 0, len);
256 System.arraycopy(lastBlock, 0, out, outOff + blockSize, len);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
UnsafeByteSequence.java 53 System.arraycopy(bytes, 0, newBytes, 0, count);
56 System.arraycopy(buffer, offset, bytes, count, length);
63 System.arraycopy(bytes, 0, newBytes, 0, count);
74 System.arraycopy(bytes, 0, result, 0, count);
  /libcore/dex/src/main/java/com/android/dex/
ClassData.java 51 System.arraycopy(staticFields, 0, result, 0, staticFields.length);
52 System.arraycopy(instanceFields, 0, result, staticFields.length, instanceFields.length);
58 System.arraycopy(directMethods, 0, result, 0, directMethods.length);
59 System.arraycopy(virtualMethods, 0, result, directMethods.length, virtualMethods.length);
  /dalvik/tests/028-array-write/src/
Main.java 45 System.arraycopy(mStorage, 0, mStorage,
51 System.arraycopy(mStorage, 0, mStorage,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetStringGenerator.java 72 System.arraycopy(b, off, _buf, _off, numToCopy);
94 System.arraycopy(_buf, 0, bytes, 0, _off);

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>