| /libcore/luni/src/test/java/tests/security/cert/ |
| PolicyQualifierInfoTest.java | 194 System.arraycopy(encoding, 12, pqEncoding, 0, pqEncoding.length); 214 System.arraycopy(encoding, 12, pqEncoding, 0, pqEncoding.length);
|
| /libcore/ojluni/src/main/java/java/beans/ |
| ChangeListenerMap.java | 89 System.arraycopy(array, 0, clone, 0, size); 111 System.arraycopy(array, 0, clone, 0, i); 112 System.arraycopy(array, i + 1, clone, i, size - i);
|
| /libcore/ojluni/src/main/java/java/io/ |
| ByteArrayOutputStream.java | 154 System.arraycopy(b, off, buf, count, len);
|
| CharArrayWriter.java | 107 System.arraycopy(c, off, buf, count, len);
|
| PushbackInputStream.java | 180 System.arraycopy(buf, pos, b, off, avail); 235 System.arraycopy(b, off, buf, pos, len);
|
| PushbackReader.java | 122 System.arraycopy(buf, pos, cbuf, off, avail); 180 System.arraycopy(cbuf, off, buf, pos, len);
|
| /libcore/ojluni/src/main/java/java/lang/ |
| ProcessImpl.java | 50 System.arraycopy(bytes, 0, 78 System.arraycopy(arg, 0, argBlock, i, arg.length);
|
| /libcore/ojluni/src/main/java/java/nio/ |
| HeapDoubleBuffer.java | 121 System.arraycopy(hb, ix(position()), dst, offset, length); 157 System.arraycopy(src, offset, hb, ix(position()), length); 174 System.arraycopy(sb.hb, sb.ix(sb.position()), 194 System.arraycopy(hb, ix(position()), hb, ix(0), remaining());
|
| HeapFloatBuffer.java | 120 System.arraycopy(hb, ix(position()), dst, offset, length); 156 System.arraycopy(src, offset, hb, ix(position()), length); 173 System.arraycopy(sb.hb, sb.ix(sb.position()), 193 System.arraycopy(hb, ix(position()), hb, ix(0), remaining());
|
| HeapIntBuffer.java | 121 System.arraycopy(hb, ix(position()), dst, offset, length); 157 System.arraycopy(src, offset, hb, ix(position()), length); 174 System.arraycopy(sb.hb, sb.ix(sb.position()), 194 System.arraycopy(hb, ix(position()), hb, ix(0), remaining());
|
| HeapLongBuffer.java | 122 System.arraycopy(hb, ix(position()), dst, offset, length); 158 System.arraycopy(src, offset, hb, ix(position()), length); 175 System.arraycopy(sb.hb, sb.ix(sb.position()), 195 System.arraycopy(hb, ix(position()), hb, ix(0), remaining());
|
| HeapShortBuffer.java | 121 System.arraycopy(hb, ix(position()), dst, offset, length); 157 System.arraycopy(src, offset, hb, ix(position()), length); 174 System.arraycopy(sb.hb, sb.ix(sb.position()), 194 System.arraycopy(hb, ix(position()), hb, ix(0), remaining());
|
| /libcore/ojluni/src/main/java/java/nio/file/ |
| TempFileHelper.java | 113 System.arraycopy(attrs, 0, copy, 0, attrs.length);
|
| /libcore/ojluni/src/main/java/java/security/ |
| SignatureSpi.java | 237 System.arraycopy(sig, 0, outbuf, offset, sig.length); 278 System.arraycopy(sigBytes, offset, sigBytesCopy, 0, length);
|
| /libcore/ojluni/src/main/java/javax/crypto/ |
| CipherInputStream.java | 258 System.arraycopy(obuffer, ostart, b, off, available);
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| NativeThreadSet.java | 56 System.arraycopy(elts, 0, nelts, 0, on);
|
| /libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/ |
| TCKWeekFieldsSerialization.java | 112 System.arraycopy(good1, 0, val, 105, good1.length); 123 System.arraycopy(bad1, 0, val, 105, bad1.length); 134 System.arraycopy(bad2, 0, val, 105, bad2.length); 145 System.arraycopy(bad3, 0, val, 105 + 4, bad3.length);
|
| /libcore/support/src/test/java/tests/support/ |
| Support_OutputStream.java | 95 System.arraycopy(buffer, 0, toReturn, 0, position);
|
| /libcore/tzdata/shared2/src/main/libcore/tzdata/shared2/ |
| FileUtils.java | 174 System.arraycopy(max, 0, toReturn, 0, bytesRead);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| BytesBufferPool.java | 53 System.arraycopy(data, 0, newData, 0, data.length);
|
| /packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
| DrmConvertSession.java | 92 System.arraycopy(inBuffer, 0, buf, 0, size);
|
| /packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
| NdefPushProtocol.java | 60 System.arraycopy(actions, 0, mActions, 0, numMessages); 62 System.arraycopy(messages, 0, mMessages, 0, numMessages);
|
| /packages/apps/Nfc/tests/src/com/android/nfc/ |
| MockLlcpSocket.java | 66 System.arraycopy(arr, 0, receiveBuffer, 0, arr.length);
|
| /packages/apps/TV/src/com/android/tv/tuner/util/ |
| ByteArrayBuffer.java | 52 System.arraycopy(this.buffer, 0, newbuffer, 0, this.len); 71 System.arraycopy(b, off, this.buffer, this.len, len); 113 System.arraycopy(this.buffer, 0, b, 0, this.len);
|
| /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
| SimpleNode.java | 34 System.arraycopy(children, 0, c, 0, children.length);
|