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

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ParametersWithIV.java 27 System.arraycopy(iv, ivOff, this.iv, 0, ivLen);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketNewKeys.java 26 System.arraycopy(payload, off, this.payload, 0, len);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
CharCache.java 35 System.arraycopy(chars, 0, cache, pos, toWrite);
  /external/proguard/src/proguard/classfile/editor/
AnnotationsAttributeEditor.java 58 System.arraycopy(annotations, 0,
ExceptionsAttributeEditor.java 59 System.arraycopy(exceptionIndexTable, 0,
LineNumberTableAttributeEditor.java 58 System.arraycopy(lineNumberTable, 0,
LocalVariableTableAttributeEditor.java 58 System.arraycopy(localVariableTable, 0,
LocalVariableTypeTableAttributeEditor.java 59 System.arraycopy(localVariableTypeTable, 0,
ParameterAnnotationsAttributeEditor.java 61 System.arraycopy(annotations, 0,
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 85 System.arraycopy(bytes, offset, copy, 0, size);
127 System.arraycopy(bytes, 0, target, offset, bytes.length);
141 System.arraycopy(bytes, sourceOffset, target, targetOffset, size);
150 System.arraycopy(bytes, 0, copy, 0, size);
  /frameworks/base/core/java/android/util/
ArraySet.java 277 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
278 System.arraycopy(oarray, 0, mArray, 0, mSize);
349 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
350 System.arraycopy(oarray, 0, mArray, 0, oarray.length);
359 System.arraycopy(mHashes, index, mHashes, index + 1, mSize - index);
360 System.arraycopy(mArray, index, mArray, index + 1, mSize - index);
378 System.arraycopy(array.mHashes, 0, mHashes, 0, N);
379 System.arraycopy(array.mArray, 0, mArray, 0, N);
435 System.arraycopy(ohashes, 0, mHashes, 0, index);
436 System.arraycopy(oarray, 0, mArray, 0, index)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
WithFramework.java 44 System.arraycopy(args, 1, newArgs, 0, newArgs.length);
  /libcore/crypto/src/main/java/org/conscrypt/
HandshakeIODataStream.java 127 System.arraycopy(buffer, read_pos,
158 System.arraycopy(buffer, read_pos, res, 0, length);
168 System.arraycopy(buffer, read_pos, dst, offset, length);
212 System.arraycopy(src, from, buffer, read_pos_end, length);
221 System.arraycopy(buffer, 0, new_buff, 0, buffer.length);
341 System.arraycopy(vector, 0, buffer, write_pos, vector.length);
360 System.arraycopy(buffer, write_pos_beg,
365 System.arraycopy(buffer, write_pos_beg, res, 0, length);
432 System.arraycopy(buffer, 0, res, 0, len);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
DalvikThreadSampler.java 45 System.arraycopy(mutableStackTraceElements[depth], 0,
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 72 System.arraycopy(nameConstraints, 0,
115 System.arraycopy(nameConstraints, 0,
162 System.arraycopy(nameConstraints, 0,
183 System.arraycopy(nameConstraints, 0,
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 95 System.arraycopy(value, 0, newData, 0, count);
116 System.arraycopy(chars, 0, value, count, chars.length);
126 System.arraycopy(chars, offset, value, count, length);
172 System.arraycopy(other.value, start, value, count, length);
231 System.arraycopy(value, end, value, start, length);
234 System.arraycopy(value, 0, newData, 0, start);
235 System.arraycopy(value, end, newData, start, length);
254 System.arraycopy(value, index + 1, value, index, length);
257 System.arraycopy(value, 0, newData, 0, index);
258 System.arraycopy(value, index + 1, newData, index, length)
    [all...]
  /art/test/028-array-write/src/
Main.java 59 System.arraycopy(mStorage, 0, mStorage,
65 System.arraycopy(mStorage, 0, mStorage,
  /art/test/096-array-copy-concurrent-gc/src/
Main.java 18 * Running concurrent gc and doing some System.arraycopy
64 System.arraycopy(array, 0, array, 1, array.length - 1);
74 System.arraycopy(array, 1, array, 0, array.length - 1);
  /cts/tools/signature-tools/src/signature/
Main.java 129 System.arraycopy(orig, 0, newa, 0, n);
130 System.arraycopy(orig, n + 1, newa, n, len - n);
  /dalvik/tests/028-array-write/src/
Main.java 45 System.arraycopy(mStorage, 0, mStorage,
51 System.arraycopy(mStorage, 0, mStorage,
  /dalvik/tests/096-array-copy-concurrent-gc/src/
Main.java 18 * Running concurrent gc and doing some System.arraycopy
64 System.arraycopy(array, 0, array, 1, array.length - 1);
74 System.arraycopy(array, 1, array, 0, array.length - 1);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 126 System.arraycopy(state.following, 0, this.following, 0, state.following.length);
135 System.arraycopy(state.ruleMemo, 0, this.ruleMemo, 0, state.ruleMemo.length);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.m 83 System.arraycopy(data, 0, newData, 0, data.length);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java 109 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
115 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 102 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
108 System.arraycopy(m_values, 0, newValues, 0, m_firstFree + 1);

Completed in 2209 milliseconds

1 2 34 5 6 7 8 91011>>