HomeSort by relevance Sort by last modified time
    Searched refs:arraycopy (Results 176 - 200 of 937) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/util/
UnsafeArrayList.java 39 System.arraycopy(array, 0, newArray, 0, size);
ArrayDeque.java 126 System.arraycopy(elements, p, a, 0, r);
127 System.arraycopy(elements, 0, a, r, p);
142 System.arraycopy(elements, head, a, 0, size());
145 System.arraycopy(elements, head, a, 0, headPortionLen);
146 System.arraycopy(elements, 0, a, headPortionLen, tail);
520 System.arraycopy(elements, h, elements, h + 1, front);
522 System.arraycopy(elements, 0, elements, 1, i);
524 System.arraycopy(elements, h, elements, h + 1, mask - h);
531 System.arraycopy(elements, i + 1, elements, i, back);
534 System.arraycopy(elements, i + 1, elements, i, mask - i)
    [all...]
Vector.java 188 System.arraycopy(elementData, location, elementData, location
310 System.arraycopy(elementData, 0, elements, 0, elementCount);
449 System.arraycopy(elementData, 0, newData, 0, elementCount);
467 System.arraycopy(elementData, 0, newData, 0, elementCount);
487 System.arraycopy(elementData, 0, newData, 0, elementCount);
583 System.arraycopy(elementData, location, elementData,
699 System.arraycopy(elementData, location + 1, elementData,
799 System.arraycopy(elementData, location + 1, elementData,
829 System.arraycopy(elementData, end, elementData, start,
973 System.arraycopy(elementData, 0, result, 0, elementCount)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Any.java 91 System.arraycopy(in.buffer, in.tagOffset, bytesEncoded, 0,
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 249 System.arraycopy (declared, 0, newFlags, 0, declared.length);
253 System.arraycopy (specified, 0, newFlags, 0, specified.length);
269 System.arraycopy (declared, index + 1, declared, index,
271 System.arraycopy (specified, index + 1, specified, index,
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MethodLogger.java 43 System.arraycopy(args, 0, argsCopy, 0, args.length);
  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 44 System.arraycopy(input, 0, buf, 0, len);
Support_ASimpleOutputStream.java 92 System.arraycopy(buf, 0, toReturn, 0, pos);
Support_ASimpleReader.java 63 System.arraycopy(buf, pos, dest, offset, readable);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 446 System.arraycopy(mTechList, 0, mNewTechList, 0, mTechList.length);
451 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, mTechHandles.length);
456 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, mTechLibNfcTypes.length);
467 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex);
468 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex,
473 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex);
474 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex,
479 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, techIndex);
480 System.arraycopy(mTechLibNfcTypes, techIndex + 1, mNewTypeList, techIndex,
491 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex)
    [all...]
  /dalvik/dx/src/com/android/dx/command/
Main.java 182 System.arraycopy(orig, 0, newa, 0, n);
183 System.arraycopy(orig, n + 1, newa, n, len - n);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringVector.java 103 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
183 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
SuballocatedIntVector.java 168 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
208 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
266 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
297 System.arraycopy(block, offset , block, offset+1, copylen);
361 System.arraycopy(block, offset+1, block, offset, copylen);
400 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
  /external/emma/core/java12/com/vladium/util/
IntVector.java 55 System.arraycopy (m_values, 0, result, 0, size);
135 System.arraycopy (m_values, 0, values, 0, capacity);
  /frameworks/base/graphics/java/android/renderscript/
Matrix2f.java 46 System.arraycopy(dataArray, 0, mMat, 0, mMat.length);
98 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
  /frameworks/base/media/java/android/media/
ResampleInputStream.java 93 System.arraycopy(mBuf, 0, bf, 0, mBufCount);
116 if (mBufCount > 0) System.arraycopy(mBuf, nFwd, mBuf, 0, mBufCount);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix2f.java 46 System.arraycopy(dataArray, 0, mMat, 0, mMat.length);
98 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
  /libcore/luni/src/main/java/java/security/
SignatureSpi.java 197 System.arraycopy(tmp, 0, outbuf, offset, tmp.length);
247 System.arraycopy(sigBytes, offset, tmp, 0, length);
  /libcore/luni/src/main/java/java/security/spec/
RSAMultiPrimePrivateCrtKeySpec.java 118 System.arraycopy(otherPrimeInfo, 0,
153 System.arraycopy(otherPrimeInfo, 0, ret, 0, ret.length);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterColor.java 66 System.arraycopy(p.mHSVO, 0, mHSVO, 0, 4);
105 System.arraycopy(parameterColor.mBasColors,0,mBasColors,0,mBasColors.length);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java 85 System.arraycopy(img, y1 * scSz, sln, 0, scSz);
86 System.arraycopy(img, y2 * scSz, img, y1 * scSz, scSz);
87 System.arraycopy(sln, 0, img, y2 * scSz, scSz);
98 System.arraycopy(img, y1 * scSz, sln, 0, scSz);
99 System.arraycopy(img, y2 * scSz, img, y1 * scSz, scSz);
100 System.arraycopy(sln, 0, img, y2 * scSz, scSz);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseArray.java 176 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
177 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
185 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i);
186 System.arraycopy(mValues, i, mValues, i + 1, mSize - i);
325 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
326 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
  /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,
  /frameworks/base/core/java/android/util/
LongSparseArray.java 212 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
213 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
221 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i);
222 System.arraycopy(mValues, i, mValues, i + 1, mSize - i);
364 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
365 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
SparseArray.java 225 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
226 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
234 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i);
235 System.arraycopy(mValues, i, mValues, i + 1, mSize - i);
379 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length);
380 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);

Completed in 920 milliseconds

1 2 3 4 5 6 78 91011>>