| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
| BitSet.java | 192 System.arraycopy(bits, 0, s.bits, 0, bits.length); 258 System.arraycopy(bits, 0, newbits, 0, bits.length); 410 System.arraycopy(bits, 0, newbits, 0, n);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
| BaseAgreementSpi.java | 217 System.arraycopy(secret, ind, rv, 0, rv.length); 247 System.arraycopy(secret, 0, sharedSecret, offset, secret.length); 308 System.arraycopy(secret, 0, keyBytes, 0, keyBytes.length);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
| WNafUtil.java | 523 System.arraycopy(a, 0, result, 0, result.length); 530 System.arraycopy(a, 0, result, 0, result.length); 537 System.arraycopy(a, 0, result, 0, a.length);
|
| /external/guava/guava/src/com/google/common/primitives/ |
| Doubles.java | 265 System.arraycopy(array, 0, result, pos, array.length); 335 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length)); 574 System.arraycopy(array, start, result, 0, size);
|
| Ints.java | 281 System.arraycopy(array, 0, result, pos, array.length); 402 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length)); 632 System.arraycopy(array, start, result, 0, size);
|
| Longs.java | 248 System.arraycopy(array, 0, result, pos, array.length); 434 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length)); 665 System.arraycopy(array, start, result, 0, size);
|
| /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
| Ints.java | 280 System.arraycopy(array, 0, result, pos, array.length); 350 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length)); 580 System.arraycopy(array, start, result, 0, size);
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| DigitList.java | 82 System.arraycopy(digits, 0, newDigits, 0, digitsToCopy); 621 System.arraycopy(LONG_MIN_REP, 0, digits, 0, count); 639 System.arraycopy(digits, left, digits, 0, count); [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| DigitList.java | 81 System.arraycopy(digits, 0, newDigits, 0, digitsToCopy); 620 System.arraycopy(LONG_MIN_REP, 0, digits, 0, count); 638 System.arraycopy(digits, left, digits, 0, count); [all...] |
| /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
| FileDescriptor.java | 212 System.arraycopy(buffer, 0, newBuffer, 0, position);
227 System.arraycopy(buffer, 0, newBuffer, 0, position);
410 System.arraycopy(handles, 0, newHandles, 0, count);
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
| TypeUtils.java | 115 System.arraycopy(types, 0, copy, 0, types.length); 124 System.arraycopy(t1, 0, all, 0, t1.length); 125 System.arraycopy(t2, 0, all, t1.length, t2.length);
|
| /external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
| CodedOutputStreamMicro.java | 847 System.arraycopy(value, offset, buffer, position, length); 853 System.arraycopy(value, offset, buffer, position, bytesWritten); 864 System.arraycopy(value, offset, buffer, 0, length); [all...] |
| /frameworks/base/core/java/android/content/res/ |
| ColorStateList.java | 375 System.arraycopy(themeAttrsList, 0, mThemeAttrs, 0, listSize); 382 System.arraycopy(colorList, 0, mColors, 0, listSize); 383 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize);
|
| GradientColor.java | 374 System.arraycopy(themeAttrsList, 0, mItemsThemeAttrs, 0, listSize); 381 System.arraycopy(colorList, 0, mItemColors, 0, listSize); 382 System.arraycopy(offsetList, 0, mItemOffsets, 0, listSize);
|
| /frameworks/base/core/java/android/widget/ |
| TableLayout.java | 512 System.arraycopy(widths, 0, mMaxWidths, 0, newLength); 522 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0, 524 System.arraycopy(widths, oldMaxWidths.length,
|
| /frameworks/multidex/library/src/android/support/multidex/ |
| MultiDex.java | 336 System.arraycopy(original, 0, combined, 0, original.length); 337 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length); 441 System.arraycopy(dexElementsSuppressedExceptions, 0, combined,
|
| /libcore/ojluni/src/main/java/java/lang/ |
| ThreadGroup.java | 582 System.arraycopy(groups, 0, list, n, ng); 846 System.arraycopy(groups, i + 1, groups, i, ngroups - i); [all...] |
| /libcore/ojluni/src/main/java/java/nio/ |
| HeapByteBuffer.java | 125 System.arraycopy(hb, ix(position()), dst, offset, length); 161 System.arraycopy(src, offset, hb, ix(position()), length); 170 System.arraycopy(hb, ix(position()), hb, ix(0), remaining());
|
| /libcore/ojluni/src/main/java/sun/net/www/ |
| MessageHeader.java | 347 System.arraycopy(keys, 0, nk, 0, nkeys); 349 System.arraycopy(values, 0, nv, 0, nkeys); 480 System.arraycopy(s, 0, ns, 0, len);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
| ImageCurves.java | 360 System.arraycopy(result, 0, redHistogram, 0, 256); 361 System.arraycopy(result, 256, greenHistogram, 0, 256); 362 System.arraycopy(result, 512, blueHistogram, 0, 256);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
| VectorAverage.java | 40 System.arraycopy(data, 0, mData, 0, size);
|
| /cts/tests/tests/media/src/android/media/cts/ |
| MidiSoloTest.java | 59 System.arraycopy(msg, offset, data, byteCount, count);
|
| /cts/tests/tests/net/src/android/net/ipv6/cts/ |
| PingTest.java | 73 System.arraycopy(PING_HEADER, 0, packet, 0, PING_HEADER.length);
|
| /cts/tests/tests/security/src/android/security/cts/ |
| ClonedSecureRandomTest.java | 207 System.arraycopy(output, 0, outputs[pid], 0, output.length);
|
| /dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
| CstUtf8.java | 69 System.arraycopy(bytes, 0, result, 0, outAt);
|