HomeSort by relevance Sort by last modified time
    Searched full:arraycopy (Results 626 - 650 of 1181) sorted by null

<<21222324252627282930>>

  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 153 System.arraycopy(mSkipList, 0, temp, 0, mSkipListSize);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 233 System.arraycopy(buf, 0, code, 0, 8);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorderTabletUI.java 227 System.arraycopy(hsvo, 0, f, 0, 4);
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifData.java 233 System.arraycopy(buf, 0, code, 0, 8);
  /packages/apps/Mms/src/com/android/mms/exif/
ExifData.java 233 System.arraycopy(buf, 0, code, 0, 8);
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 142 System.arraycopy(mData, 0, data, 0, mData.length);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java     [all...]
  /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/guava/guava/src/com/google/common/primitives/
Chars.java 263 System.arraycopy(array, 0, result, pos, array.length);
346 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
576 System.arraycopy(array, start, result, 0, size);
Doubles.java 251 System.arraycopy(array, 0, result, pos, array.length);
285 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
522 System.arraycopy(array, start, result, 0, size);
Floats.java 248 System.arraycopy(array, 0, result, pos, array.length);
282 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
519 System.arraycopy(array, start, result, 0, size);
Ints.java 270 System.arraycopy(array, 0, result, pos, array.length);
355 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
583 System.arraycopy(array, start, result, 0, size);
Longs.java 240 System.arraycopy(array, 0, result, pos, array.length);
339 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
568 System.arraycopy(array, start, result, 0, size);
Shorts.java 268 System.arraycopy(array, 0, result, pos, array.length);
352 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
581 System.arraycopy(array, start, result, 0, size);
generate.sh 285 System.arraycopy(array, 0, result, pos, array.length);
368 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
596 System.arraycopy(array, start, result, 0, size);
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 261 System.arraycopy(array, 0, result, pos, array.length);
295 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
525 System.arraycopy(array, start, result, 0, size);
Ints.java 265 System.arraycopy(array, 0, result, pos, array.length);
299 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
527 System.arraycopy(array, start, result, 0, size);
Shorts.java 266 System.arraycopy(array, 0, result, pos, array.length);
300 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
529 System.arraycopy(array, start, result, 0, size);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 454 System.arraycopy(buffer, pos, b, offset, bytesToCopy);
465 System.arraycopy(buffer, pos, b, offset + copied, bytesToCopy);
649 System.arraycopy(bytes, offset, buffer, pos, bytesToCopy);
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 236 System.arraycopy(buffer, bufferPos, result, 0, size);
556 System.arraycopy(buffer, start, copy, 0, length);
608 System.arraycopy(buffer, bufferPos, bytes, 0, size);
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamSession.java 321 System.arraycopy(buffer, bufferPointer, b, off, len);
677 System.arraycopy(b, off, buffer, bufferPointer, available);
683 System.arraycopy(b, off + available, buffer, bufferPointer, len - available);
  /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/core/java/android/widget/
TableLayout.java 515 System.arraycopy(widths, 0, mMaxWidths, 0, newLength);
525 System.arraycopy(oldMaxWidths, 0, mMaxWidths, 0,
527 System.arraycopy(widths, oldMaxWidths.length,
  /frameworks/base/obex/javax/obex/
ServerOperation.java 203 System.arraycopy(requestHeader.mAuthResp, 0, replyHeader.mAuthResp, 0,
328 System.arraycopy(headerArray, start, sendHeader, 0, sendHeader.length);
489 System.arraycopy(requestHeader.mAuthResp, 0, replyHeader.mAuthResp, 0,
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 380 System.arraycopy(array, 0, newa, 0, N);
492 System.arraycopy(array, idx+1, array, idx, remain);
502 System.arraycopy(array, 0, newa, 0, LAST+1);

Completed in 1338 milliseconds

<<21222324252627282930>>