/frameworks/base/core/java/android/os/ |
FileUtils.java | 260 System.arraycopy(last, len, last, 0, last.length - len); 261 System.arraycopy(data, 0, last, last.length - len, len);
|
/frameworks/base/core/java/android/text/ |
PackedIntVector.java | 265 System.arraycopy(mValues, 0, newvalues, 0, columns * rowgapstart); 266 System.arraycopy(mValues, (mRows - after) * columns,
|
/frameworks/base/services/java/com/android/server/am/ |
PendingIntentRecord.java | 241 System.arraycopy(key.allIntents, 0, allIntents, 0, 244 System.arraycopy(key.allResolvedTypes, 0, allResolvedTypes, 0,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaInboundSmsHandler.java | 315 System.arraycopy(pdu, index, userData, 0, pdu.length - index); 337 System.arraycopy(origPdu, index, omaPdu, 0, omaPdu.length);
|
/libcore/libdvm/src/main/java/java/lang/ |
String.java | 131 System.arraycopy(s.value, s.offset, value, 0, s.count); 356 System.arraycopy(v, 0, value, 0, s); 379 System.arraycopy(cb.array(), 0, value, 0, count); 424 System.arraycopy(data, offset, value, 0, count); 464 System.arraycopy(s1.value, s1.offset, value, 0, s1.count); 465 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count); 485 System.arraycopy(s1.value, s1.offset, value, 0, s1.count); 486 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count); 487 System.arraycopy(s3.value, s3.offset, value, s1.count + s2.count, s3.count); 562 System.arraycopy(s1.value, s1.offset, value, 0, s1.count) [all...] |
/libcore/luni/src/main/java/java/io/ |
PushbackInputStream.java | 175 System.arraycopy(buf, pos, buffer, newOffset, copyLength); 281 System.arraycopy(buffer, offset, buf, pos - length, length);
|
/libcore/luni/src/main/java/java/security/ |
SignatureSpi.java | 197 System.arraycopy(tmp, 0, outbuf, offset, tmp.length); 247 System.arraycopy(sigBytes, offset, tmp, 0, length);
|
/libcore/luni/src/main/java/java/security/spec/ |
ECFieldF2m.java | 132 System.arraycopy(ks, 0, this.ks, 0, this.ks.length); 238 System.arraycopy(ks, 0, ret, 0, ret.length);
|
/libcore/luni/src/main/java/java/util/ |
PriorityQueue.java | 328 System.arraycopy(c.elements, 0, elements, 0, c.size()); 408 System.arraycopy(elements, 0, newElements, 0, elements.length);
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertificateTest.java | [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
ByteArrayOutputStream.java | 156 System.arraycopy(b, off + len - remaining, currentBuffer, inBufferPos, part);
279 System.arraycopy(buf, 0, newbuf, pos, c);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 342 System.arraycopy(data, 0, nameData, 1, data.length); 347 System.arraycopy(nameData, 0, data, 0, nameData.length);
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 55 System.arraycopy(PING_HEADER, 0, packet, 0, PING_HEADER.length);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
OneLocalsArray.java | 52 System.arraycopy(locals, 0, result.locals, 0, locals.length);
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Main.java | 216 System.arraycopy(args, idx, mInputFileNames, 0, fileCount);
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MorseCodeConverter.java | 135 System.arraycopy(letter, 0, result, pos, letter.length);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESedeKeySpecTest.java | 133 System.arraycopy(key1, 2, exp, 0, 24);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
IntegerTest.java | 75 System.arraycopy(array, 0, encoded, 2, encoded[1]);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
BoolStack.java | 191 System.arraycopy(m_values, 0, newVector, 0, m_index + 1);
|
IntStack.java | 81 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
|
ObjectStack.java | 81 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
UnionChildIterator.java | 77 System.arraycopy(tests, 0, m_nodeTests, 0, len);
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FunctionMultiArgs.java | 81 System.arraycopy(m_args, 0, args, 0, m_args.length);
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XStringForChars.java | 213 System.arraycopy((char[])m_obj, m_start+srcBegin, dst, dstBegin, srcEnd);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
GCMUtil.java | 67 System.arraycopy(c, 0, block, 0, 16);
|