Searched refs:arraycopy (Results 1 - 25 of 242) sorted by relevance

12345678910

/frameworks/base/obex/javax/obex/
H A DPasswordAuthentication.java56 System.arraycopy(userName, 0, mUserName, 0, userName.length);
60 System.arraycopy(password, 0, mPassword, 0, password.length);
H A DObexSession.java88 System.arraycopy(description, 1, realmString, 0, realmString.length);
163 System.arraycopy(userName, 0, header.mAuthResp, 38, userName.length);
170 System.arraycopy(challenge, 0, digest, 0, challenge.length);
173 System.arraycopy(password, 0, digest, challenge.length + 1, password.length);
179 System.arraycopy(ObexHelper.computeMd5Hash(digest), 0, header.mAuthResp, 2, 16);
184 System.arraycopy(challenge, 0, header.mAuthResp, 20, 16);
209 System.arraycopy(mChallengeDigest, 0, temp, 0, 16);
210 System.arraycopy(correctPassword, 0, temp, 16, correctPassword.length);
H A DPrivateInputStream.java122 System.arraycopy(mData, mIndex, b, offset1, currentDataLength);
134 System.arraycopy(mData, mIndex, b, offset1, remainReadLength);
152 System.arraycopy(mData, mIndex, temp, 0, mData.length - mIndex);
153 System.arraycopy(body, start, temp, mData.length - mIndex, body.length - start);
H A DApplicationParameter.java119 System.arraycopy(mArray, 0, array_tmp, 0, mLength);
125 System.arraycopy(value, 0, mArray, mLength, len);
131 System.arraycopy(mArray, 0, para, 0, mLength);
H A DClientSession.java114 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16);
137 System.arraycopy(head, 0, requestPacket, 4, head.length);
182 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16);
188 System.arraycopy(mConnectionId, 0, head.mConnectionID, 0, 4);
237 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16);
242 System.arraycopy(mConnectionId, 0, header.mConnectionID, 0, 4);
254 System.arraycopy(mConnectionId, 0, head, 1, 4);
302 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16);
310 System.arraycopy(mConnectionId, 0, head.mConnectionID, 0, 4);
348 System.arraycopy(headse
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DGrowingArrayUtils.java47 System.arraycopy(array, 0, newArray, 0, currentSize);
62 System.arraycopy(array, 0, newArray, 0, currentSize);
77 System.arraycopy(array, 0, newArray, 0, currentSize);
92 System.arraycopy(array, 0, newArray, 0, currentSize);
114 System.arraycopy(array, index, array, index + 1, currentSize - index);
122 System.arraycopy(array, 0, newArray, 0, index);
124 System.arraycopy(array, index, newArray, index + 1, array.length - index);
135 System.arraycopy(array, index, array, index + 1, currentSize - index);
141 System.arraycopy(array, 0, newArray, 0, index);
143 System.arraycopy(arra
[all...]
H A DWithFramework.java44 System.arraycopy(args, 1, newArgs, 0, newArgs.length);
H A DArrayUtils.java221 System.arraycopy(array, 0, result, 0, end);
244 System.arraycopy(array, 0, result, 0, i);
245 System.arraycopy(array, i + 1, result, i, length - i - 1);
268 System.arraycopy(cur, 0, ret, 0, N);
285 System.arraycopy(cur, 0, ret, 0, i);
288 System.arraycopy(cur, i + 1, ret, i, N - i - 1);
308 System.arraycopy(cur, 0, ret, 0, i);
311 System.arraycopy(cur, i + 1, ret, i, N - i - 1);
334 System.arraycopy(cur, 0, ret, 0, N);
351 System.arraycopy(cu
[all...]
H A DBitwiseOutputStream.java66 System.arraycopy(mBuf, 0, newBuf, 0, len);
78 System.arraycopy(mBuf, 0, newBuf, 0, mEnd >>> 3);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DUnsafeByteSequence.java53 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);
/frameworks/base/keystore/java/android/security/keystore/
H A DArrayUtils.java52 System.arraycopy(arr1, offset1, result, 0, len1);
53 System.arraycopy(arr2, offset2, result, len1, len2);
66 System.arraycopy(arr, offset, result, 0, len);
77 System.arraycopy(arr1, 0, result, 0, arr1.length);
78 System.arraycopy(arr2, 0, result, arr1.length, arr2.length);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java28 System.arraycopy(mData, 0, temp, 0, mSize);
48 System.arraycopy(mData, 0, result, 0, mSize);
/frameworks/support/v4/java/android/support/v4/database/
H A DDatabaseUtilsCompat.java54 System.arraycopy(originalValues, 0, result, 0, originalValues.length);
55 System.arraycopy(newValues, 0, result, originalValues.length, newValues.length);
/frameworks/base/core/java/android/util/
H A DLongArray.java72 System.arraycopy(mValues, index, mValues, index + 1, mSize - index);
86 System.arraycopy(values.mValues, 0, mValues, mSize, count);
101 System.arraycopy(mValues, 0, newValues, 0, currentSize);
156 System.arraycopy(mValues, index + 1, mValues, index, mSize - index - 1);
H A DArraySet.java284 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
285 System.arraycopy(oarray, 0, mArray, 0, mSize);
366 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
367 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
376 System.arraycopy(mHashes, index, mHashes, index + 1, mSize - index);
377 System.arraycopy(mArray, index, mArray, index + 1, mSize - index);
395 System.arraycopy(array.mHashes, 0, mHashes, 0, N);
396 System.arraycopy(array.mArray, 0, mArray, 0, N);
452 System.arraycopy(ohashes, 0, mHashes, 0, index);
453 System.arraycopy(oarra
[all...]
H A DIntArray.java74 System.arraycopy(mValues, index, mValues, index + 1, mSize - index);
106 System.arraycopy(values.mValues, 0, mValues, mSize, count);
121 System.arraycopy(mValues, 0, newValues, 0, currentSize);
171 System.arraycopy(mValues, index + 1, mValues, index, mSize - index - 1);
H A DSparseBooleanArray.java114 System.arraycopy(mKeys, i + 1, mKeys, i, mSize - (i + 1));
115 System.arraycopy(mValues, i + 1, mValues, i, mSize - (i + 1));
122 System.arraycopy(mKeys, index + 1, mKeys, index, mSize - (index + 1));
123 System.arraycopy(mValues, index + 1, mValues, index, mSize - (index + 1));
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java259 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
260 System.arraycopy(oarray, 0, mArray, 0, mSize<<1);
403 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
404 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
413 System.arraycopy(mHashes, index, mHashes, index + 1, mSize - index);
414 System.arraycopy(mArray, index << 1, mArray, (index + 1) << 1, (mSize - index) << 1);
433 System.arraycopy(array.mHashes, 0, mHashes, 0, N);
434 System.arraycopy(array.mArray, 0, mArray, 0, N<<1);
489 System.arraycopy(ohashes, 0, mHashes, 0, index);
490 System.arraycopy(oarra
[all...]
/frameworks/base/core/java/android/os/
H A DWorkSource.java187 System.arraycopy(other.mUids, 0, mUids, 0, mNum);
193 System.arraycopy(other.mNames, 0, mNames, 0, mNum);
373 if (i1 < N1) System.arraycopy(uids1, i1+1, uids1, i1, N1-i1);
408 System.arraycopy(uids1, i1+1, uids1, i1, N1-i1);
409 System.arraycopy(names1, i1+1, names1, i1, N1-i1);
473 if (i1 > 0) System.arraycopy(uids1, 0, newuids, 0, i1);
474 if (i1 < N1) System.arraycopy(uids1, i1, newuids, i1+1, N1-i1);
478 if (i1 < N1) System.arraycopy(uids1, i1, uids1, i1+1, N1-i1);
504 System.arraycopy(uids1, i1, uids1, start, N1-i1);
587 System.arraycopy(mUid
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DLimitedLengthInputStreamTest.java86 System.arraycopy(TEST_STRING1, offset, expected, 0, length);
91 System.arraycopy(temp, 0, actual, 0, length);
127 System.arraycopy(temp, 0, actual, 0, actual.length);
136 System.arraycopy(TEST_STRING1, offset, expected, 0, length);
141 System.arraycopy(temp, 0, actual, 0, length);
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java76 System.arraycopy(src, 0, mArray, 0, 20);
83 System.arraycopy(src.mArray, 0, mArray, 0, 20);
110 System.arraycopy(src.mArray, 0, mArray, 0, 20);
117 System.arraycopy(src, 0, mArray, 0, 20);
203 System.arraycopy(tmp, 0, mArray, 0, 20);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java60 System.arraycopy(data, 0, mData, 0, data.length);
109 System.arraycopy(mData, 0, byteArray, 0, mData.length);
125 System.arraycopy(textString, 0, mData, 0, textString.length);
169 System.arraycopy(textString, 0, mData, 0, textString.length);
194 System.arraycopy(mData, 0, dstBytes, 0, len);
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java129 System.arraycopy(oldBytes, 0, mData, 0, avStart);
130 System.arraycopy(oldBytes, avStart + avLen + 1, mData, avStart,
182 System.arraycopy(oldBytes, 0, mData, 0, insertion);
184 System.arraycopy(oldBytes, insertion, mData, newLen - secondHalfLen, secondHalfLen);
186 System.arraycopy(keyBytes, 0, mData, insertion + 1, keyBytes.length);
189 System.arraycopy(value, 0, mData, insertion + keyBytes.length + 2, valLen);
233 System.arraycopy(mData, avStart + aLen + 2, value, 0, avLen - aLen - 1);
/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java74 System.arraycopy(message, offset, dest, length, size);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDashPathEffect_Delegate.java85 System.arraycopy(intervals, 0, mIntervals, 0, intervals.length);

Completed in 631 milliseconds

12345678910