Searched refs:arraycopy (Results 101 - 125 of 242) sorted by relevance

12345678910

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix3f.java46 System.arraycopy(dataArray, 0, mMat, 0, mMat.length);
104 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
H A DElement.java970 System.arraycopy(mElements, 0, e, 0, mCount);
971 System.arraycopy(mElementNames, 0, s, 0, mCount);
972 System.arraycopy(mArraySizes, 0, as, 0, mCount);
1006 java.lang.System.arraycopy(mElements, 0, ein, 0, mCount);
1007 java.lang.System.arraycopy(mElementNames, 0, sin, 0, mCount);
1008 java.lang.System.arraycopy(mArraySizes, 0, asin, 0, mCount);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java187 protected void arraycopy(byte[] buf, int pos, int length) { method in class:PduComposer
295 arraycopy(text, 0, text.length);
436 arraycopy(text, 0, text.length);
985 arraycopy(partData, 0, partData.length);
1116 arraycopy(toCopy.currentMessage.toByteArray(), 0,
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java420 System.arraycopy(bucketStart, index, bucketStart, dstPos, length);
421 if (activeTime != null) System.arraycopy(activeTime, index, activeTime, dstPos, length);
422 if (rxBytes != null) System.arraycopy(rxBytes, index, rxBytes, dstPos, length);
423 if (rxPackets != null) System.arraycopy(rxPackets, index, rxPackets, dstPos, length);
424 if (txBytes != null) System.arraycopy(txBytes, index, txBytes, dstPos, length);
425 if (txPackets != null) System.arraycopy(txPackets, index, txPackets, dstPos, length);
426 if (operations != null) System.arraycopy(operations, index, operations, dstPos, length);
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java815 System.arraycopy(mInitialMotionX, 0, imx, 0, mInitialMotionX.length);
816 System.arraycopy(mInitialMotionY, 0, imy, 0, mInitialMotionY.length);
817 System.arraycopy(mLastMotionX, 0, lmx, 0, mLastMotionX.length);
818 System.arraycopy(mLastMotionY, 0, lmy, 0, mLastMotionY.length);
819 System.arraycopy(mInitialEdgesTouched, 0, iit, 0, mInitialEdgesTouched.length);
820 System.arraycopy(mEdgeDragsInProgress, 0, edip, 0, mEdgeDragsInProgress.length);
821 System.arraycopy(mEdgeDragsLocked, 0, edl, 0, mEdgeDragsLocked.length);
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java322 System.arraycopy(themeAttrsList, 0, mThemeAttrs, 0, listSize);
329 System.arraycopy(colorList, 0, mColors, 0, listSize);
330 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize);
/frameworks/base/core/java/android/widget/
H A DTableLayout.java512 System.arraycopy(widths, 0, mMaxWidths, 0, newLength);
522 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0,
524 System.arraycopy(widths, oldMaxWidths.length,
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDex.java335 System.arraycopy(original, 0, combined, 0, original.length);
336 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length);
404 System.arraycopy(dexElementsSuppressedExceptions, 0, combined,
/frameworks/base/core/java/android/hardware/camera2/params/
H A DLensShadingMap.java203 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount());
H A DTonemapCurve.java242 System.arraycopy(curve, /*srcPos*/0, destination, offset, curve.length);
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java358 System.arraycopy(uriBytes, 0, recordBytes, 1, uriBytes.length);
470 System.arraycopy(byteDomain, 0, b, 0, byteDomain.length);
472 System.arraycopy(byteType, 0, b, byteDomain.length + 1, byteType.length);
859 System.arraycopy(p, 0, payload, i, p.length);
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java184 System.arraycopy(buffer, offset, bufferCopy, 0, length);
/frameworks/base/core/java/android/util/
H A DStateSet.java237 System.arraycopy(states, 0, trimmedStates, 0, newSize);
/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java840 System.arraycopy(strs, 3, subRatings, 0, subRatings.length);
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java678 System.arraycopy(mRingLux, mStart, newRingLux, 0, length);
679 System.arraycopy(mRingTime, mStart, newRingTime, 0, length);
681 System.arraycopy(mRingLux, 0, newRingLux, length, mStart);
682 System.arraycopy(mRingTime, 0, newRingTime, length, mStart);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateWaiter.java68 System.arraycopy(stateNames, /*srcPos*/0, mStateNames, /*dstPos*/0, mStateCount);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java195 System.arraycopy(pdu, headerStartIndex, header, 0, header.length);
204 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length);
386 System.arraycopy(contentLocation, 0, contentLocationWithId,
388 System.arraycopy(transactionId, 0, contentLocationWithId,
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DDrmConvertSession.java90 System.arraycopy(inBuffer, 0, buf, 0, size);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java220 System.arraycopy(p, 0, mDownLookPoint, 0, 3);
222 System.arraycopy(p, 0, mDownEyePoint, 0, 3);
224 System.arraycopy(p, 0, mDownUpVector, 0, 3);
244 System.arraycopy(trim, 0, mCurrentTrim, 0, 6);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java1087 System.arraycopy(mElements, 0, e, 0, mCount);
1088 System.arraycopy(mElementNames, 0, s, 0, mCount);
1089 System.arraycopy(mArraySizes, 0, as, 0, mCount);
1122 java.lang.System.arraycopy(mElements, 0, ein, 0, mCount);
1123 java.lang.System.arraycopy(mElementNames, 0, sin, 0, mCount);
1124 java.lang.System.arraycopy(mArraySizes, 0, asin, 0, mCount);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java184 System.arraycopy(data, 1, pdu, 0, size);
359 System.arraycopy(header, 0, userData, 1, header.length);
360 System.arraycopy(textPart, 0, userData, header.length + 1, textPart.length);
367 System.arraycopy(userData, 0, ret, 1, userData.length);
634 System.arraycopy(mPdu, offset, udh, 0, userDataHeaderLength);
664 System.arraycopy(mPdu, offset, mUserData, 0, mUserData.length);
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1181 System.arraycopy(p, 12, param, 0, psize);
1182 System.arraycopy(p, vOffset, value, 0, vsize);
1356 System.arraycopy(a, 0, b, offs, a.length);
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java350 System.arraycopy(currentAddresses, 0, finalAddresses, add.size(), currentLength);
361 if (old != null) System.arraycopy(old, 0, result, 0, oldLength);
362 System.arraycopy(add, 0, result, oldLength, add.length);
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java415 System.arraycopy(mSelectionArgs, 0, newArgs, 0, mSelectionArgs.length);
660 System.arraycopy(selectionArgs, 0, mSelectionArgs, 0, selectionArgs.length);
/frameworks/base/core/java/android/os/
H A DFileUtils.java267 System.arraycopy(last, len, last, 0, last.length - len);
268 System.arraycopy(data, 0, last, last.length - len, len);

Completed in 7962 milliseconds

12345678910