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

<<21222324252627282930>>

  /frameworks/base/core/java/android/os/
ShellCommand.java 291 System.arraycopy(mArgs, 1, newArgs, 0, mArgs.length-1);
VibrationEffect.java 256 System.arraycopy(timings, 0, mTimings, 0, timings.length);
258 System.arraycopy(amplitudes, 0, mAmplitudes, 0, amplitudes.length);
WorkSource.java 189 System.arraycopy(other.mUids, 0, mUids, 0, mNum);
195 System.arraycopy(other.mNames, 0, mNames, 0, mNum);
375 if (i1 < N1) System.arraycopy(uids1, i1+1, uids1, i1, N1-i1);
410 System.arraycopy(uids1, i1+1, uids1, i1, N1-i1);
411 System.arraycopy(names1, i1+1, names1, i1, N1-i1);
475 if (i1 > 0) System.arraycopy(uids1, 0, newuids, 0, i1);
476 if (i1 < N1) System.arraycopy(uids1, i1, newuids, i1+1, N1-i1);
480 if (i1 < N1) System.arraycopy(uids1, i1, uids1, i1+1, N1-i1);
506 System.arraycopy(uids1, i1, uids1, start, N1-i1);
589 System.arraycopy(mUids, i1, mUids, start, mNum-i1)
    [all...]
  /frameworks/base/core/java/android/os/health/
HealthKeys.java 211 System.arraycopy(mArray, 0, result, 0, mCount);
  /frameworks/base/core/java/android/preference/
MultiCheckPreference.java 175 System.arraycopy(values, 0, mSetValues, 0,
269 System.arraycopy(mOrigValues, 0, mSetValues, 0, mSetValues.length);
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 195 System.arraycopy(buffer, offset, bufferCopy, 0, length);
  /frameworks/base/core/java/android/text/
AutoText.java 269 System.arraycopy(mTrie, 0, copy, 0, mTrie.length);
  /frameworks/base/core/java/android/util/
AtomicFile.java 241 System.arraycopy(data, 0, newData, 0, pos);
Base64.java 172 System.arraycopy(decoder.output, 0, temp, 0, decoder.op);
  /frameworks/base/core/java/android/view/inputmethod/
CursorAnchorInfo.java 429 System.arraycopy(builder.mMatrixValues, 0, mMatrixValues, 0, 9);
  /frameworks/base/core/java/android/webkit/
URLUtil.java 134 System.arraycopy(tempData, 0, retData, 0, tempCount);
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 169 System.arraycopy(data, 0, newData, 0, pos);
WrapperInit.java 90 System.arraycopy(args, 2, runtimeArgs, 0, runtimeArgs.length);
162 System.arraycopy(argv, 2, removedArgs, 0, argv.length - 2);
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 308 System.arraycopy(array, 0, result, 0, end);
331 System.arraycopy(array, 0, result, 0, i);
332 System.arraycopy(array, i + 1, result, i, length - i - 1);
357 System.arraycopy(cur, 0, ret, 0, N);
382 System.arraycopy(cur, 0, ret, 0, i);
385 System.arraycopy(cur, i + 1, ret, i, N - i - 1);
405 System.arraycopy(cur, 0, ret, 0, i);
408 System.arraycopy(cur, i + 1, ret, i, N - i - 1);
431 System.arraycopy(cur, 0, ret, 0, N);
448 System.arraycopy(cur, 0, ret, 0, i)
    [all...]
CallbackRegistry.java 297 System.arraycopy(mRemainderRemoved, 0, newRemainders, 0, mRemainderRemoved.length);
FastPrintWriter.java 343 System.arraycopy(buf, i, mText, pos, length);
  /frameworks/base/core/tests/coretests/src/android/net/
IpPrefixTest.java 207 System.arraycopy(IPV4_BYTES, 0, ipv6bytes, 0, IPV4_BYTES.length);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 422 System.arraycopy(mDurations, 0, newDurations, 0, oldSize);
LevelListDrawable.java 229 System.arraycopy(mLows, 0, newInts, 0, oldSize);
232 System.arraycopy(mHighs, 0, newInts, 0, oldSize);
  /frameworks/base/media/java/android/media/
AmrInputStream.java 156 System.arraycopy(mBuf, mBufOut, b, offset, 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/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 209 System.arraycopy(buffer, 0, writeBuffer, 0, count);
  /frameworks/base/obex/javax/obex/
ApplicationParameter.java 147 System.arraycopy(mArray, 0, array_tmp, 0, mLength);
153 System.arraycopy(value, 0, mArray, mLength, len);
159 System.arraycopy(mArray, 0, para, 0, mLength);
HeaderSet.java 363 System.arraycopy(headerValue, 0, mTarget, 0, mTarget.length);
375 System.arraycopy(headerValue, 0, mHttpHeader, 0, mHttpHeader.length);
387 System.arraycopy(headerValue, 0, mWho, 0, mWho.length);
399 System.arraycopy(headerValue, 0, mObjectClass, 0, mObjectClass.length);
412 System.arraycopy(headerValue, 0, mAppParam, 0, mAppParam.length);
462 System.arraycopy(headerValue, 0, mSequenceUserDefined[headerID - 0x70],
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifData.java 233 System.arraycopy(buf, 0, code, 0, 8);

Completed in 1072 milliseconds

<<21222324252627282930>>