/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WapPushOverSms.java | 160 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); 169 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaInboundSmsHandler.java | 315 System.arraycopy(pdu, index, userData, 0, pdu.length - index); 337 System.arraycopy(origPdu, index, omaPdu, 0, omaPdu.length);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
AdnRecord.java | 236 System.arraycopy(bcdNumber, 0, adnString, 248 System.arraycopy(byteTag, 0, adnString, 0, byteTag.length);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix3f.java | 46 System.arraycopy(dataArray, 0, mMat, 0, mMat.length); 104 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
|
/libcore/luni/src/main/java/java/math/ |
BitLevel.java | 191 System.arraycopy(source, intCount, result, 0, resultLen); 223 System.arraycopy(val.digits, 0, resDigits, 0, val.numberLength);
|
/libcore/luni/src/main/java/java/text/ |
ChoiceFormat.java | 137 System.arraycopy(limits, 0, choiceLimits, 0, limitCount); 158 System.arraycopy(limits, 0, newLimits, 0, limitCount);
|
/libcore/luni/src/main/java/java/util/ |
PriorityQueue.java | 328 System.arraycopy(c.elements, 0, elements, 0, c.size()); 408 System.arraycopy(elements, 0, newElements, 0, elements.length);
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
DerOutputStream.java | 106 System.arraycopy(len, 0, newLen, 0, val.length); 110 System.arraycopy(val, 0, newVal, 0, val.length);
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
AttributesImpl.java | 443 System.arraycopy(data, (index+1)*5, data, index*5, 590 System.arraycopy(data, 0, newData, 0, length*5);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
PushReceiver.java | 113 System.arraycopy(contentLocation, 0, contentLocationWithId, 115 System.arraycopy(transactionId, 0, contentLocationWithId,
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
UnicodeEscaper.java | 203 System.arraycopy(escaped, 0, dest, destIndex, escaped.length); 426 System.arraycopy(dest, 0, copy, 0, index);
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
UnicodeEscaper.java | 203 System.arraycopy(escaped, 0, dest, destIndex, escaped.length); 426 System.arraycopy(dest, 0, copy, 0, index);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/ |
UiViewElementNode.java | 121 System.arraycopy(direct_attrs, 0, 124 System.arraycopy(layout_attrs, 0,
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeComposer.java | 251 System.arraycopy(exceptionTable, 0, newExceptionTable, 0, exceptionTableLength); 360 System.arraycopy(code, 0, codeAttribute.code, 0, codeLength); 375 System.arraycopy(exceptionTable, 0, codeAttribute.exceptionTable, 0, exceptionTableLength); 613 System.arraycopy(code, 0, newCode, 0, codeLength); 617 System.arraycopy(oldInstructionOffsets, 0, newOldInstructionOffsets, 0, codeLength);
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduComposer.java | 187 protected void arraycopy(byte[] buf, int pos, int length) { method in class:PduComposer 295 arraycopy(text, 0, text.length); method 436 arraycopy(text, 0, text.length); method 985 arraycopy(partData, 0, partData.length); method [all...] |
/frameworks/base/core/java/android/net/ |
NetworkStatsHistory.java | 418 System.arraycopy(bucketStart, index, bucketStart, dstPos, length); 419 if (activeTime != null) System.arraycopy(activeTime, index, activeTime, dstPos, length); 420 if (rxBytes != null) System.arraycopy(rxBytes, index, rxBytes, dstPos, length); 421 if (rxPackets != null) System.arraycopy(rxPackets, index, rxPackets, dstPos, length); 422 if (txBytes != null) System.arraycopy(txBytes, index, txBytes, dstPos, length); 423 if (txPackets != null) System.arraycopy(txPackets, index, txPackets, dstPos, length); 424 if (operations != null) System.arraycopy(operations, index, operations, dstPos, length);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ViewDragHelper.java | 808 System.arraycopy(mInitialMotionX, 0, imx, 0, mInitialMotionX.length); 809 System.arraycopy(mInitialMotionY, 0, imy, 0, mInitialMotionY.length); 810 System.arraycopy(mLastMotionX, 0, lmx, 0, mLastMotionX.length); 811 System.arraycopy(mLastMotionY, 0, lmy, 0, mLastMotionY.length); 812 System.arraycopy(mInitialEdgesTouched, 0, iit, 0, mInitialEdgesTouched.length); 813 System.arraycopy(mEdgeDragsInProgress, 0, edip, 0, mEdgeDragsInProgress.length); 814 System.arraycopy(mEdgeDragsLocked, 0, edl, 0, mEdgeDragsLocked.length); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
SocketTest.java | [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 192 System.arraycopy(bits, 0, s.bits, 0, bits.length); 258 System.arraycopy(bits, 0, newbits, 0, bits.length); 410 System.arraycopy(bits, 0, newbits, 0, n);
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHTree.java | 382 System.arraycopy(pointData, p1, bihSwapTmp, 0, 9); 385 System.arraycopy(pointData, p2, pointData, p1, 9); 388 System.arraycopy(bihSwapTmp, 0, pointData, p2, 9);
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
LetterQuad.java | 394 System.arraycopy(colors, 0, colors, 4, 4);
395 System.arraycopy(colors, 0, colors, 8, 4);
396 System.arraycopy(colors, 0, colors, 12, 4);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyStream.java | 454 System.arraycopy(buffer, pos, b, offset, bytesToCopy); 465 System.arraycopy(buffer, pos, b, offset + copied, bytesToCopy); 649 System.arraycopy(bytes, offset, buffer, pos, bytesToCopy);
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
CodedOutputStreamMicro.java | 847 System.arraycopy(value, offset, buffer, position, length); 853 System.arraycopy(value, offset, buffer, position, bytesWritten); 864 System.arraycopy(value, offset, buffer, 0, length); [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InBandBytestreamSession.java | 321 System.arraycopy(buffer, bufferPointer, b, off, len);
677 System.arraycopy(b, off, buffer, bufferPointer, available);
683 System.arraycopy(b, off + available, buffer, bufferPointer, len - available);
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 515 System.arraycopy(widths, 0, mMaxWidths, 0, newLength); 525 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0, 527 System.arraycopy(widths, oldMaxWidths.length,
|