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

<<31323334353637383940>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java 155 System.arraycopy(entry.iv, 0, ivFull, ivSize - entry.iv.length, entry.iv.length);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 219 System.arraycopy(msgBuffer, i, body, 0, bodyLength);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Hpack.java 180 System.arraycopy(dynamicTable, nextHeaderIndex + 1, dynamicTable,
303 System.arraycopy(dynamicTable, 0, doubled, dynamicTable.length, dynamicTable.length);
  /external/proguard/src/proguard/classfile/
LibraryClass.java 166 System.arraycopy(subClasses, 0, temp, 0, subClasses.length);
ProgramClass.java 220 System.arraycopy(subClasses, 0, temp, 0, subClasses.length);
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 564 System.arraycopy(variables, variablesCount - additionalVariablesCount,
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 484 System.arraycopy(array, 0, newArray, 0, length);
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java 326 System.arraycopy(lineSeparator, 0, this.lineSeparator, 0, lineSeparator.length);
376 System.arraycopy(buffer, 0, b, 0, buffer.length);
397 System.arraycopy(buffer, readPos, b, bPos, len);
425 // special circumstances, saving on some System.arraycopy().
484 System.arraycopy(lineSeparator, 0, buffer, pos, lineSeparator.length);
505 System.arraycopy(lineSeparator, 0, buffer, pos, lineSeparator.length);
    [all...]
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 458 System.arraycopy(theOutputBuffer, 0, newOutputBuffer, 0, theSize+1);
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Tween.java 536 System.arraycopy(targetValues, 0, this.targetValues, 0, targetValues.length);
700 System.arraycopy(targetValues, 0, waypoints, waypointsCnt*targetValues.length, targetValues.length);
  /frameworks/base/core/java/android/content/res/
GradientColor.java 374 System.arraycopy(themeAttrsList, 0, mItemsThemeAttrs, 0, listSize);
381 System.arraycopy(colorList, 0, mItemColors, 0, listSize);
382 System.arraycopy(offsetList, 0, mItemOffsets, 0, listSize);
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 181 System.arraycopy(buffer, offset, bufferCopy, 0, length);
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 85 System.arraycopy(src.mSpans, 0, mSpans, 0, src.mSpans.length);
86 System.arraycopy(src.mSpanData, 0, mSpanData, 0, mSpanData.length);
208 System.arraycopy(mSpans, 0, newtags, 0, mSpanCount);
209 System.arraycopy(mSpanData, 0, newdata, 0, mSpanCount * 3);
237 System.arraycopy(spans, i + 1, spans, i, c);
238 System.arraycopy(data, (i + 1) * COLUMNS,
346 System.arraycopy(ret, j, ret, j + 1, count - j);
368 System.arraycopy(ret, 0, nret, 0, count);
  /frameworks/base/core/java/android/util/
ArraySet.java 315 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
316 System.arraycopy(oarray, 0, mArray, 0, mSize);
398 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
399 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
409 System.arraycopy(mHashes, index, mHashes, index + 1, mSize - index);
410 System.arraycopy(mArray, index, mArray, index + 1, mSize - index);
457 System.arraycopy(array.mHashes, 0, mHashes, 0, N);
458 System.arraycopy(array.mArray, 0, mArray, 0, N);
514 System.arraycopy(ohashes, 0, mHashes, 0, index);
515 System.arraycopy(oarray, 0, mArray, 0, index)
    [all...]
  /frameworks/base/core/java/android/util/jar/
StrictJarFile.java 197 System.arraycopy(chain, 0, certs, i, chain.length);
  /frameworks/base/core/java/com/android/internal/graphics/palette/
Target.java 144 System.arraycopy(from.mSaturationTargets, 0, mSaturationTargets, 0,
146 System.arraycopy(from.mLightnessTargets, 0, mLightnessTargets, 0,
148 System.arraycopy(from.mWeights, 0, mWeights, 0, mWeights.length);
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 422 System.arraycopy(args, curArg, startArgs, 0, startArgs.length);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 115 System.arraycopy(buf, i, mText, pos, length);
  /frameworks/base/graphics/java/android/graphics/
Color.java 594 System.arraycopy(mComponents, 0, components, 0, mComponents.length);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 374 System.arraycopy(mStateSets, 0, newStateSets, 0, oldSize);
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreCipherSpiBase.java 383 System.arraycopy(outputCopy, 0, output, outputOffset, outputCopy.length);
540 System.arraycopy(outputCopy, 0, output, outputOffset, outputCopy.length);
    [all...]
  /frameworks/base/media/java/android/media/midi/
MidiDeviceServer.java 446 System.arraycopy(mOutputPortDispatchers, 0, receivers, 0, mOutputPortCount);
  /frameworks/base/obex/javax/obex/
ClientOperation.java 138 System.arraycopy((header).mAuthChall, 0, mRequestHeader.mAuthChall, 0,
144 System.arraycopy((header).mAuthResp, 0, mRequestHeader.mAuthResp, 0,
151 System.arraycopy((header).mConnectionID, 0, mRequestHeader.mConnectionID, 0,
488 System.arraycopy(headerArray, start, sendHeader, 0, sendHeader.length);
ClientSession.java 114 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16);
137 System.arraycopy(head, 0, requestPacket, 4, head.length);
182 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16);
188 System.arraycopy(mConnectionId, 0, head.mConnectionID, 0, 4);
237 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16);
242 System.arraycopy(mConnectionId, 0, header.mConnectionID, 0, 4);
254 System.arraycopy(mConnectionId, 0, head, 1, 4);
302 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16);
310 System.arraycopy(mConnectionId, 0, head.mConnectionID, 0, 4);
348 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16)
    [all...]
ServerSession.java 276 System.arraycopy(header, 0, data, 3, header.length);
350 System.arraycopy(request.mAuthResp, 0, reply.mAuthResp, 0,
376 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
405 System.arraycopy(head, 0, replyData, 3, head.length);
510 System.arraycopy(head, 0, replyData, 3, head.length);
608 System.arraycopy(request.mAuthResp, 0, reply.mAuthResp, 0,
620 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
674 System.arraycopy(head, 0, sendData, 7, head.length);

Completed in 1810 milliseconds

<<31323334353637383940>>