/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5Client.java | 197 System.arraycopy(addr, 0, data, 5, addr.length); // address
|
/external/smack/src/org/xbill/DNS/ |
ClientSubnetOption.java | 143 System.arraycopy(addr, 0, fulladdr, 0, addr.length);
|
NSEC3PARAMRecord.java | 61 System.arraycopy(salt, 0, this.salt, 0, salt.length);
|
UDPClient.java | 135 System.arraycopy(temp, 0, data, 0, len);
|
/external/smack/src/org/xbill/DNS/utils/ |
HMAC.java | 159 System.arraycopy(expected, 0, truncated, 0, truncated.length);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
ArrayDataPseudoInstruction.java | 76 System.arraycopy(buffer, bufferIndex+8, encodedValues, 0, elementCount * elementWidth);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
DexFile.java | 649 System.arraycopy(indexedSections, 0, sections, 0, indexedSections.length); 650 System.arraycopy(offsettedSections, 0, sections, indexedSections.length, offsettedSections.length); 711 System.arraycopy(indexedSections, 0, sections, 0, indexedSections.length); 712 System.arraycopy(offsettedSections, 0, sections, indexedSections.length, offsettedSections.length); [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArray.java | 216 System.arraycopy(bytes, start, out, offset, size);
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteProgram.java | 76 System.arraycopy(bindArgs, 0, mBindArgs, 0, bindArgs.length);
|
/frameworks/base/core/java/android/nfc/ |
NdefMessage.java | 123 System.arraycopy(records, 0, mRecords, 1, records.length);
|
/frameworks/base/core/java/android/text/ |
AlteredCharSequence.java | 112 System.arraycopy(mChars, start - mStart, dest, off, end - start);
|
/frameworks/base/core/java/android/util/ |
AtomicFile.java | 225 System.arraycopy(data, 0, newData, 0, pos);
|
/frameworks/base/core/java/com/android/internal/os/ |
AtomicFile.java | 160 System.arraycopy(data, 0, newData, 0, pos);
|
/frameworks/base/core/java/com/android/internal/util/ |
ProcFileReader.java | 78 System.arraycopy(mBuffer, count, mBuffer, 0, mTail - count);
|
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 114 System.arraycopy((header).mAuthChall, 0, mRequestHeader.mAuthChall, 0, 120 System.arraycopy((header).mAuthResp, 0, mRequestHeader.mAuthResp, 0, 127 System.arraycopy((header).mConnectionID, 0, mRequestHeader.mConnectionID, 0, 448 System.arraycopy(headerArray, start, sendHeader, 0, sendHeader.length);
|
ObexHelper.java | 197 System.arraycopy(headerArray, index, value, 0, length); 219 System.arraycopy(headerArray, index, headerImpl.mAuthChall, 0, 225 System.arraycopy(headerArray, index, headerImpl.mAuthResp, 0, 234 System.arraycopy(headerArray, index, body, 1, length); 297 System.arraycopy(headerArray, index, value, 0, 4); 304 System.arraycopy(value, 0, headerImpl.mConnectionID, 0, 4); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ParserFactory.java | 109 System.arraycopy(buffer, 0, moreBuffer, 0, read);
|
/frameworks/support/v4/java/android/support/v4/util/ |
AtomicFile.java | 194 System.arraycopy(data, 0, newData, 0, pos);
|
/libcore/libart/src/main/java/java/lang/ |
String.java | 344 System.arraycopy(v, 0, value, 0, s); 367 System.arraycopy(cb.array(), 0, value, 0, count); 412 System.arraycopy(data, offset, value, 0, count); 611 System.arraycopy(value, offset, buffer, 0, count); 612 System.arraycopy(string.value, string.offset, buffer, count, string.count); [all...] |
/libcore/luni/src/main/java/java/io/ |
PushbackReader.java | 184 System.arraycopy(buf, pos, buffer, newOffset, copyLength);
|
/libcore/luni/src/main/java/java/net/ |
Socks4Message.java | 207 System.arraycopy(stringBytes, 0, buffer, offset, length);
|
/libcore/luni/src/main/java/libcore/io/ |
Base64.java | 124 System.arraycopy(out, 0, result, 0, outIndex);
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Certificate.java | 64 System.arraycopy(signatureValue, 0, this.signatureValue, 0,
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESedeKeySpecTest.java | 133 System.arraycopy(key1, 2, exp, 0, 24);
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageList.java | 80 System.arraycopy(ACCEPTABLE_IMAGE_TYPES, 0, result, 0, count);
|