HomeSort by relevance Sort by last modified time
    Searched refs:arraycopy (Results 526 - 550 of 1421) sorted by null

<<21222324252627282930>>

  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 139 System.arraycopy(data, 0, result, 0, cursor);
292 System.arraycopy(bytes, offset, data, writeAt, length);
539 System.arraycopy(data, 0, newData, 0, cursor);
  /external/guava/guava/src/com/google/common/primitives/
Booleans.java 202 System.arraycopy(array, 0, result, pos, array.length);
236 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
469 System.arraycopy(array, start, result, 0, size);
Chars.java 273 System.arraycopy(array, 0, result, pos, array.length);
356 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
587 System.arraycopy(array, start, result, 0, size);
Floats.java 261 System.arraycopy(array, 0, result, pos, array.length);
331 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
570 System.arraycopy(array, start, result, 0, size);
Shorts.java 280 System.arraycopy(array, 0, result, pos, array.length);
400 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
631 System.arraycopy(array, start, result, 0, size);
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 271 System.arraycopy(array, 0, result, pos, array.length);
305 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
536 System.arraycopy(array, start, result, 0, size);
Doubles.java 260 System.arraycopy(array, 0, result, pos, array.length);
330 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
569 System.arraycopy(array, start, result, 0, size);
Floats.java 257 System.arraycopy(array, 0, result, pos, array.length);
327 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
566 System.arraycopy(array, start, result, 0, size);
Shorts.java 278 System.arraycopy(array, 0, result, pos, array.length);
348 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
579 System.arraycopy(array, start, result, 0, size);
  /external/jetty/src/java/org/eclipse/jetty/util/
LazyList.java 454 System.arraycopy(array, 0, na, 0, array.length);
473 System.arraycopy(array, 0, na, 0, i);
475 System.arraycopy(array, i+1, na, i, array.length-(i+1));
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 243 System.arraycopy(buffer, bufferPos, result, 0, size);
573 System.arraycopy(buffer, start, copy, 0, length);
625 System.arraycopy(buffer, bufferPos, bytes, 0, size);
  /libcore/ojluni/src/main/java/java/util/jar/
Attributes.java 396 System.arraycopy(lastline, 0, buf, 0, lastline.length);
397 System.arraycopy(lbuf, 1, buf, lastline.length, len - 1);
416 System.arraycopy(lbuf, i, lastline, 0, len - i);
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInt.java 52 System.arraycopy( other.data, 0, data, 0, nWords );
114 System.arraycopy( s, 0, t, wordcount, nWords );
305 System.arraycopy( r, 0, s, 0, r.length );
  /art/test/137-cfi/src/
Main.java 93 System.arraycopy(cmdline, 0, secCmdLine, 0, cmdline.length);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 284 System.arraycopy(data, 0, buffer, 0, header.length());
321 System.arraycopy(header, 0, section.data, 0, header.length);
360 System.arraycopy(
431 System.arraycopy(
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 65 //System.arraycopy(kernelMatrix, 0, kernelStack, kernelInfo.get_offset(m),
67 System.arraycopy(kernelMatrix, 0, kernelStack, (int)infoArray[4*m],
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 66 System.arraycopy(kernelMatrix, 0, kernelStack, kernelInfo.get_offset(m),
  /cts/tools/dasm/src/dasm/
Scanner.java 47 System.arraycopy(buffer, 0, tmp, 0, buffer_size);
  /dalvik/dexgen/src/com/android/dexgen/util/
BitIntSet.java 53 System.arraycopy(bits, 0, newBits, 0, bits.length);
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 96 System.arraycopy(argArray, i, files, 0, files.length);
  /dalvik/dx/src/com/android/dx/util/
BitIntSet.java 53 System.arraycopy(bits, 0, newBits, 0, bits.length);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AbstractUnivariateStatistic.java 81 System.arraycopy(values, begin, storedData, 0, 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-xml/src/main/java/org/apache/xpath/functions/
FunctionMultiArgs.java 81 System.arraycopy(m_args, 0, args, 0, m_args.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ApplicationSpecific.java 220 System.arraycopy(input, index, tmp, 1, tmp.length - 1);

Completed in 1918 milliseconds

<<21222324252627282930>>