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

1 2 3 4 56 7 8 91011>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketServiceRequest.java 29 System.arraycopy(payload, off, this.payload, 0, len);
PacketUserauthBanner.java 36 System.arraycopy(payload, off, this.payload, 0, len);
PacketUserauthFailure.java 31 System.arraycopy(payload, off, this.payload, 0, len);
PacketUserauthInfoRequest.java 30 System.arraycopy(payload, off, this.payload, 0, len);
PacketUserauthRequestNone.java 31 System.arraycopy(payload, off, this.payload, 0, len);
PacketUserauthRequestPassword.java 33 System.arraycopy(payload, off, this.payload, 0, len);
PacketUserauthRequestPublicKey.java 39 System.arraycopy(payload, off, this.payload, 0, len);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
DSASHA1Verify.java 75 System.arraycopy(r, r.length - r_copylen, a40, 20 - r_copylen, r_copylen);
76 System.arraycopy(s, s.length - s_copylen, a40, 40 - s_copylen, s_copylen);
113 System.arraycopy(rsArray, 0, tmp, 0, 20);
116 System.arraycopy(rsArray, 20, tmp, 0, 20);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Platform.java 32 // TODO: Fix System.arraycopy in GWT so that it isn't necessary.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSignature.java 27 System.arraycopy(mSignature, 0, bytes, 0, mSignature.length);
  /frameworks/base/core/java/android/util/
ArraySet.java 277 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
278 System.arraycopy(oarray, 0, mArray, 0, mSize);
349 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
350 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
359 System.arraycopy(mHashes, index, mHashes, index + 1, mSize - index);
360 System.arraycopy(mArray, index, mArray, index + 1, mSize - index);
378 System.arraycopy(array.mHashes, 0, mHashes, 0, N);
379 System.arraycopy(array.mArray, 0, mArray, 0, N);
435 System.arraycopy(ohashes, 0, mHashes, 0, index);
436 System.arraycopy(oarray, 0, mArray, 0, index)
    [all...]
  /frameworks/base/obex/javax/obex/
PrivateInputStream.java 122 System.arraycopy(mData, mIndex, b, offset1, currentDataLength);
134 System.arraycopy(mData, mIndex, b, offset1, remainReadLength);
152 System.arraycopy(mData, mIndex, temp, 0, mData.length - mIndex);
153 System.arraycopy(body, start, temp, mData.length - mIndex, body.length - start);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SortingCursorWrapper.java 209 System.arraycopy(position, left, position, left + 1, n);
210 System.arraycopy(value, left, value, left + 1, n);
254 System.arraycopy(position, left, position, left + 1, n);
255 System.arraycopy(value, left, value, left + 1, n);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
DalvikThreadSampler.java 45 System.arraycopy(mutableStackTraceElements[depth], 0,
  /libcore/luni/src/main/java/java/util/
UnsafeArrayList.java 39 System.arraycopy(array, 0, newArray, 0, size);
  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 44 System.arraycopy(input, 0, buf, 0, len);
Support_ASimpleReader.java 63 System.arraycopy(buf, pos, dest, offset, readable);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 446 System.arraycopy(mTechList, 0, mNewTechList, 0, mTechList.length);
451 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, mTechHandles.length);
456 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, mTechLibNfcTypes.length);
467 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex);
468 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex,
473 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex);
474 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex,
479 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, techIndex);
480 System.arraycopy(mTechLibNfcTypes, techIndex + 1, mNewTypeList, techIndex,
491 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex)
    [all...]
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 129 System.arraycopy(oldBytes, 0, mData, 0, avStart);
130 System.arraycopy(oldBytes, avStart + avLen + 1, mData, avStart,
182 System.arraycopy(oldBytes, 0, mData, 0, insertion);
184 System.arraycopy(oldBytes, insertion, mData, newLen - secondHalfLen, secondHalfLen);
186 System.arraycopy(keyBytes, 0, mData, insertion + 1, keyBytes.length);
189 System.arraycopy(value, 0, mData, insertion + keyBytes.length + 2, valLen);
233 System.arraycopy(mData, avStart + aLen + 2, value, 0, avLen - aLen - 1);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 95 System.arraycopy(this.m_map, 0, clone.m_map, 0, this.m_map.length);
132 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
166 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
260 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
376 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
383 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
412 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + nNodes);
417 System.arraycopy(nodes.m_map, 0, m_map, m_firstFree, nNodes);
478 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i);
506 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 152 System.arraycopy(nonce, 0, J0, 0, nonce.length);
242 System.arraycopy(S_at, 0, S_atPre, 0, BLOCK_SIZE);
255 System.arraycopy(S_atPre, 0, S, 0, BLOCK_SIZE);
302 System.arraycopy(bufBlock, BLOCK_SIZE, bufBlock, 0, macSize);
389 System.arraycopy(tag, 0, macBlock, 0, macSize);
394 System.arraycopy(macBlock, 0, out, outOff + bufOff, macSize);
401 System.arraycopy(bufBlock, extra, msgMac, 0, macSize);
455 System.arraycopy(tmp, 0, out, outOff, BLOCK_SIZE);
467 System.arraycopy(tmp, 0, out, outOff, len);
540 System.arraycopy(c, 0, block, 0, 16)
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
ConnectionStateTLS.java 115 System.arraycopy(serverRandom, 0, seed, 0, serverRandom.length);
116 System.arraycopy(clientRandom, 0, seed, serverRandom.length,
129 System.arraycopy(key_block, 0, client_mac_secret, 0, hash_size);
130 System.arraycopy(key_block, hash_size,
132 System.arraycopy(key_block, 2*hash_size, client_key, 0, key_size);
133 System.arraycopy(key_block, 2*hash_size+key_size,
140 System.arraycopy(clientRandom, 0,
142 System.arraycopy(serverRandom, 0,
242 System.arraycopy(fragment, offset, res, 0, len);
346 System.arraycopy(data, 0, content, 0, content.length)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 52 System.arraycopy(src, 0, mArray, 0, 20);
59 System.arraycopy(src.mArray, 0, mArray, 0, 20);
87 System.arraycopy(src.mArray, 0, mArray, 0, 20);
94 System.arraycopy(src, 0, mArray, 0, 20);
178 System.arraycopy(tmp, 0, mArray, 0, 20);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 101 System.arraycopy(allocArray, 0, allocArrayZero, 0, allocArray.length);
119 System.arraycopy(mIndividualTests, 0, combined, 0, mIndividualTests.length);
120 System.arraycopy(newTests, 0, combined, mIndividualTests.length, newTests.length);
130 System.arraycopy(mTestNames, 0, combinedNames, 0, mTestNames.length);
131 System.arraycopy(newNames, 0, combinedNames, mTestNames.length, newNames.length);
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 60 System.arraycopy(data, 0, mData, 0, data.length);
109 System.arraycopy(mData, 0, byteArray, 0, mData.length);
125 System.arraycopy(textString, 0, mData, 0, textString.length);
169 System.arraycopy(textString, 0, mData, 0, textString.length);
194 System.arraycopy(mData, 0, dstBytes, 0, len);

Completed in 9405 milliseconds

1 2 3 4 56 7 8 91011>>