| /libcore/ojluni/src/main/java/java/nio/ | 
| HeapLongBuffer.java | 122         System.arraycopy(hb, ix(position()), dst, offset, length); 158         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());
 
 | 
| HeapShortBuffer.java | 121         System.arraycopy(hb, ix(position()), dst, offset, length); 157         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());
 
 | 
| /libcore/ojluni/src/main/java/javax/crypto/spec/ | 
| GCMParameterSpec.java | 128         System.arraycopy(src, offset, iv, 0, len); 
 | 
| /libcore/ojluni/src/main/java/sun/net/www/protocol/http/ | 
| BasicAuthentication.java | 76         System.arraycopy(nameBytes, 0, concat, 0, nameBytes.length); 77         System.arraycopy(passwdBytes, 0, concat, nameBytes.length,
 116         System.arraycopy(nameBytes, 0, concat, 0, nameBytes.length);
 117         System.arraycopy(passwdBytes, 0, concat, nameBytes.length,
 
 | 
| /libcore/support/src/test/java/tests/support/ | 
| Support_ASimpleInputStream.java | 44         System.arraycopy(input, 0, buf, 0, len); 
 | 
| Support_ASimpleOutputStream.java | 92         System.arraycopy(buf, 0, toReturn, 0, pos); 
 | 
| Support_ASimpleReader.java | 63             System.arraycopy(buf, pos, dest, offset, readable); 
 | 
| /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ | 
| NativeNfcTag.java | 465             System.arraycopy(mTechList, 0, mNewTechList, 0, mTechList.length); 470             System.arraycopy(mTechHandles, 0, mNewHandleList, 0, mTechHandles.length);
 475             System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, mTechLibNfcTypes.length);
 486                 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex);
 487                 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex,
 492                 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex);
 493                 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex,
 498                 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, techIndex);
 499                 System.arraycopy(mTechLibNfcTypes, techIndex + 1, mNewTypeList, techIndex,
 510                     System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex)
 [all...]
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/text/ | 
| UnicodeDecompressor.java | 139         System.arraycopy(temp, 0, result, 0, charCount); 198         System.arraycopy(byteBuffer, byteBufferStart,
 272                 System.arraycopy(byteBuffer, bytePos,
 324             System.arraycopy(byteBuffer, bytePos,
 350             System.arraycopy(byteBuffer, bytePos,
 381             System.arraycopy(byteBuffer, bytePos,
 400             System.arraycopy(byteBuffer, bytePos,
 436             System.arraycopy(byteBuffer, bytePos,
 457             System.arraycopy(byteBuffer, bytePos,
 488             System.arraycopy(byteBuffer, bytePos
 [all...]
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ | 
| UnicodeDecompressor.java | 141         System.arraycopy(temp, 0, result, 0, charCount); 201         System.arraycopy(byteBuffer, byteBufferStart,
 275                 System.arraycopy(byteBuffer, bytePos,
 327             System.arraycopy(byteBuffer, bytePos,
 353             System.arraycopy(byteBuffer, bytePos,
 384             System.arraycopy(byteBuffer, bytePos,
 403             System.arraycopy(byteBuffer, bytePos,
 439             System.arraycopy(byteBuffer, bytePos,
 460             System.arraycopy(byteBuffer, bytePos,
 491             System.arraycopy(byteBuffer, bytePos
 [all...]
 | 
| /frameworks/base/core/java/com/android/internal/util/ | 
| ArrayUtils.java | 269             System.arraycopy(array, 0, result, 0, end); 292                     System.arraycopy(array, 0, result, 0, i);
 293                     System.arraycopy(array, i + 1, result, i, length - i - 1);
 316         System.arraycopy(cur, 0, ret, 0, N);
 333                     System.arraycopy(cur, 0, ret, 0, i);
 336                     System.arraycopy(cur, i + 1, ret, i, N - i - 1);
 356                     System.arraycopy(cur, 0, ret, 0, i);
 359                     System.arraycopy(cur, i + 1, ret, i, N - i - 1);
 382         System.arraycopy(cur, 0, ret, 0, N);
 399                     System.arraycopy(cur, 0, ret, 0, i)
 [all...]
 | 
| /packages/apps/TV/usbtuner/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ | 
| UnicodeDecompressor.java | 141         System.arraycopy(temp, 0, result, 0, charCount); 201         System.arraycopy(byteBuffer, byteBufferStart,
 275                 System.arraycopy(byteBuffer, bytePos,
 327             System.arraycopy(byteBuffer, bytePos,
 353             System.arraycopy(byteBuffer, bytePos,
 384             System.arraycopy(byteBuffer, bytePos,
 403             System.arraycopy(byteBuffer, bytePos,
 439             System.arraycopy(byteBuffer, bytePos,
 460             System.arraycopy(byteBuffer, bytePos,
 491             System.arraycopy(byteBuffer, bytePos
 [all...]
 | 
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ | 
| SoundGenerator.java | 25     System.arraycopy(Common.PREFIX_FOR_PLAYER, 0, sample, 32       System.arraycopy(pip, 0, sample,
 
 | 
| /dalvik/dx/src/com/android/dx/command/ | 
| Main.java | 185         System.arraycopy(orig, 0, newa, 0, n); 186         System.arraycopy(orig, n + 1, newa, n, len - n);
 
 | 
| /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/ | 
| MidiEventScheduler.java | 61             System.arraycopy(msg, offset, data, 0, count); 88             System.arraycopy(msg, offset, event.data, 0, count);
 
 | 
| /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/ | 
| MidiEventScheduler.java | 61             System.arraycopy(msg, offset, data, 0, count); 88             System.arraycopy(msg, offset, event.data, 0, count);
 
 | 
| /developers/samples/android/common/src/java/com/example/android/common/midi/ | 
| MidiEventScheduler.java | 61             System.arraycopy(msg, offset, data, 0, count); 88             System.arraycopy(msg, offset, event.data, 0, count);
 
 | 
| /development/samples/browseable/MidiScope/src/com.example.android.common.midi/ | 
| MidiEventScheduler.java | 61             System.arraycopy(msg, offset, data, 0, count); 88             System.arraycopy(msg, offset, event.data, 0, count);
 
 | 
| /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ | 
| MidiEventScheduler.java | 61             System.arraycopy(msg, offset, data, 0, count); 88             System.arraycopy(msg, offset, event.data, 0, count);
 
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/util/ | 
| ResizableDoubleArray.java | 185             System.arraycopy(initialArray, 0, this.internalArray, 0, initialArray.length); 314         System.arraycopy(internalArray, startIndex, tempArray, 0, numElements);
 315         System.arraycopy(values, 0, tempArray, numElements, values.length);
 429         System.arraycopy(internalArray, startIndex, tempArray, 0, numElements);
 533         System.arraycopy(internalArray, 0, tempArray, 0, internalArray.length);
 545         System.arraycopy(internalArray, 0, tempArray, 0, internalArray.length);
 596         System.arraycopy( internalArray, startIndex, elementArray, 0,
 [all...]
 | 
| /external/apache-xml/src/main/java/org/apache/xml/utils/ | 
| StringVector.java | 103       System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1); 183       System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ | 
| DERBitString.java | 123         System.arraycopy(string, 0, bytes, 1, bytes.length - 1); 140             System.arraycopy(bytes, 1, data, 0, bytes.length - 1);
 
 | 
| DLBitString.java | 123         System.arraycopy(string, 0, bytes, 1, bytes.length - 1); 140             System.arraycopy(bytes, 1, data, 0, bytes.length - 1);
 
 | 
| /external/emma/core/java12/com/vladium/util/ | 
| IntVector.java | 55                 System.arraycopy (m_values, 0, result, 0, size); 135                 System.arraycopy (m_values, 0, values, 0, capacity);
 
 | 
| /external/guava/guava/src/com/google/common/escape/ | 
| CharEscaper.java | 120         System.arraycopy(r, 0, dest, destIndex, rlen); 165       System.arraycopy(dest, 0, copy, 0, index);
 
 |