HomeSort by relevance Sort by last modified time
    Searched refs:arraycopy (Results 426 - 450 of 937) sorted by null

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/primitives/
Ints.java 270 System.arraycopy(array, 0, result, pos, array.length);
355 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
583 System.arraycopy(array, start, result, 0, size);
Longs.java 240 System.arraycopy(array, 0, result, pos, array.length);
339 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
568 System.arraycopy(array, start, result, 0, size);
Shorts.java 268 System.arraycopy(array, 0, result, pos, array.length);
352 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
581 System.arraycopy(array, start, result, 0, size);
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 261 System.arraycopy(array, 0, result, pos, array.length);
295 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
525 System.arraycopy(array, start, result, 0, size);
Ints.java 265 System.arraycopy(array, 0, result, pos, array.length);
299 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
527 System.arraycopy(array, start, result, 0, size);
Longs.java 238 System.arraycopy(array, 0, result, pos, array.length);
272 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
501 System.arraycopy(array, start, result, 0, size);
Shorts.java 266 System.arraycopy(array, 0, result, pos, array.length);
300 System.arraycopy(original, 0, copy, 0, Math.min(original.length, length));
529 System.arraycopy(array, start, result, 0, size);
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 236 System.arraycopy(buffer, bufferPos, result, 0, size);
556 System.arraycopy(buffer, start, copy, 0, length);
608 System.arraycopy(buffer, bufferPos, bytes, 0, size);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayAnnotatedOutput.java 141 System.arraycopy(data, 0, result, 0, cursor);
311 System.arraycopy(bytes, offset, data, writeAt, length);
578 System.arraycopy(data, 0, newData, 0, cursor);
  /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/util/
Arrays.java 131 System.arraycopy(a, 0, contents, 0, size);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java 146 System.arraycopy(encoding, 0, result, 0, encoding.length);
332 System.arraycopy(tbsCertListEncoding, 0,
346 System.arraycopy(signature, 0, result, 0, signature.length);
  /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-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/provider/cert/
X509CRLImplTest.java 229 System.arraycopy(signatureValueBytes, 0,
252 System.arraycopy(tmp, 0, stamp, 0, tmp.length);
253 System.arraycopy(stamp, 0, encoding,
267 System.arraycopy(enc, enc.length - stamp.length,
  /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/
BEROctetString.java 110 System.arraycopy(string, i, nStr, 0, nStr.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S2ParametersGenerator.java 64 System.arraycopy(state, 0, out, outOff, state.length);
  /external/dexmaker/src/dx/java/com/android/dx/util/
BitIntSet.java 53 System.arraycopy(bits, 0, newBits, 0, bits.length);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
Base64.java 147 System.arraycopy(dest, 0, res, 0, destpos);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Base64.java 123 System.arraycopy(out, 0, result, 0, outIndex);
  /external/proguard/src/proguard/classfile/instruction/visitor/
MultiInstructionVisitor.java 74 System.arraycopy(instructionVisitors, 0,

Completed in 3898 milliseconds

<<11121314151617181920>>