HomeSort by relevance Sort by last modified time
    Searched full:arraycopy (Results 651 - 675 of 1189) sorted by null

<<21222324252627282930>>

  /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);
  /libcore/luni/src/main/java/java/util/
Arrays.java 131 System.arraycopy(a, 0, contents, 0, size);
    [all...]
BitSet.java 143 System.arraycopy(bits, 0, newBits, 0, longCount);
494 System.arraycopy(bs.bits, minSize, bits, minSize, maxSize - minSize);
510 System.arraycopy(bs.bits, minSize, bits, minSize, maxSize - minSize);
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 193 System.arraycopy(bytes, offset, copy, 0, size);
752 System.arraycopy(b, offset, buffer, bufferPos, length);
757 System.arraycopy(b, offset, buffer, bufferPos, copySize);
763 System.arraycopy(b, offset, buffer, 0 /* count */, length);
784 System.arraycopy(buffer, 0, result, 0, Math.min(buffer.length, length));
    [all...]
CodedOutputStream.java 918 System.arraycopy(value, offset, buffer, position, length);
924 System.arraycopy(value, offset, buffer, position, bytesWritten);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 784 System.arraycopy(mDistances, j, mDistances, j + nCodes,
786 System.arraycopy(allKeys, j, allKeys, j + nCodes,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 829 System.arraycopy(mDistances, j, mDistances, j + nCodes,
831 System.arraycopy(allKeys, j, allKeys, j + nCodes,
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 808 System.arraycopy(mInitialMotionX, 0, imx, 0, mInitialMotionX.length);
809 System.arraycopy(mInitialMotionY, 0, imy, 0, mInitialMotionY.length);
810 System.arraycopy(mLastMotionX, 0, lmx, 0, mLastMotionX.length);
811 System.arraycopy(mLastMotionY, 0, lmy, 0, mLastMotionY.length);
812 System.arraycopy(mInitialEdgesTouched, 0, iit, 0, mInitialEdgesTouched.length);
813 System.arraycopy(mEdgeDragsInProgress, 0, edip, 0, mEdgeDragsInProgress.length);
814 System.arraycopy(mEdgeDragsLocked, 0, edl, 0, mEdgeDragsLocked.length);
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 569 System.arraycopy(fullData, 1, result.data, 0, fullData.length - 1);
588 System.arraycopy(udhData, 0, uData.payload, 1, udhData.length);
603 System.arraycopy(udhData, 0, uData.payload, 1, udhData.length);
604 System.arraycopy(payload, 0, uData.payload, udhBytes, payload.length);
    [all...]
  /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/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 883 System.arraycopy(value, offset, buffer, position, length);
889 System.arraycopy(value, offset, buffer, position, bytesWritten);
900 System.arraycopy(value, offset, buffer, 0, length);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 847 System.arraycopy(value, offset, buffer, position, length);
853 System.arraycopy(value, offset, buffer, position, bytesWritten);
864 System.arraycopy(value, offset, buffer, 0, length);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 425 System.arraycopy(temp, MATRIX_SIZE, matrix, index, MATRIX_SIZE);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);
460 System.arraycopy(mMatrices, currentIndex, mMatrices, mCurrentMatrixIndex, MATRIX_SIZE);
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 349 System.arraycopy(currentAddresses, 0, finalAddresses, add.size(), currentLength);
360 if (old != null) System.arraycopy(old, 0, result, 0, oldLength);
361 System.arraycopy(add, 0, result, oldLength, add.length);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 425 System.arraycopy(temp, MATRIX_SIZE, matrix, index, MATRIX_SIZE);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);
460 System.arraycopy(mMatrices, currentIndex, mMatrices, mCurrentMatrixIndex, MATRIX_SIZE);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 425 System.arraycopy(temp, MATRIX_SIZE, matrix, index, MATRIX_SIZE);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);
460 System.arraycopy(mMatrices, currentIndex, mMatrices, mCurrentMatrixIndex, MATRIX_SIZE);
    [all...]

Completed in 1889 milliseconds

<<21222324252627282930>>