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

<<31323334353637383940>>

  /external/proguard/src/proguard/optimize/
ChangedCodePrinter.java 296 System.arraycopy(code, 0, oldCode, 0, codeAttribute.u4codeLength);
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java     [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LiteralByteStringTest.java 446 System.arraycopy(referenceBytes, 0, mungedBytes, 0, referenceBytes.length);
ParserTest.java 117 System.arraycopy(data, 0, result, offset, data.length);
  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 678 System.arraycopy(buffer, bufferPos, bytes, 0, size);
688 System.arraycopy(buffer, bufferPos, bytes, 0, pos);
697 System.arraycopy(buffer, 0, bytes, pos, bufferSize);
703 System.arraycopy(buffer, 0, bytes, pos, size - pos);
753 System.arraycopy(buffer, originalBufferPos, bytes, 0, pos);
758 System.arraycopy(chunk, 0, bytes, pos, chunk.length);
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 236 System.arraycopy(buffer, bufferPos, result, 0, size);
572 System.arraycopy(buffer, start, copy, 0, length);
624 System.arraycopy(buffer, bufferPos, bytes, 0, size);
  /frameworks/base/core/java/android/content/
ClipData.java     [all...]
ContentProviderOperation.java 415 System.arraycopy(mSelectionArgs, 0, newArgs, 0, mSelectionArgs.length);
660 System.arraycopy(selectionArgs, 0, mSelectionArgs, 0, selectionArgs.length);
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 375 System.arraycopy(themeAttrsList, 0, mThemeAttrs, 0, listSize);
382 System.arraycopy(colorList, 0, mColors, 0, listSize);
383 System.arraycopy(stateSpecList, 0, mStateSpecs, 0, listSize);
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 423 System.arraycopy(bucketStart, index, bucketStart, dstPos, length);
424 if (activeTime != null) System.arraycopy(activeTime, index, activeTime, dstPos, length);
425 if (rxBytes != null) System.arraycopy(rxBytes, index, rxBytes, dstPos, length);
426 if (rxPackets != null) System.arraycopy(rxPackets, index, rxPackets, dstPos, length);
427 if (txBytes != null) System.arraycopy(txBytes, index, txBytes, dstPos, length);
428 if (txPackets != null) System.arraycopy(txPackets, index, txPackets, dstPos, length);
429 if (operations != null) System.arraycopy(operations, index, operations, dstPos, length);
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 358 System.arraycopy(uriBytes, 0, recordBytes, 1, uriBytes.length);
470 System.arraycopy(byteDomain, 0, b, 0, byteDomain.length);
472 System.arraycopy(byteType, 0, b, byteDomain.length + 1, byteType.length);
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 521 System.arraycopy(values, 0, mValues, 0, values.length);
  /frameworks/base/core/java/android/util/
ArrayMap.java 349 System.arraycopy(ohashes, 0, mHashes, 0, osize);
350 System.arraycopy(oarray, 0, mArray, 0, osize<<1);
507 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
508 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
517 System.arraycopy(mHashes, index, mHashes, index + 1, osize - index);
518 System.arraycopy(mArray, index << 1, mArray, (index + 1) << 1, (mSize - index) << 1);
608 System.arraycopy(array.mHashes, 0, mHashes, 0, N);
609 System.arraycopy(array.mArray, 0, mArray, 0, N<<1);
671 System.arraycopy(ohashes, 0, mHashes, 0, index);
672 System.arraycopy(oarray, 0, mArray, 0, index << 1)
    [all...]
JsonReader.java 735 System.arraycopy(buffer, pos, buffer, 0, limit);
    [all...]
  /frameworks/base/core/java/android/widget/
TableLayout.java 513 System.arraycopy(widths, 0, mMaxWidths, 0, newLength);
523 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0,
525 System.arraycopy(widths, oldMaxWidths.length,
  /frameworks/base/core/java/com/android/internal/app/procstats/
SparseMappingTable.java 101 System.arraycopy(theirLongs, getIndexFromKey(theirKey),
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 390 System.arraycopy(mUsageHistoryOfSubtypeListItemIndex, 0,
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 626 System.arraycopy(args, curArg, remainingArgs, 0, remainingArgs.length);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
GapWorker.java 122 System.arraycopy(oldArray, 0, mPrefetchArray, 0, oldArray.length);
  /frameworks/base/obex/javax/obex/
ObexHelper.java 215 System.arraycopy(headerArray, index, value, 0, length);
237 System.arraycopy(headerArray, index, headerImpl.mAuthChall, 0,
243 System.arraycopy(headerArray, index, headerImpl.mAuthResp, 0,
252 System.arraycopy(headerArray, index, body, 1, length);
315 System.arraycopy(headerArray, index, value, 0, 4);
322 System.arraycopy(value, 0, headerImpl.mConnectionID, 0, 4);
    [all...]
ServerOperation.java 256 System.arraycopy(requestHeader.mAuthResp, 0, replyHeader.mAuthResp, 0,
422 System.arraycopy(headerArray, start, sendHeader, 0, sendHeader.length);
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 617 System.arraycopy(mVtxData, 0, t, 0, mVtxData.length);
768 System.arraycopy(mIndexData, 0, t, 0, mIndexData.length);
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 336 System.arraycopy(key.allIntents, 0, allIntents, 0,
339 System.arraycopy(key.allResolvedTypes, 0, allResolvedTypes, 0,
  /frameworks/base/services/core/java/com/android/server/display/
PersistentDataStore.java 138 System.arraycopy(displays, 0, results, 0, count);
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 232 System.arraycopy(params, 0, body, 1, params.length);

Completed in 1298 milliseconds

<<31323334353637383940>>