/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
JSystem.cs | 59 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) method in class:Antlr.Runtime.JavaExtensions.JSystem
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BEROctetString.java | 110 System.arraycopy(string, i, nStr, 0, nStr.length);
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
BoundedByteStringTest.java | 52 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
ShortArrayCodeOutput.java | 52 System.arraycopy(array, 0, result, 0, cursor);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/ |
SimpleDERReader.java | 60 System.arraycopy(buffer, pos, b, 0, len);
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableList.java | 124 arrayCopy(array, 0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12); 125 arrayCopy(array, paramCount, others); 142 private static void arrayCopy(Object[] dest, int pos, Object... source) { 143 System.arraycopy(source, 0, dest, pos, source.length);
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
SortUtil.java | 124 System.arraycopy(original, 0, sorted, 0, original.length); 132 System.arraycopy(original, 0, sorted, 0, original.length); 140 System.arraycopy(original, 0, sorted, 0, original.length); 148 System.arraycopy(original, 0, sorted, 0, original.length);
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
PrimitiveGroup.java | 102 System.arraycopy(indices,0,nind,0,numIndices);
|
/external/proguard/src/proguard/classfile/visitor/ |
MultiMemberVisitor.java | 71 System.arraycopy(memberVisitors, 0,
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5Utils.java | 66 System.arraycopy(header, 0, response, 0, header.length);
|
/frameworks/base/core/java/android/content/res/ |
ColorStateList.java | 239 System.arraycopy(colorList, 0, ncolor, 0, listSize); 242 System.arraycopy(stateSpecList, 0, nstate, 0, listSize); 255 System.arraycopy(colorList, 0, mColors, 0, listSize); 256 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize);
|
/frameworks/base/core/java/android/net/dhcp/ |
DhcpRequestPacket.java | 65 System.arraycopy(mClientMac, 0, clientId, 1, 6);
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 415 System.arraycopy(mBlockEndLines, 0, blockEndLines, 0, mNumberOfBlocks); 489 System.arraycopy(mBlockEndLines, 0, blockEndLines, 0, firstBlock); 490 System.arraycopy(mBlockIndices, 0, blockIndices, 0, firstBlock); 491 System.arraycopy(mBlockEndLines, lastBlock + 1, 493 System.arraycopy(mBlockIndices, lastBlock + 1, 498 System.arraycopy(mBlockEndLines, lastBlock + 1, 500 System.arraycopy(mBlockIndices, lastBlock + 1, 545 System.arraycopy(blockEndLines, 0, mBlockEndLines, 0, blockEndLines.length); 546 System.arraycopy(blockIndices, 0, mBlockIndices, 0, blockIndices.length);
|
/frameworks/base/drm/java/android/drm/ |
DrmOutputStream.java | 90 System.arraycopy(buffer, offset, exactBuffer, 0, count);
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
DashPathEffect_Delegate.java | 85 System.arraycopy(intervals, 0, mIntervals, 0, intervals.length);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SimTlv.java | 79 System.arraycopy(mRecord, mCurDataOffset, ret, 0, mCurDataLength);
|
/frameworks/volley/src/com/android/volley/toolbox/ |
PoolingByteArrayOutputStream.java | 77 System.arraycopy(buf, 0, newbuf, 0, count);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLEngineAppData.java | 66 // TODO: optimization work - use hasArray, array(), arraycopy
|
/libcore/luni/src/main/java/java/io/ |
BufferedInputStream.java | 157 System.arraycopy(localBuf, 0, newbuf, 0, localBuf.length); 162 System.arraycopy(localBuf, markpos, localBuf, 0, localBuf.length 265 System.arraycopy(localBuf, pos, buffer, byteOffset, copylength); 300 System.arraycopy(localBuf, pos, buffer, byteOffset, read);
|
/libcore/luni/src/main/java/java/util/ |
TimSort.java | 276 // Switch is just an optimization for arraycopy in default case 281 default: System.arraycopy(a, left, a, left + 1, n); 652 System.arraycopy(a, base1, tmp, 0, len1); 661 System.arraycopy(tmp, cursor1, a, dest, len1); 665 System.arraycopy(a, cursor2, a, dest, len2); 707 System.arraycopy(tmp, cursor1, a, dest, count1); 720 System.arraycopy(a, cursor2, a, dest, count2); 740 System.arraycopy(a, cursor2, a, dest, len2); 748 System.arraycopy(tmp, cursor1, a, dest, len1); 769 System.arraycopy(a, base2, tmp, 0, len2) [all...] |
/libcore/luni/src/main/java/libcore/io/ |
HeapBufferIterator.java | 51 System.arraycopy(buffer, offset + position, dst, dstOffset, byteCount);
|
/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/apache/harmony/security/provider/crypto/ |
SHA1withDSA_SignatureImpl.java | 268 System.arraycopy(rBytes, 0, signature, n, rBytes.length); 275 System.arraycopy(sBytes, 0, signature, n, sBytes.length); 350 System.arraycopy(sigBytes, offset + 4, bytes, 0, n1); 354 System.arraycopy(sigBytes, offset + 6 + n1, bytes, 0, n2);
|
/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_OutputStream.java | 95 System.arraycopy(buffer, 0, toReturn, 0, position);
|