| /external/guice/core/src/com/google/inject/spi/ |
| ElementSource.java | 178 System.arraycopy( 181 System.arraycopy(moduleSource.getStackTrace(), 0, callStack, chunkSize, modulesCallStackSize);
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| TrieBuilder.java | 189 System.arraycopy(table.m_index_, 0, m_index_, 0, m_indexLength_); 193 System.arraycopy(table.m_map_, 0, m_map_, 0, m_map_.length);
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| TrieBuilder.java | 187 System.arraycopy(table.m_index_, 0, m_index_, 0, m_indexLength_); 191 System.arraycopy(table.m_map_, 0, m_map_, 0, m_map_.length);
|
| /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/ |
| ReadWriteCharArrayBuffer.java | 54 System.arraycopy(backingArray, position + offset, backingArray, offset, remaining()); 105 System.arraycopy(src, off, backingArray, offset + position, len);
|
| ReadWriteDoubleArrayBuffer.java | 55 System.arraycopy(backingArray, position + offset, backingArray, offset, remaining()); 106 System.arraycopy(src, off, backingArray, offset + position, len);
|
| ReadWriteIntArrayBuffer.java | 54 System.arraycopy(backingArray, position + offset, backingArray, offset, remaining()); 105 System.arraycopy(src, off, backingArray, offset + position, len);
|
| ReadWriteLongArrayBuffer.java | 54 System.arraycopy(backingArray, position + offset, backingArray, offset, remaining()); 105 System.arraycopy(src, off, backingArray, offset + position, len);
|
| ReadWriteShortArrayBuffer.java | 55 System.arraycopy(backingArray, position + offset, backingArray, offset, remaining()); 106 System.arraycopy(src, off, backingArray, offset + position, len);
|
| /external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
| BooleanArray.java | 58 System.arraycopy(array.items, 0, items, 0, size);
74 System.arraycopy(array, startIndex, items, 0, count);
101 System.arraycopy(array, offset, items, size, length);
120 System.arraycopy(items, index, items, index + 1, size - index);
143 System.arraycopy(items, index + 1, items, index, size - index);
156 System.arraycopy(items, start + count, items, start, size - (start + count));
232 System.arraycopy(items, 0, newItems, 0, Math.min(size, newItems.length));
271 System.arraycopy(items, 0, array, 0, size);
|
| ByteArray.java | 56 System.arraycopy(array.items, 0, items, 0, size); 72 System.arraycopy(array, startIndex, items, 0, count); 99 System.arraycopy(array, offset, items, size, length); 128 System.arraycopy(items, index, items, index + 1, size - index); 184 System.arraycopy(items, index + 1, items, index, size - index); 197 System.arraycopy(items, start + count, items, start, size - (start + count)); 273 System.arraycopy(items, 0, newItems, 0, Math.min(size, newItems.length)); 316 System.arraycopy(items, 0, array, 0, size);
|
| CharArray.java | 56 System.arraycopy(array.items, 0, items, 0, size);
72 System.arraycopy(array, startIndex, items, 0, count);
99 System.arraycopy(array, offset, items, size, length);
128 System.arraycopy(items, index, items, index + 1, size - index);
184 System.arraycopy(items, index + 1, items, index, size - index);
197 System.arraycopy(items, start + count, items, start, size - (start + count));
273 System.arraycopy(items, 0, newItems, 0, Math.min(size, newItems.length));
316 System.arraycopy(items, 0, array, 0, size);
|
| IntArray.java | 56 System.arraycopy(array.items, 0, items, 0, size);
72 System.arraycopy(array, startIndex, items, 0, count);
99 System.arraycopy(array, offset, items, size, length);
128 System.arraycopy(items, index, items, index + 1, size - index);
184 System.arraycopy(items, index + 1, items, index, size - index);
197 System.arraycopy(items, start + count, items, start, size - (start + count));
273 System.arraycopy(items, 0, newItems, 0, Math.min(size, newItems.length));
316 System.arraycopy(items, 0, array, 0, size);
|
| LongArray.java | 56 System.arraycopy(array.items, 0, items, 0, size);
72 System.arraycopy(array, startIndex, items, 0, count);
99 System.arraycopy(array, offset, items, size, length);
128 System.arraycopy(items, index, items, index + 1, size - index);
184 System.arraycopy(items, index + 1, items, index, size - index);
197 System.arraycopy(items, start + count, items, start, size - (start + count));
273 System.arraycopy(items, 0, newItems, 0, Math.min(size, newItems.length));
316 System.arraycopy(items, 0, array, 0, size);
|
| ShortArray.java | 56 System.arraycopy(array.items, 0, items, 0, size);
72 System.arraycopy(array, startIndex, items, 0, count);
106 System.arraycopy(array, offset, items, size, length);
135 System.arraycopy(items, index, items, index + 1, size - index);
191 System.arraycopy(items, index + 1, items, index, size - index);
204 System.arraycopy(items, start + count, items, start, size - (start + count));
280 System.arraycopy(items, 0, newItems, 0, Math.min(size, newItems.length));
323 System.arraycopy(items, 0, array, 0, size);
|
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
| SimpleInputStream.java | 73 System.arraycopy(filterBuf, pos, buf, off, copySize); 84 System.arraycopy(filterBuf, pos, filterBuf, 0,
|
| /frameworks/base/core/java/com/android/internal/midi/ |
| MidiEventScheduler.java | 65 System.arraycopy(msg, offset, data, 0, count); 92 System.arraycopy(msg, offset, event.data, 0, count);
|
| /frameworks/base/media/java/android/media/ |
| ResampleInputStream.java | 91 System.arraycopy(mBuf, 0, bf, 0, mBufCount); 114 if (mBufCount > 0) System.arraycopy(mBuf, nFwd, mBuf, 0, mBufCount);
|
| /frameworks/base/media/java/android/media/midi/ |
| MidiDeviceStatus.java | 45 System.arraycopy(inputPortOpen, 0, mInputPortOpen, 0, inputPortOpen.length); 47 System.arraycopy(outputPortOpenCount, 0, mOutputPortOpenCount, 0,
|
| /frameworks/base/rs/java/android/renderscript/ |
| Matrix2f.java | 43 System.arraycopy(dataArray, 0, mMat, 0, mMat.length); 95 System.arraycopy(src.getArray(), 0, mMat, 0, mMat.length);
|
| /frameworks/support/compat/java/android/support/v4/util/ |
| CircularIntArray.java | 36 System.arraycopy(mElements, mHead, a, 0, r); 37 System.arraycopy(mElements, 0, a, r, mHead);
|
| /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);
|
| /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/apache-xml/src/main/java/org/apache/xml/utils/ |
| 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/robolectric/v1/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,
|