HomeSort by relevance Sort by last modified time
    Searched defs:arraycopy (Results 426 - 450 of 1254) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 443 System.arraycopy(data, (index+1)*5, data, index*5,
590 System.arraycopy(data, 0, newData, 0, length*5);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 111 System.arraycopy(bytes, 0, packet.getData(), 0, bytes.length);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 82 System.arraycopy(arr, 0, result, 1, arr.length);
  /libcore/ojluni/src/main/java/java/io/
BufferedInputStream.java 222 System.arraycopy(buffer, markpos, buffer, 0, sz);
236 System.arraycopy(buffer, 0, nbuf, 0, pos);
293 System.arraycopy(getBufIfOpen(), pos, b, off, cnt);
BufferedWriter.java 195 System.arraycopy(cbuf, b, cb, nextChar, d);
PipedInputStream.java 249 System.arraycopy(b, off, buffer, in, nextTransferAmount);
404 System.arraycopy(buffer, out, b, off + rlen, available);
  /libcore/ojluni/src/main/java/java/nio/
HeapCharBuffer.java 126 System.arraycopy(hb, ix(position()), dst, offset, length);
162 System.arraycopy(src, offset, hb, ix(position()), length);
179 System.arraycopy(sb.hb, sb.ix(sb.position()),
199 System.arraycopy(hb, ix(position()), hb, ix(0), remaining());
  /libcore/ojluni/src/main/java/java/util/
AbstractCollection.java 189 System.arraycopy(r, 0, a, 0, i);
  /libcore/ojluni/src/main/java/javax/crypto/
Mac.java 662 System.arraycopy(mac, 0, output, outOffset, macLen);
  /libcore/ojluni/src/main/java/sun/net/util/
IPAddressUtil.java 275 System.arraycopy(addr, 12, newAddr, 0, INADDR4SZ);
  /libcore/ojluni/src/main/java/sun/security/util/
BitArray.java 96 System.arraycopy(a, 0, repn, 0, repLength);
  /libcore/ojluni/src/main/java/sun/security/x509/
IPAddressName.java 173 System.arraycopy(host, 0, address, 0, 4);
174 System.arraycopy(mask, 0, address, 4, 4);
196 System.arraycopy(base, 0, address, 0, 16);
261 System.arraycopy(address, 0, host, 0, 4);
265 System.arraycopy(address, 4, mask, 0, 4);
272 System.arraycopy(address, 0, host, 0, 16);
KeyUsageExtension.java 97 System.arraycopy(bitString, 0, tmp, 0, bitString.length);
ReasonFlags.java 113 System.arraycopy(bitString, 0, tmp, 0, bitString.length);
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DoubleStreamTestDataProvider.java 59 System.arraycopy(to100, 0, twice, 0, to100.length);
60 System.arraycopy(to100, 0, twice, to100.length, to100.length);
IntStreamTestDataProvider.java 59 System.arraycopy(to100, 0, twice, 0, to100.length);
60 System.arraycopy(to100, 0, twice, to100.length, to100.length);
LongStreamTestDataProvider.java 59 System.arraycopy(to100, 0, twice, 0, to100.length);
60 System.arraycopy(to100, 0, twice, to100.length, to100.length);
StreamTestDataProvider.java 65 System.arraycopy(to100, 0, twice, 0, to100.length);
66 System.arraycopy(to100, 0, twice, to100.length, to100.length);
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DoubleStreamTestDataProvider.java 63 System.arraycopy(to100, 0, twice, 0, to100.length);
64 System.arraycopy(to100, 0, twice, to100.length, to100.length);
IntStreamTestDataProvider.java 62 System.arraycopy(to100, 0, twice, 0, to100.length);
63 System.arraycopy(to100, 0, twice, to100.length, to100.length);
LongStreamTestDataProvider.java 62 System.arraycopy(to100, 0, twice, 0, to100.length);
63 System.arraycopy(to100, 0, twice, to100.length, to100.length);
StreamTestDataProvider.java 70 System.arraycopy(to100, 0, twice, 0, to100.length);
71 System.arraycopy(to100, 0, twice, to100.length, to100.length);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvtFilterOnFoundOnLostInfo.java 118 System.arraycopy(mAdvPkt, 0, result, 0, mAdvPkt.length);
120 System.arraycopy(mScanRsp, 0, result, mAdvPkt.length, mScanRsp.length);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
ObexAppParameters.java 52 System.arraycopy(raw, i, val, 0, len);
86 System.arraycopy(entry.getValue(), 0, ret, idx, length);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
ObexAppParameters.java 52 System.arraycopy(raw, i, val, 0, len);
86 System.arraycopy(entry.getValue(), 0, ret, idx, length);

Completed in 1338 milliseconds

<<11121314151617181920>>