HomeSort by relevance Sort by last modified time
    Searched refs:arraycopy (Results 501 - 525 of 1421) sorted by null

<<21222324252627282930>>

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
LZEncoder.java 162 System.arraycopy(presetDict, offset, buf, 0, copySize);
178 System.arraycopy(buf, moveOffset, buf, 0, moveSize);
200 System.arraycopy(in, off, buf, writePos, len);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
MulticastDelegate.java 41 System.arraycopy(targets, 0, copy.targets, 0, targets.length);
51 System.arraycopy(targets, 0, copy.targets, 0, i);
52 System.arraycopy(targets, i + 1, copy.targets, i, targets.length - i - 1);
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 389 System.arraycopy(uid, uid.length - 4, cmd, 2, 4);
392 System.arraycopy(key, 0, cmd, 6, 6);
452 System.arraycopy(data, 0, cmd, 2, data.length);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 70 System.arraycopy(oldBuffer, 0, mBuffer, 0, mOffset);
95 System.arraycopy(b, off, mBuffer, mOffset, len);
147 System.arraycopy(mBuffer, mPos, b, off, len);
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
OptimizingLineBreaker.java 145 System.arraycopy(lineBreaks.breaks, 0, breaks, 0, toCopy);
146 System.arraycopy(lineBreaks.widths, 0, widths, 0, toCopy);
147 System.arraycopy(lineBreaks.flags, 0, flags, 0, toCopy);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 148 System.arraycopy(pdu, 1, envelope, index, scAddressLength);
158 System.arraycopy(pdu, tpduIndex, envelope, index, tpduLength);
254 System.arraycopy(responseBytes, 0, smsAckPdu, index, responseBytes.length);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPart.java 142 System.arraycopy(data, 0, mPartData, 0, data.length);
156 System.arraycopy(mPartData, 0, byteArray, 0, mPartData.length);
213 System.arraycopy(contentId, 0, buffer, 1, contentId.length);
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
Target.java 126 System.arraycopy(from.mSaturationTargets, 0, mSaturationTargets, 0,
128 System.arraycopy(from.mLightnessTargets, 0, mLightnessTargets, 0,
130 System.arraycopy(from.mWeights, 0, mWeights, 0, mWeights.length);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 68 * java.lang.System#arraycopy(java.lang.Object, int,
72 // Test for method void java.lang.System.arraycopy(java.lang.Object,
81 System.arraycopy(a, 0, b, 0, a.length);
88 System.arraycopy(source1, 0, dest1, 0, dest1.length);
94 System.arraycopy(source, 0, dest, 0, dest.length);
  /libcore/ojluni/src/main/java/java/io/
BufferedReader.java 145 System.arraycopy(cb, markedChar, cb, 0, delta);
161 System.arraycopy(cb, markedChar, ncb, 0, delta);
237 System.arraycopy(cb, nextChar, cbuf, off, n);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorCompareView.java 106 System.arraycopy(mOrigHSVO, 0, mHSVO, 0, mOrigHSVO.length);
148 System.arraycopy(hsv, 0, mOrigHSVO, 0, mOrigHSVO.length);
156 System.arraycopy(hsv, 0, mHSVO, 0, mHSVO.length);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 65 System.arraycopy(result, 0, redHistogram, 0, 256);
66 System.arraycopy(result, 256, greenHistogram, 0, 256);
67 System.arraycopy(result, 512, blueHistogram, 0, 256);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduPart.java 142 System.arraycopy(data, 0, mPartData, 0, data.length);
156 System.arraycopy(mPartData, 0, byteArray, 0, mPartData.length);
213 System.arraycopy(contentId, 0, buffer, 1, contentId.length);
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 207 System.arraycopy(bytes, offset, copy, 0, size);
804 System.arraycopy(b, offset, buffer, bufferPos, length);
809 System.arraycopy(b, offset, buffer, bufferPos, copySize);
815 System.arraycopy(b, offset, buffer, 0 /* count */, length);
836 System.arraycopy(buffer, 0, result, 0, Math.min(buffer.length, length));
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
KnownBandsChannelHelperTest.java 159 System.arraycopy(CHANNELS_24_GHZ, 0, expectedChannels, 0, CHANNELS_24_GHZ.length);
160 System.arraycopy(CHANNELS_5_GHZ, 0, expectedChannels, CHANNELS_24_GHZ.length,
172 System.arraycopy(CHANNELS_24_GHZ, 0, expectedChannels, 0, CHANNELS_24_GHZ.length);
173 System.arraycopy(CHANNELS_5_GHZ, 0, expectedChannels, CHANNELS_24_GHZ.length,
175 System.arraycopy(CHANNELS_DFS, 0, expectedChannels,
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridActivity.java 269 System.arraycopy(mItemLengths, index, removed, 0, length);
270 System.arraycopy(mItemLengths, index + length, mItemLengths, index,
290 System.arraycopy(mItemLengths, 0, array, 0, mNumItems);
293 System.arraycopy(mItemLengths, index, mItemLengths, index + length, mNumItems - index);
294 System.arraycopy(items, 0, mItemLengths, index, length);
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 142 System.arraycopy( b5p, 0, t, 0, b5p.length );
377 System.arraycopy( digits, digitno, result, 0, ndigits );
430 System.arraycopy(digits, 0, result, 0, nDigits);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java 138 System.arraycopy(normalSizes, 0, allSizes, 0,
140 System.arraycopy(slowSizes, 0, allSizes, normalSizes.length,
258 System.arraycopy(rowData,0,data,offset,length);
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 130 System.arraycopy(data, 0, result, 0, cursor);
299 System.arraycopy(bytes, offset, data, writeAt, length);
546 System.arraycopy(data, 0, newData, 0, cursor);
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 142 System.arraycopy(data, 0, result, 0, cursor);
295 System.arraycopy(bytes, offset, data, writeAt, length);
542 System.arraycopy(data, 0, newData, 0, cursor);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 136 System.arraycopy(source.keys, 0, keys, 0, length);
138 System.arraycopy(source.values, 0, values, 0, length);
140 System.arraycopy(source.states, 0, states, 0, length);
OpenIntToFieldHashMap.java 148 System.arraycopy(source.keys, 0, keys, 0, length);
150 System.arraycopy(source.values, 0, values, 0, length);
152 System.arraycopy(source.states, 0, states, 0, length);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 539 System.arraycopy(charInfo.array_of_bits,0,copy.array_of_bits,0,max);
544 System.arraycopy(charInfo.shouldMapAttrChar_ASCII,0,copy.shouldMapAttrChar_ASCII,0,max);
547 System.arraycopy(charInfo.shouldMapTextChar_ASCII,0,copy.shouldMapTextChar_ASCII,0,max);
  /external/bison/data/
lalr1.java 237 System.arraycopy (stateStack, 0, newStateStack, 0, height);
241 System.arraycopy (locStack, 0, newLocStack, 0, height);
245 System.arraycopy (valueStack, 0, newValueStack, 0, height);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipherRSA.java 226 System.arraycopy(input, inputOffset, buffer, bufferOffset, inputLen);
253 System.arraycopy(buffer, 0, tmpBuf, buffer.length - bufferOffset, bufferOffset);
306 System.arraycopy(b, 0, output, outputOffset, b.length);

Completed in 2731 milliseconds

<<21222324252627282930>>