/art/test/028-array-write/src/ |
Main.java | 59 System.arraycopy(mStorage, 0, mStorage, 65 System.arraycopy(mStorage, 0, mStorage,
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
JsEscapeFunction.java | 48 System.arraycopy(SPECIAL_CHARS, 0, ESCAPE_CHARS, 32, SPECIAL_CHARS.length); 51 System.arraycopy(UNQUOTED_SPECIAL_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33,
|
/external/mockito/src/org/mockito/internal/invocation/ |
ArgumentsProcessor.java | 36 System.arraycopy(args, 0, newArgs, 0, nonVarArgsCount); 37 System.arraycopy(varArgs, 0, newArgs, nonVarArgsCount, varArgsCount);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AppleDataBox.java | 61 System.arraycopy(data, 0, this.data, 0, data.length); 65 System.arraycopy(fourBytes, 0, this.fourBytes, 0, 4);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
SparseIntArray.java | 106 System.arraycopy(mKeys, index + 1, mKeys, index, mSize - (index + 1)); 107 System.arraycopy(mValues, index + 1, mValues, index, mSize - (index + 1)); 131 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 132 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); 140 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i); 141 System.arraycopy(mValues, i, mValues, i + 1, mSize - i); 226 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 227 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
|
/frameworks/base/core/java/android/util/ |
SparseBooleanArray.java | 112 System.arraycopy(mKeys, i + 1, mKeys, i, mSize - (i + 1)); 113 System.arraycopy(mValues, i + 1, mValues, i, mSize - (i + 1)); 138 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 139 System.arraycopy(mValues, 0, nvalues, 0, mValues.length); 147 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i); 148 System.arraycopy(mValues, i, mValues, i + 1, mSize - i); 244 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 245 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
|
/frameworks/base/obex/javax/obex/ |
ObexSession.java | 83 System.arraycopy(description, 1, realmString, 0, realmString.length); 157 System.arraycopy(userName, 0, header.mAuthResp, 38, userName.length); 164 System.arraycopy(challenge, 0, digest, 0, challenge.length); 167 System.arraycopy(password, 0, digest, challenge.length + 1, password.length); 173 System.arraycopy(ObexHelper.computeMd5Hash(digest), 0, header.mAuthResp, 2, 16); 178 System.arraycopy(challenge, 0, header.mAuthResp, 20, 16); 203 System.arraycopy(mChallengeDigest, 0, temp, 0, 16); 204 System.arraycopy(correctPassword, 0, temp, 16, correctPassword.length);
|
ClientSession.java | 86 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16); 108 System.arraycopy(head, 0, requestPacket, 4, head.length); 152 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16); 158 System.arraycopy(mConnectionId, 0, head.mConnectionID, 0, 4); 196 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16); 201 System.arraycopy(mConnectionId, 0, header.mConnectionID, 0, 4); 213 System.arraycopy(mConnectionId, 0, head, 1, 4); 261 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16); 269 System.arraycopy(mConnectionId, 0, head.mConnectionID, 0, 4); 298 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16) [all...] |
/frameworks/support/v4/java/android/support/v4/database/ |
DatabaseUtilsCompat.java | 54 System.arraycopy(originalValues, 0, result, 0, originalValues.length); 55 System.arraycopy(newValues, 0, result, originalValues.length, newValues.length);
|
/libcore/luni/src/main/java/java/security/spec/ |
EncodedKeySpec.java | 38 System.arraycopy(encodedKey, 0, 51 System.arraycopy(encodedKey, 0, ret, 0, ret.length);
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
PBEParameterSpec.java | 51 System.arraycopy(salt, 0, this.salt, 0, salt.length); 62 System.arraycopy(salt, 0, result, 0, salt.length);
|
/external/proguard/src/proguard/classfile/editor/ |
ClassEditor.java | 61 System.arraycopy(interfaces, 0, 87 System.arraycopy(interfaces, interfaceIndex+1, 129 System.arraycopy(fields, 0, 157 System.arraycopy(fields, fieldIndex+1, 199 System.arraycopy(methods, 0, 227 System.arraycopy(methods, methodIndex+1,
|
/frameworks/base/core/java/android/os/ |
Broadcaster.java | 86 System.arraycopy(oldTargets, 0, r.targets, 0, n); 88 System.arraycopy(oldWhats, 0, r.targetWhats, 0, n); 125 System.arraycopy(targets, 0, r.targets, 0, i); 126 System.arraycopy(whats, 0, r.targetWhats, 0, i); 131 System.arraycopy(targets, i+1, r.targets, i, 133 System.arraycopy(whats, i+1, r.targetWhats, i,
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
SparseLongArray.java | 101 System.arraycopy(mKeys, index + 1, mKeys, index, mSize - (index + 1)); 102 System.arraycopy(mValues, index + 1, mValues, index, mSize - (index + 1)); 124 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i); 125 System.arraycopy(mValues, i, mValues, i + 1, mSize - i); 218 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 219 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 149 System.arraycopy(in, inOff, keyToBeWrapped, 0, inLen); 157 System.arraycopy(keyToBeWrapped, 0, WKCKS, 0, keyToBeWrapped.length); 158 System.arraycopy(CKS, 0, WKCKS, keyToBeWrapped.length, CKS.length); 182 System.arraycopy(this.iv, 0, TEMP2, 0, this.iv.length); 183 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length); 268 System.arraycopy(TEMP2, 0, this.iv, 0, 8); 269 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8); 289 System.arraycopy(WKCKS, 0, result, 0, WKCKS.length - 8); 290 System.arraycopy(WKCKS, WKCKS.length - 8, CKStoBeVerified, 0, 8); 325 System.arraycopy(digest, 0, result, 0, 8) [all...] |
/libcore/luni/src/main/java/java/util/ |
ArrayList.java | 100 System.arraycopy(a, 0, newArray, 0, a.length); 121 System.arraycopy(a, 0, newArray, 0, s); 151 System.arraycopy(a, index, a, index + 1, s - index); 155 System.arraycopy(a, 0, newArray, 0, index); 156 System.arraycopy(a, index, newArray, index + 1, s - index); 195 int newSize = s + newPartSize; // If add overflows, arraycopy will fail 199 System.arraycopy(a, 0, newArray, 0, s); 202 System.arraycopy(newPart, 0, a, s, newPartSize); 234 int newSize = s + newPartSize; // If add overflows, arraycopy will fail 236 System.arraycopy(a, index, a, index + newPartSize, s - index) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
OAEPEncoding.java | 150 System.arraycopy(in, inOff, block, block.length - inLen, inLen); 164 System.arraycopy(defHash, 0, block, defHash.length, defHash.length); 186 System.arraycopy(seed, 0, block, 0, defHash.length); 224 System.arraycopy(data, 0, block, block.length - data.length, data.length); 301 System.arraycopy(block, start, output, 0, output.length); 343 System.arraycopy(hashBuf, 0, mask, counter * hashBuf.length, hashBuf.length); 356 System.arraycopy(hashBuf, 0, mask, counter * hashBuf.length, mask.length - (counter * hashBuf.length));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CFBBlockCipher.java | 77 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length); 85 System.arraycopy(iv, 0, IV, 0, IV.length); 194 System.arraycopy(cfbV, blockSize, cfbV, 0, cfbV.length - blockSize); 195 System.arraycopy(out, outOff, cfbV, cfbV.length - blockSize, blockSize); 234 System.arraycopy(cfbV, blockSize, cfbV, 0, cfbV.length - blockSize); 235 System.arraycopy(in, inOff, cfbV, cfbV.length - blockSize, blockSize); 254 System.arraycopy(IV, 0, cfbV, 0, IV.length);
|
OFBBlockCipher.java | 74 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length); 82 System.arraycopy(iv, 0, IV, 0, IV.length); 171 System.arraycopy(ofbV, blockSize, ofbV, 0, ofbV.length - blockSize); 172 System.arraycopy(ofbOutV, 0, ofbV, ofbV.length - blockSize, blockSize); 183 System.arraycopy(IV, 0, ofbV, 0, IV.length);
|
/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 95 System.arraycopy(value, 0, newData, 0, count); 116 System.arraycopy(chars, 0, value, count, chars.length); 126 System.arraycopy(chars, offset, value, count, length); 172 System.arraycopy(other.value, start, value, count, length); 231 System.arraycopy(value, end, value, start, length); 234 System.arraycopy(value, 0, newData, 0, start); 235 System.arraycopy(value, end, newData, start, length); 254 System.arraycopy(value, index + 1, value, index, length); 257 System.arraycopy(value, 0, newData, 0, index); 258 System.arraycopy(value, index + 1, newData, index, length) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectVector.java | 97 System.arraycopy(v.m_map, 0, m_map, 0, m_firstFree); 135 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1); 159 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1); 185 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1); 212 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1); 219 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at); 260 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i); 285 System.arraycopy(m_map, i + 1, m_map, i, m_firstFree); 414 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
|
/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);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ConnectionStateSSLv3.java | 93 System.arraycopy(serverRandom, 0, seed, 0, serverRandom.length); 94 System.arraycopy(clientRandom, 0, seed, serverRandom.length, 106 System.arraycopy(key_block, 0, client_mac_secret, 0, hash_size); 107 System.arraycopy(key_block, hash_size, 109 System.arraycopy(key_block, 2*hash_size, client_key, 0, key_size); 110 System.arraycopy(key_block, 2*hash_size+key_size, 234 System.arraycopy(fragment, offset, res, 0, len); 250 System.arraycopy(digest, 0, res, len, hash_size); 345 System.arraycopy(data, 0, content, 0, content.length);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 59 System.arraycopy(m, offset, mMatrix, mTop, MATRIX_SIZE); 79 System.arraycopy(mMatrix, mTop, mTemp, 0, MATRIX_SIZE); 121 System.arraycopy(mMatrix, mTop, mMatrix, mTop + MATRIX_SIZE, 128 System.arraycopy(mMatrix, mTop, mTemp, MATRIX_SIZE, MATRIX_SIZE); 153 System.arraycopy(mMatrix, mTop, dest, offset, MATRIX_SIZE);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
SignatureSpi.java | 290 System.arraycopy(first, 0, res, res.length / 2 - first.length, first.length); 291 System.arraycopy(second, 0, res, res.length - second.length, second.length); 305 System.arraycopy(res, 1, tmp, 0, tmp.length); 322 System.arraycopy(encoding, 0, first, 0, first.length); 323 System.arraycopy(encoding, first.length, second, 0, second.length);
|