HomeSort by relevance Sort by last modified time
    Searched defs:arraycopy (Results 26 - 50 of 1254) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralNames.java 77 System.arraycopy(names, 0, tmp, 0, names.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ParametersWithIV.java 27 System.arraycopy(iv, ivOff, this.iv, 0, ivLen);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKCS12Key.java 40 System.arraycopy(password, 0, this.password, 0, password.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java 29 System.arraycopy(bytes, 1, tmp, 0, tmp.length);
60 System.arraycopy(bytes, start, tmp, tmp.length - count, count);
117 System.arraycopy(buf, off, mag, 0, length);
  /external/emma/core/java12/
emma.java 37 System.arraycopy (args, 1, commandArgs, 0, commandArgs.length);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestMapEntrySetGenerator.java 50 System.arraycopy(elements, 0, entries, 0, elements.length);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LigatureEntry.java 24 System.arraycopy(componentChars, 0, this.componentChars, 0, componentCount);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
HtmlEscapeFunction.java 56 System.arraycopy(ESCAPE_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33, ESCAPE_CHARS.length);
57 System.arraycopy(UNQUOTED_EXTRA_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33 + ESCAPE_CHARS.length,
JsEscapeFunction.java 48 System.arraycopy(SPECIAL_CHARS, 0, ESCAPE_CHARS, 32, SPECIAL_CHARS.length);
51 System.arraycopy(UNQUOTED_SPECIAL_CHARS, 0, UNQUOTED_ESCAPE_CHARS, 33,
  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length);
30 System.arraycopy(excerpt, 0, tmp, 0, total);
  /external/proguard/src/proguard/classfile/editor/
ElementValuesEditor.java 178 System.arraycopy(elementValues, 0,
209 System.arraycopy(elementValues, index + 1,
  /external/proguard/src/proguard/classfile/visitor/
MultiClassPoolVisitor.java 71 System.arraycopy(classPoolVisitors, 0,
MultiClassVisitor.java 71 System.arraycopy(classVisitors, 0,
MultiMemberVisitor.java 71 System.arraycopy(memberVisitors, 0,
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWifiConfiguration.java 48 System.arraycopy(realObject.wepKeys, 0, config.wepKeys, 0, config.wepKeys.length);
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
FormattingTuple.java 60 System.arraycopy(argArray, 0, trimmed, 0, trimemdLen);
  /external/smali/util/src/main/java/org/jf/util/
StringWrapper.java 103 System.arraycopy(arr, 0, newArr, 0, arr.length);
  /frameworks/base/core/java/com/android/internal/util/
GrowingArrayUtils.java 47 System.arraycopy(array, 0, newArray, 0, currentSize);
62 System.arraycopy(array, 0, newArray, 0, currentSize);
77 System.arraycopy(array, 0, newArray, 0, currentSize);
92 System.arraycopy(array, 0, newArray, 0, currentSize);
107 System.arraycopy(array, 0, newArray, 0, currentSize);
129 System.arraycopy(array, index, array, index + 1, currentSize - index);
137 System.arraycopy(array, 0, newArray, 0, index);
139 System.arraycopy(array, index, newArray, index + 1, array.length - index);
150 System.arraycopy(array, index, array, index + 1, currentSize - index);
156 System.arraycopy(array, 0, newArray, 0, index)
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
ArrayUtils.java 52 System.arraycopy(arr1, offset1, result, 0, len1);
53 System.arraycopy(arr2, offset2, result, len1, len2);
66 System.arraycopy(arr, offset, result, 0, len);
77 System.arraycopy(arr1, 0, result, 0, arr1.length);
78 System.arraycopy(arr2, 0, result, arr1.length, arr2.length);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BootReceiverFixFsckFsStatTest.java 58 System.arraycopy(logs, 0, doubleLogs, 0, logs.length);
59 System.arraycopy(logs, 0, doubleLogs, logs.length, logs.length);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 85 System.arraycopy(intervals, 0, mIntervals, 0, intervals.length);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
UnsafeByteSequence.java 53 System.arraycopy(bytes, 0, newBytes, 0, count);
56 System.arraycopy(buffer, offset, bytes, count, length);
63 System.arraycopy(bytes, 0, newBytes, 0, count);
74 System.arraycopy(bytes, 0, result, 0, count);
  /frameworks/support/tv-provider/src/android/support/media/tv/
CollectionUtils.java 44 System.arraycopy(array, 0, result, offset, array.length);
  /frameworks/support/v7/appcompat/src/android/support/v7/content/res/
GrowingArrayUtils.java 46 System.arraycopy(array, 0, newArray, 0, currentSize);
61 System.arraycopy(array, 0, newArray, 0, currentSize);
76 System.arraycopy(array, 0, newArray, 0, currentSize);
91 System.arraycopy(array, 0, newArray, 0, currentSize);
113 System.arraycopy(array, index, array, index + 1, currentSize - index);
120 System.arraycopy(array, 0, newArray, 0, index);
122 System.arraycopy(array, index, newArray, index + 1, array.length - index);
133 System.arraycopy(array, index, array, index + 1, currentSize - index);
139 System.arraycopy(array, 0, newArray, 0, index);
141 System.arraycopy(array, index, newArray, index + 1, array.length - index)
    [all...]
  /libcore/benchmarks/src/benchmarks/
SystemArrayCopyBenchmark.java 26 // Provides benchmarking for different types of arrays using the arraycopy function.
33 System.arraycopy(src, 0, dst, 0, len);
42 System.arraycopy(src, 0, dst, 0, len);
51 System.arraycopy(src, 0, dst, 0, len);
60 System.arraycopy(src, 0, dst, 0, len);
69 System.arraycopy(src, 0, dst, 0, len);
78 System.arraycopy(src, 0, dst, 0, len);
87 System.arraycopy(src, 0, dst, 0, len);
96 System.arraycopy(src, 0, dst, 0, len);

Completed in 1406 milliseconds

12 3 4 5 6 7 8 91011>>