HomeSort by relevance Sort by last modified time
    Searched defs:arraycopy (Results 901 - 925 of 1254) sorted by null

<<31323334353637383940>>

  /frameworks/base/services/usage/java/com/android/server/usage/
AppIdleHistory.java 211 System.arraycopy(idleState.recent, diff, idleState.recent, 0,
  /frameworks/base/tests/net/java/android/net/dhcp/
DhcpPacketTest.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
SpotShadow.java 488 System.arraycopy(outline, 0, umbra, 0, polyLength);
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 265 System.arraycopy(oldFilters, 0, filters, 0, oldFilters.length);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 245 System.arraycopy(pdu, headerStartIndex, header, 0, header.length);
254 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length);
489 System.arraycopy(contentLocation, 0, contentLocationWithId,
491 System.arraycopy(transactionId, 0, contentLocationWithId,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 695 System.arraycopy(itemsIconId.recordNumbers, 0, recordNumbers,
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPart.java 142 System.arraycopy(data, 0, mPartData, 0, data.length);
156 System.arraycopy(mPartData, 0, byteArray, 0, mPartData.length);
213 System.arraycopy(contentId, 0, buffer, 1, contentId.length);
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
FieldPacker.java 921 System.arraycopy(mData, 0, newData, 0, mPos);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 274 System.arraycopy(data, 0, buffer, 0, header.length());
311 System.arraycopy(header, 0, section.data, 0, header.length);
350 System.arraycopy(
421 System.arraycopy(
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Filters.java 317 System.arraycopy(filter, 0, mIndices, 0, filter.length);
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
ViewMatrix.java 48 System.arraycopy(src.mLookPoint, 0, mLookPoint, 0, mLookPoint.length);
51 System.arraycopy(src.mEyePoint, 0, mEyePoint, 0, mEyePoint.length);
54 System.arraycopy(src.mUpVector, 0, mUpVector, 0, mUpVector.length);
59 System.arraycopy(src.mScreenDim, 0, mScreenDim, 0, mScreenDim.length);
62 System.arraycopy(src.mStartV, 0, mStartV, 0, mStartV.length);
65 System.arraycopy(src.mMoveToV, 0, mMoveToV, 0, mMoveToV.length);
73 System.arraycopy(src.mStartEyePoint, 0, mStartEyePoint, 0, mStartEyePoint.length);
80 System.arraycopy(src.mStartUpVector, 0, mStartUpVector, 0, mStartUpVector.length);
  /frameworks/support/compat/java/android/support/v4/app/
ShareCompat.java 284 System.arraycopy(currentAddresses, 0, finalAddresses, add.size(), currentLength);
295 if (old != null) System.arraycopy(old, 0, result, 0, oldLength);
296 System.arraycopy(add, 0, result, oldLength, add.length);
    [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridActivity.java 288 System.arraycopy(mItemLengths, index, removed, 0, length);
289 System.arraycopy(mItemLengths, index + length, mItemLengths, index,
320 System.arraycopy(mItemLengths, 0, array, 0, mNumItems);
323 System.arraycopy(mItemLengths, index, mItemLengths, index + length, mNumItems - index);
324 System.arraycopy(items, 0, mItemLengths, index, length);
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
SortedList.java 159 System.arraycopy(items, 0, copy, 0, items.length);
288 System.arraycopy(newData, newDataStart, mData, mMergedSize, itemCount);
298 System.arraycopy(mOldData, mOldDataStart, mData, mMergedSize, itemCount);
452 System.arraycopy(mData, index + 1, mData, index, mSize - index - 1);
650 System.arraycopy(mData, 0, newData, 0, index);
652 System.arraycopy(mData, index, newData, index + 1, mSize - index);
656 System.arraycopy(mData, index, mData, index + 1, mSize - index);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GapWorker.java 125 System.arraycopy(oldArray, 0, mPrefetchArray, 0, oldArray.length);
  /libcore/dalvik/src/main/java/dalvik/system/
EmulatedStackFrame.java 215 System.arraycopy(references, fromRange.referencesStart,
220 System.arraycopy(stackFrame, fromRange.stackFrameStart,
233 System.arraycopy(stackFrame, stackFrame.length - 4,
236 System.arraycopy(stackFrame, stackFrame.length - 8,
  /libcore/luni/src/test/java/libcore/io/
MemoryMappedFileTest.java 538 System.arraycopy(underlyingData, posBefore, expectedBytes, 1, byteCount);
  /libcore/ojluni/src/main/java/java/nio/
ByteBuffer.java 551 // System.arraycopy is intrinsified by art and therefore tiny bit faster than memmove
552 System.arraycopy(src.hb, src.position() + src.offset, hb, position() + offset, n);
    [all...]
DirectByteBuffer.java 297 System.arraycopy(hb, position + offset, hb, offset, remaining());
  /libcore/ojluni/src/main/java/java/security/
KeyStore.java 588 System.arraycopy(clonedChain, 0,
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ArrayDeque.java 160 System.arraycopy(elements, p, a, 0, r);
161 System.arraycopy(elements, 0, a, r, p);
536 System.arraycopy(elements, h, elements, h + 1, front);
538 System.arraycopy(elements, 0, elements, 1, i);
540 System.arraycopy(elements, h, elements, h + 1, mask - h);
547 System.arraycopy(elements, i + 1, elements, i, back);
550 System.arraycopy(elements, i + 1, elements, i, mask - i);
552 System.arraycopy(elements, 1, elements, 0, t);
772 System.arraycopy(elements, 0, a, elements.length - head, tail);
824 System.arraycopy(elements, head, a, 0, firstLeg)
    [all...]
Arrays.java     [all...]
BitSet.java 953 System.arraycopy(set.words, wordsInCommon,
    [all...]
PriorityQueue.java 471 System.arraycopy(queue, 0, a, 0, size);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 608 System.arraycopy(x, 0, a, 0, size);
    [all...]

Completed in 1087 milliseconds

<<31323334353637383940>>