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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/spec/
SecretKeySpec.java 70 System.arraycopy(key, 0, this.key, 0, key.length);
111 System.arraycopy(key, offset, this.key, 0, len);
139 System.arraycopy(key, 0, result, 0, key.length);
  /packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java 79 System.arraycopy(mAdapters, 0, newAdapters, 0, mSize);
83 System.arraycopy(mCounts, 0, newCounts, 0, mSize);
87 System.arraycopy(mViewTypeCounts, 0, newViewTypeCounts, 0, mSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorCompareView.java 106 System.arraycopy(mOrigHSVO, 0, mHSVO, 0, mOrigHSVO.length);
148 System.arraycopy(hsv, 0, mOrigHSVO, 0, mOrigHSVO.length);
156 System.arraycopy(hsv, 0, mHSVO, 0, mHSVO.length);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 65 System.arraycopy(result, 0, redHistogram, 0, 256);
66 System.arraycopy(result, 256, greenHistogram, 0, 256);
67 System.arraycopy(result, 512, blueHistogram, 0, 256);
  /libcore/luni/src/main/java/java/lang/
CaseMapper.java 69 System.arraycopy(value, offset, newValue, 0, newCount);
159 System.arraycopy(output, 0, newoutput, 0, output.length);
167 System.arraycopy(value, offset, output, 0, i);
179 System.arraycopy(value, offset, output, 0, i);
182 System.arraycopy(output, 0, newoutput, 0, output.length);
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 126 System.arraycopy(elements, p, a, 0, r);
127 System.arraycopy(elements, 0, a, r, p);
142 System.arraycopy(elements, head, a, 0, size());
145 System.arraycopy(elements, head, a, 0, headPortionLen);
146 System.arraycopy(elements, 0, a, headPortionLen, tail);
520 System.arraycopy(elements, h, elements, h + 1, front);
522 System.arraycopy(elements, 0, elements, 1, i);
524 System.arraycopy(elements, h, elements, h + 1, mask - h);
531 System.arraycopy(elements, i + 1, elements, i, back);
534 System.arraycopy(elements, i + 1, elements, i, mask - i)
    [all...]
  /art/test/201-built-in-exception-detail-messages/src/
Main.java 137 System.arraycopy(src, 1, dst, 0, 5);
146 System.arraycopy(src, 0, dst, 0, 1);
154 System.arraycopy(src, 0, dst, 0, 1);
162 System.arraycopy(src, 0, dst, 0, 1);
170 System.arraycopy(src, 0, dst, 0, 1);
178 System.arraycopy(src, 0, dst, 0, 1);
187 System.arraycopy(new C(), 0, "hello", 0, 1);
  /dalvik/vm/native/
java_lang_System.cpp 34 * in our implementation of System.arraycopy(), because they may copy
39 * System.arraycopy() is heavily used, so having an efficient implementation
182 * public static void arraycopy(Object src, int srcPos, Object dest,
244 if (false) ALOGD("arraycopy prim[%c] dst=%p %d src=%p %d len=%d",
298 if (false) ALOGD("arraycopy ref dst=%p %d src=%p %d len=%d",
343 if (false) ALOGD("arraycopy iref dst=%p %d src=%p %d count=%d of %d",
377 { "arraycopy", "(Ljava/lang/Object;ILjava/lang/Object;II)V",
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 137 System.arraycopy(mText, 0, newText, 0, mGapStart);
139 System.arraycopy(mText, oldLength - after, newText, newLength - after, after);
160 System.arraycopy(mText, where, mText, mGapStart + mGapLength - overlap, overlap);
163 System.arraycopy(mText, where + mGapLength - overlap, mText, mGapStart, overlap);
421 System.arraycopy(mSpans, i + 1, mSpans, i, count);
422 System.arraycopy(mSpanStarts, i + 1, mSpanStarts, i, count);
423 System.arraycopy(mSpanEnds, i + 1, mSpanEnds, i, count);
424 System.arraycopy(mSpanFlags, i + 1, mSpanFlags, i, count);
671 System.arraycopy(mSpans, 0, newspans, 0, mSpanCount);
672 System.arraycopy(mSpanStarts, 0, newspanstarts, 0, mSpanCount)
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 323 System.arraycopy(supported, 0,
373 System.arraycopy(supported, 0,
375 System.arraycopy(supported, i,
434 System.arraycopy(supported, i,
488 System.arraycopy(supported, 0,
490 System.arraycopy(supported, i,
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 168 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
208 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
266 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
297 System.arraycopy(block, offset , block, offset+1, copylen);
361 System.arraycopy(block, offset+1, block, offset, copylen);
400 System.arraycopy(m_map, 0, newMap, 0, m_map.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 227 System.arraycopy(X, 0, PO, 1, X.length);
238 System.arraycopy(X, 0, PO, 1, X.length);
239 System.arraycopy(Y, 0, PO, X.length + 1, Y.length);
414 System.arraycopy(X, 0, PO, 1, byteCount);
423 System.arraycopy(X, 0, PO, 1, byteCount);
424 System.arraycopy(Y, 0, PO, byteCount + 1, byteCount);
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 48 System.arraycopy(bytes, offset, dst, dstOffset, byteCount);
102 System.arraycopy(ret, 0, nret, 0, ret.length);
103 System.arraycopy(buf, 0, nret, ret.length, nbytes);
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 60 System.arraycopy(this.buffer, 0, newbuffer, 0, this.len);
79 System.arraycopy(b, off, this.buffer, this.len, len);
163 System.arraycopy(this.buffer, 0, b, 0, this.len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 213 System.arraycopy(in, inOff, buf, bufOff, gapLen);
230 System.arraycopy(in, inOff, buf, bufOff, len);
281 System.arraycopy(buf, 0, out, outOff, resultLen);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 204 System.arraycopy(in, inOff, buf, bufOff, gapLen);
221 System.arraycopy(in, inOff, buf, bufOff, len);
289 System.arraycopy(buf, 0, out, outOff, resultLen);
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 152 System.arraycopy(locals, 0, frame.locals, 0, locals.length);
153 System.arraycopy(stack, 0, frame.stack, 0, stack.length);
166 System.arraycopy(stack, 0, frame.stack, 0, stack.length);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayInput.java 252 System.arraycopy(data, cursor, bytes, offset, length);
265 System.arraycopy(data, cursor, bytes, 0, length);
278 System.arraycopy(data, cursor, result, 0, length);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 110 System.arraycopy(buffer, offset, this.buffer, 0, length);
199 System.arraycopy(bytes, offset, buffer, length, len);
323 System.arraycopy(oldBuf, 0, buffer, 0, oldBuf.length);
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLCipherRSA.java 225 System.arraycopy(input, inputOffset, buffer, bufferOffset, inputLen);
252 System.arraycopy(buffer, 0, tmpBuf, buffer.length - bufferOffset, bufferOffset);
305 System.arraycopy(b, 0, output, outputOffset, b.length);
  /libcore/luni/src/main/java/java/io/
ByteArrayOutputStream.java 92 System.arraycopy(buf, 0, newbuf, 0, count);
123 System.arraycopy(buf, 0, newArray, 0, count);
202 System.arraycopy(buffer, offset, buf, this.count, len);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
MifareUltralightTagTester.java 58 System.arraycopy(onePage, 0, fourPages, i * onePage.length, onePage.length);
  /cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java 66 System.arraycopy(files, 0, commandLine, args, files.length);
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 52 System.arraycopy(array, 0, result, 0, cursor);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 60 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) method in class:Antlr.Runtime.JavaExtensions.JSystem

Completed in 2864 milliseconds

1 2 3 4 5 6 7 8 91011>>