/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
ResultActivity.java | 115 System.arraycopy(columnNames, 0, names, 0, columnNames.length);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
ColorBrightnessView.java | 181 System.arraycopy(hsv, 0, mHSVO, 0, mHSVO.length);
|
ColorHueView.java | 204 System.arraycopy(hsv, 0, mHSVO, 0, mHSVO.length);
|
ColorOpacityView.java | 181 System.arraycopy(hsv, 0, mHSVO, 0, mHSVO.length);
|
ColorPickerDialog.java | 94 System.arraycopy(hsvo, 0, mHSVO, 0, mHSVO.length);
|
ColorRectView.java | 200 System.arraycopy(hsvo, 0, mHSVO, 0, mHSVO.length);
|
ColorSVRectView.java | 208 System.arraycopy(hsvo, 0, mHSVO, 0, mHSVO.length);
|
ColorSaturationView.java | 180 System.arraycopy(hsv, 0, mHSVO, 0, mHSVO.length);
|
ColorValueView.java | 158 System.arraycopy(hsvo, 0, mHSVO, 0, mHSVO.length);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ColorSpaceMatrix.java | 37 System.arraycopy(matrix.mMatrix, 0, mMatrix, 0, matrix.mMatrix.length);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsMessageSender.java | 63 System.arraycopy(dests, 0, mDests, 0, mNumberOfDests);
|
/packages/apps/Nfc/src/com/android/nfc/snep/ |
SnepMessage.java | 98 System.arraycopy(data, ndefOffset, bytes, 0, ndefLength);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatterySipper.java | 185 System.arraycopy(mPackages, 0, packageLabels, 0, mPackages.length);
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
EditableItem.java | 196 System.arraycopy(mAvailableValues, 0, integers, 0, integers.length);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
JUnitLaunchConfigDelegate.java | 123 System.arraycopy(classpath, 0, newClasspath, 0, classpath.length);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 410 System.arraycopy(ip, 0, temp, 0, ipLength); 411 System.arraycopy(subnetMask, 0, temp, ipLength, ipLength); 430 System.arraycopy(ipWithSubmask1, 0, ip1, 0, ipLength); 431 System.arraycopy(ipWithSubmask1, ipLength, subnetmask1, 0, ipLength); 435 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); 436 System.arraycopy(ipWithSubmask2, ipLength, subnetmask2, 0, ipLength); 619 System.arraycopy(constraint, ipLength, subnetMask, 0, ipLength); [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
ChannelManager.java | 453 System.arraycopy(buffer, pos, msg, 9, thislen); 821 System.arraycopy(msg, 13, c.stderrBuffer, c.stderrWritepos, len); 979 System.arraycopy(c.stdoutBuffer, c.stdoutReadpos, target, off, copylen); 984 System.arraycopy(c.stdoutBuffer, c.stdoutReadpos, c.stdoutBuffer, 0, c.stdoutWritepos 993 System.arraycopy(c.stderrBuffer, c.stderrReadpos, target, off, copylen); 998 System.arraycopy(c.stderrBuffer, c.stderrReadpos, c.stderrBuffer, 0, c.stderrWritepos 1094 System.arraycopy(msg, 9, c.stdoutBuffer, c.stdoutWritepos, len); [all...] |
/libcore/libart/src/main/java/java/lang/ |
String.java | 344 System.arraycopy(v, 0, value, 0, s); 367 System.arraycopy(cb.array(), 0, value, 0, count); 412 System.arraycopy(data, offset, value, 0, count); 611 System.arraycopy(value, offset, buffer, 0, count); 612 System.arraycopy(string.value, string.offset, buffer, count, string.count); [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
BidiTest.java | 874 System.arraycopy(init, 0, s, 0, s.length); 878 System.arraycopy(init, 0, s, 0, s.length); 882 System.arraycopy(init, 0, s, 0, s.length); 886 System.arraycopy(init, 0, s, 0, s.length); 890 System.arraycopy(init, 0, s, 0, s.length); [all...] |
/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...] |
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
CharsetEncoderTest.java | 70 System.arraycopy(replacement, 0, unibytesWithRep, 0, 72 System.arraycopy(unibytes, 0, unibytesWithRep, replacement.length, 609 System.arraycopy(surrogate, 0, temp, 0, surrogate.length); 610 System.arraycopy(expected, 0, temp, surrogate.length, 833 System.arraycopy(ba, 0, result, i * ba.length, ba.length); [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ArrayBlockingQueue.java | 535 System.arraycopy(items, takeIndex, a, 0, count); 537 System.arraycopy(items, takeIndex, a, 0, n); 538 System.arraycopy(items, 0, a, n, count - n); 594 System.arraycopy(items, takeIndex, a, 0, count); 596 System.arraycopy(items, takeIndex, a, 0, n); 597 System.arraycopy(items, 0, a, n, count - n); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelper.java | 87 System.arraycopy(entries, 0, newEntries, 0, n); 166 System.arraycopy(entries, 0, newEntries, 0, index); 169 System.arraycopy(entries, index + 1, newEntries, index, 658 System.arraycopy(natures, 0, newNatures, 1, natures.length); 687 System.arraycopy(natures, 0, newNatures, 0, i); 689 System.arraycopy(natures, i + 1, newNatures, i, natures.length - i - 1); [all...] |
/development/samples/Vault/src/com/example/android/vault/ |
VaultProvider.java | 195 System.arraycopy(mac.doFinal(BLOB_DATA), 0, rawDataKey, 0, rawDataKey.length); 196 System.arraycopy(mac.doFinal(BLOB_MAC), 0, rawMacKey, 0, rawMacKey.length);
|