| /packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/ |
| DialogSmsDisplayTests.java | 103 System.arraycopy(encodedString, 0, pdu, 6, encodedString.length); 107 System.arraycopy(encodedString, 1, pdu, 6, encodedString.length-1);
|
| /packages/apps/Contacts/src/com/android/contacts/widget/ |
| CompositeListAdapter.java | 74 System.arraycopy(mAdapters, 0, newAdapters, 0, mSize); 78 System.arraycopy(mCounts, 0, newCounts, 0, mSize); 82 System.arraycopy(mViewTypeCounts, 0, newViewTypeCounts, 0, mSize);
|
| /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
| ResultActivity.java | 115 System.arraycopy(columnNames, 0, names, 0, columnNames.length);
|
| /packages/apps/DeskClock/src/com/android/deskclock/settings/ |
| SimpleMenuPreference.java | 65 System.arraycopy(array, 1, array, 0, lastSelectedOriginalPosition); 71 System.arraycopy(array, 0, array, 1, position);
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
| RootCursorWrapper.java | 63 System.arraycopy(before, 0, mColumnNames, 0, before.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);
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| LevenshteinSuggestionFormatter.java | 121 System.arraycopy(tokens, 0, ret, 0, tokenCount);
|
| /packages/apps/Settings/src/com/android/settings/deviceinfo/ |
| FirmwareVersionPreferenceController.java | 89 System.arraycopy(mHits, 1, mHits, 0, mHits.length - 1);
|
| /packages/apps/TV/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| UnicodeDecompressor.java | 141 System.arraycopy(temp, 0, result, 0, charCount); 201 System.arraycopy(byteBuffer, byteBufferStart, 275 System.arraycopy(byteBuffer, bytePos, 327 System.arraycopy(byteBuffer, bytePos, 353 System.arraycopy(byteBuffer, bytePos, 384 System.arraycopy(byteBuffer, bytePos, 403 System.arraycopy(byteBuffer, bytePos, 439 System.arraycopy(byteBuffer, bytePos, 460 System.arraycopy(byteBuffer, bytePos, 491 System.arraycopy(byteBuffer, bytePos [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| SparseLongArray.java | 101 System.arraycopy(mKeys, index + 1, mKeys, index, mSize - (index + 1)); 102 System.arraycopy(mValues, index + 1, mValues, index, mSize - (index + 1)); 124 System.arraycopy(mKeys, i, mKeys, i + 1, mSize - i); 125 System.arraycopy(mValues, i, mValues, i + 1, mSize - i); 218 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.length); 219 System.arraycopy(mValues, 0, nvalues, 0, mValues.length);
|
| /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);
|
| /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
| ByteArrayOutputStream.java | 156 System.arraycopy(b, off + len - remaining, currentBuffer, inBufferPos, part); 279 System.arraycopy(buf, 0, newbuf, pos, c);
|
| /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
| ResizableIntArray.java | 114 System.arraycopy(ip.mArray, 0, mArray, 0, ip.mLength); 125 System.arraycopy(src.mArray, startPos, mArray, currentLength, length); 147 System.arraycopy(mArray, elementCount, mArray, 0, mLength - elementCount);
|
| /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
| IconEditor.java | 114 System.arraycopy(avail, 0, rt, 1, avail.length);
|
| /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,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| AndroidNature.java | 163 System.arraycopy(natures, 0, newNatures, 1, natures.length); 166 System.arraycopy(natures, 0, newNatures, 0, natures.length); 196 System.arraycopy(commands, 0, newCommands, 1, commands.length); 240 System.arraycopy(commands, 0, newCommands, 0, index); 248 System.arraycopy(commands, index, newCommands, index + 1, commands.length-index); 268 System.arraycopy(commands, 0, newCommands, 0, commands.length); 289 System.arraycopy(commands, 0, newCommands, 0, i); 290 System.arraycopy(commands, i + 1, newCommands, i, commands.length - i - 1);
|
| /tools/apksig/src/main/java/com/android/apksig/internal/util/ |
| ByteArrayDataSink.java | 51 // Must perform this check because System.arraycopy below doesn't perform it when 56 // Must perform this check because System.arraycopy below doesn't perform it when 66 System.arraycopy(buf, offset, mArray, mSize, length); 87 System.arraycopy(tmp, 0, mArray, mSize, chunkSize);
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| ByteArrayList.java | 118 System.arraycopy(mStorage, 0, newStorage, 0, mCurBytes); 130 System.arraycopy(mStorage, 0, contents, 0, mCurBytes); 176 System.arraycopy(src, srcOffset, mStorage, mCurBytes, length);
|
| /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
| VDUBuffer.java | 222 System.arraycopy(charArray[screenBase + l], c, charArray[screenBase + l], c + 1, width - c - 1); 223 System.arraycopy(charAttributes[screenBase + l], c, charAttributes[screenBase + l], c + 1, 242 System.arraycopy(charArray[screenBase + l], c + 1, charArray[screenBase + l], c, width - c 244 System.arraycopy(charAttributes[screenBase + l], c + 1, charAttributes[screenBase + l], c, 397 System.arraycopy(charArray, oldBase + l, cbuf, 0, bottom - l - (n - 1)); 398 System.arraycopy(charAttributes, oldBase + l, abuf, 0, bottom - l - (n - 1)); 399 System.arraycopy(cbuf, 0, charArray, oldBase + l + n, bottom - l - (n - 1)); 400 System.arraycopy(abuf, 0, charAttributes, oldBase + l + n, bottom - l - (n - 1)); 432 System.arraycopy(charArray, offset, cbuf, 0, oldBase - offset); 433 System.arraycopy(charAttributes, offset, abuf, 0, oldBase - offset) 450 .arraycopy(charArray, oldBase + top + n, cbuf, newScreenBase + top, l - top - (n - 1)); method [all...] |
| /libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
| TestCertUtils.java | 465 System.arraycopy(asubj, 0, data, 0, asubj.length); 468 .arraycopy(aissuer, 0, data, asubj.length + 1, method 623 System.arraycopy(data, 0, tmp, 0, data.length); 624 System.arraycopy(chunk, 0, tmp, data.length, len); 635 System.arraycopy(data, 0, subjNameData, 0, subjNameData.length); 637 System.arraycopy(data, pos + 1, issNameData, 0, issNameData.length);
|
| /art/test/201-built-in-except-detail-messages/src/ |
| Main.java | 137 System.arraycopy(src, 1, dst, 0, 5); 146 System.arraycopy(src, 0, dst, 0, 1); 154 System.arraycopy(src, 0, dst, 0, 1); 162 System.arraycopy(src, 0, dst, 0, 1); 170 System.arraycopy(src, 0, dst, 0, 1); 178 System.arraycopy(src, 0, dst, 0, 1); 187 System.arraycopy(new C(), 0, "hello", 0, 1);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
| WavAnalyzer.java | 118 System.arraycopy(dB, indexOf18500Hz, responseInRange, 0, responseInRange.length); 152 System.arraycopy(data, dataStartI - (s + 1) * noisePoints.length - 1, 192 System.arraycopy(data, pipExpectedStartI, pipPoints, 0, pipPoints.length); 229 System.arraycopy(data, 0, dataCut, 0, fftSize - zeroPad);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
| VectorAverage.java | 40 System.arraycopy(data, 0, mData, 0, size);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
| ItsUtils.java | 143 System.arraycopy(normalSizes, 0, allSizes, 0, 145 System.arraycopy(slowSizes, 0, allSizes, normalSizes.length, 269 System.arraycopy(rowData,0,data,offset,length);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/ |
| UsbAccessoryTestActivity.java | 187 System.arraycopy(origBufferMax, 0, oversizeBuffer, 0, MAX_BUFFER_SIZE); 188 System.arraycopy(origBufferMax, 0, oversizeBuffer, MAX_BUFFER_SIZE,
|