| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
| MipMapTextureData.java | 17 System.arraycopy(mipMapData, 0, mips, 0, mipMapData.length);
|
| /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
| Command.java | 125 System.arraycopy(array, 0, newArray, 0, array.length);
|
| /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
| Subroutine.java | 69 System.arraycopy(access, 0, result.access, 0, access.length);
|
| /external/proguard/src/proguard/classfile/visitor/ |
| MultiMemberVisitor.java | 71 System.arraycopy(memberVisitors, 0,
|
| /external/protobuf/java/src/main/java/com/google/protobuf/ |
| BoundedByteString.java | 121 System.arraycopy(bytes, getOffsetIntoBytes() + sourceOffset, target,
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowSignature.java | 27 System.arraycopy(mSignature, 0, bytes, 0, mSignature.length);
|
| /external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
| SortAndPruneComposites.java | 60 System.arraycopy(originalArray, 0, sortedArray, 0, originalArrrayLength);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
| GsmSmsAddress.java | 43 System.arraycopy(data, offset, origBytes, 0, length);
|
| SimTlv.java | 79 System.arraycopy(mRecord, mCurDataOffset, ret, 0, mCurDataLength);
|
| /frameworks/volley/src/main/java/com/android/volley/toolbox/ |
| PoolingByteArrayOutputStream.java | 77 System.arraycopy(buf, 0, newbuf, 0, count);
|
| /libcore/libart/src/main/java/java/lang/ |
| CaseMapper.java | 166 System.arraycopy(output, 0, newoutput, 0, output.length); 185 System.arraycopy(newString.toCharArray(), 0, output, 0, i); 187 System.arraycopy(s.toCharArray(), 0, output, 0, i); 191 System.arraycopy(output, 0, newoutput, 0, output.length);
|
| /libcore/ojluni/src/main/java/java/io/ |
| ByteArrayInputStream.java | 159 * by <code>System.arraycopy</code>. The 194 System.arraycopy(buf, pos, b, off, len);
|
| ByteArrayOutputStream.java | 141 System.arraycopy(b, off, buf, count, len);
|
| /libcore/ojluni/src/main/java/java/security/ |
| MessageDigestSpi.java | 182 System.arraycopy(digest, 0, buf, offset, digest.length);
|
| /libcore/ojluni/src/main/java/java/security/cert/ |
| PolicyQualifierInfo.java | 113 System.arraycopy(tmp, 0, mData, 0, tmp.length);
|
| /libcore/ojluni/src/main/java/java/util/jar/ |
| JarOutputStream.java | 100 System.arraycopy(edata, 0, tmp, 4, edata.length);
|
| /libcore/ojluni/src/main/java/javax/crypto/spec/ |
| RC2ParameterSpec.java | 101 System.arraycopy(iv, offset, this.iv, 0, blockSize);
|
| RC5ParameterSpec.java | 123 System.arraycopy(iv, offset, this.iv, 0, blockSize);
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| NativeThreadSet.java | 56 System.arraycopy(elts, 0, nelts, 0, on);
|
| /libcore/support/src/test/java/tests/support/ |
| Support_OutputStream.java | 95 System.arraycopy(buffer, 0, toReturn, 0, position);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| BytesBufferPool.java | 53 System.arraycopy(data, 0, newData, 0, data.length);
|
| /packages/apps/Nfc/tests/src/com/android/nfc/ |
| MockLlcpSocket.java | 66 System.arraycopy(arr, 0, receiveBuffer, 0, arr.length);
|
| /packages/apps/TV/usbtuner/src/com/android/usbtuner/ |
| UsbTunerDataSource.java | 193 System.arraycopy(dataBuffer, 0, mCircularBuffer, posInBuffer, 196 System.arraycopy(dataBuffer, bytesToCopyInFirstPass, mCircularBuffer, 0, 250 System.arraycopy(mCircularBuffer, posInBuffer, buffer, offset, bytesToCopyInFirstPass); 252 System.arraycopy(mCircularBuffer, 0, buffer, offset + bytesToCopyInFirstPass,
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| GestureTrailDrawingPoints.java | 234 System.arraycopy(eventTimes, startIndex, eventTimes, 0, newSize); 235 System.arraycopy(xCoords, startIndex, xCoords, 0, newSize); 236 System.arraycopy(yCoords, startIndex, yCoords, 0, newSize); 238 System.arraycopy(pointTypes, startIndex, pointTypes, 0, newSize);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
| ListValueCellEditor.java | 53 System.arraycopy(items, 0, mItems, 0, items.length);
|