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

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/io/
BufferedReader.java 161 System.arraycopy(buf, 0, newbuf, 0, buf.length);
165 System.arraycopy(buf, mark, buf, 0, buf.length - mark);
300 System.arraycopy(buf, pos, buffer, offset, count);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java 280 System.arraycopy(hashes_idx, idx+1, hashes_idx, idx,
284 System.arraycopy(hashes_idx, new_idx, hashes_idx, new_idx+1,
301 System.arraycopy(hashes_idx, cache_size - index,
X509CRLImpl.java 146 System.arraycopy(encoding, 0, result, 0, encoding.length);
332 System.arraycopy(tbsCertListEncoding, 0,
346 System.arraycopy(signature, 0, result, 0, signature.length);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 795 System.arraycopy(buffer, bufferPos, bytes, 0, size);
805 System.arraycopy(buffer, bufferPos, bytes, 0, pos);
814 System.arraycopy(buffer, 0, bytes, pos, bufferSize);
820 System.arraycopy(buffer, 0, bytes, pos, size - pos);
868 System.arraycopy(buffer, originalBufferPos, bytes, 0, pos);
872 System.arraycopy(chunk, 0, bytes, pos, chunk.length);
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 740 System.arraycopy(buffer, bufferPos, bytes, 0, size);
750 System.arraycopy(buffer, bufferPos, bytes, 0, pos);
759 System.arraycopy(buffer, 0, bytes, pos, bufferSize);
765 System.arraycopy(buffer, 0, bytes, pos, size - pos);
813 System.arraycopy(buffer, originalBufferPos, bytes, 0, pos);
817 System.arraycopy(chunk, 0, bytes, pos, chunk.length);
  /frameworks/base/graphics/java/android/renderscript/
Element.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 179 System.arraycopy(data, 1, pdu, 0, size);
354 System.arraycopy(header, 0, userData, 1, header.length);
355 System.arraycopy(textPart, 0, userData, header.length + 1, textPart.length);
362 System.arraycopy(userData, 0, ret, 1, userData.length);
629 System.arraycopy(mPdu, offset, udh, 0, userDataHeaderLength);
659 System.arraycopy(mPdu, offset, mUserData, 0, mUserData.length);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 978 System.arraycopy(mElements, 0, e, 0, mCount);
979 System.arraycopy(mElementNames, 0, s, 0, mCount);
980 System.arraycopy(mArraySizes, 0, as, 0, mCount);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 256 System.arraycopy(temp, 16, mMatrixValues, 0, 16);
263 System.arraycopy(temp, 0, mMatrixValues, 0, 16);
777 System.arraycopy(mMatrixValues, 0, config.mMatrix, 0, 16);
815 System.arraycopy(mMatrix, 0, canvas.mMatrixValues, 0, 16);
835 System.arraycopy(mMatrixValues, 0, mTempMatrix, 0, 16);
839 System.arraycopy(mTempMatrix, 0, mMatrixValues, 0, 16);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 212 System.arraycopy(bytes, start, out, offset, size);
324 System.arraycopy(bytes, cursor + start, arr, offset, length);
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 68 System.arraycopy(stack, 0, result.stack, 0, stack.length);
69 System.arraycopy(local, 0, result.local, 0, local.length);
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 212 System.arraycopy(bytes, start, out, offset, size);
324 System.arraycopy(bytes, cursor + start, arr, offset, length);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 268 System.arraycopy(tempBuffer, 0, expandedBuffer, 0,
283 System.arraycopy(tempBuffer, 0, byteBuffer, 0, bufferOffset);
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 95 System.arraycopy(this.buffer, this.bufferpos, this.buffer, 0, len);
143 System.arraycopy(this.buffer, this.bufferpos, b, off, chunk);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 436 System.arraycopy(m_array, 0, newarray, 0, i);
516 System.arraycopy(m_array, 0, newarray, 0, i);
598 System.arraycopy(m_array, 0, newarray, 0, i);
664 System.arraycopy(chars, copyfrom, m_array[m_lastChunk], m_firstFree,
681 System.arraycopy(m_array, 0, newarray, 0, i);
759 System.arraycopy(value.m_array[sourcechunk], sourcecolumn,
763 System.arraycopy(value.m_array[sourcechunk + 1], 0,
781 System.arraycopy(m_array, 0, newarray, 0, i);
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceMotionAndOrientation.java 187 System.arraycopy(values, 0, mAccelerationIncludingGravityVector,
213 System.arraycopy(values, 0, mMagneticFieldVector, 0,
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java 212 System.arraycopy(bytes, start, out, offset, size);
324 System.arraycopy(bytes, cursor + start, arr, offset, length);
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 159 System.arraycopy (m_readbuf, 0, bytes, 0, m_readpos);
259 System.arraycopy (m_readbuf, 0, bytes, 0, m_readpos);
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 170 System.arraycopy (freeArgs, 1, m_appArgs, 1, freeArgs.length - 1);
230 System.arraycopy (m_appArgs, 1, appargs, 0, appargs.length);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
PEMDecoder.java 95 System.arraycopy(tmp, 0, key, key.length - keyLen, copy);
122 System.arraycopy(buff, 0, tmp, 0, buff.length - rfc_1423_padding);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
MD5.java 216 System.arraycopy(buff, pos, block, 64 - space, len);
226 System.arraycopy(buff, pos, block, 64 - space, space);
  /external/guava/guava/src/com/google/common/base/
Strings.java 175 System.arraycopy(array, 0, array, n, n);
177 System.arraycopy(array, 0, array, n, size - n);
  /external/javassist/src/main/javassist/
ClassPoolTail.java 400 System.arraycopy(bufs[j], 0, result, s, s + 4096);
404 System.arraycopy(bufs[i], 0, result, s, size);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 313 System.arraycopy(sav, 0, transCopy, 0, sav.length);
323 System.arraycopy(sav, 0, rotCopy, 0, sav.length);
  /external/proguard/src/proguard/evaluation/
Stack.java 106 System.arraycopy(other.values, 0, this.values, 0, other.currentSize);
240 System.arraycopy(values, currentSize - index,

Completed in 1224 milliseconds

<<11121314151617181920>>