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

<<41424344454647484950>>

  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 467 System.arraycopy(columnNames, 0, mColumnNames, 0, columnNames.length);
  /cts/tests/tests/keystore/src/android/keystore/cts/
BlockCipherTestBase.java     [all...]
TestUtils.java 581 System.arraycopy(seed, 0, result, resultOffset, chunkSize);
593 System.arraycopy(array, 0, result, result.length - array.length, array.length);
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java 641 System.arraycopy(
654 System.arraycopy(
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockRealMatrix.java 243 System.arraycopy(rawData[p], qStart, block, index, jWidth);
308 System.arraycopy(blocks[i], 0, copied.blocks[i], 0, blocks[i].length);
651 System.arraycopy(blocks[blockIndex++], regularPos, dataP, dataPos, BLOCK_SIZE);
654 System.arraycopy(blocks[blockIndex], lastPos, dataP, dataPos, lastColumns);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 269 System.arraycopy(indexes, 0, m_elemIndexes, 0, indexes.length);
285 System.arraycopy(indexes, 0, localNameIndex, 0, indexes.length);
304 System.arraycopy(indexes, 0, elemHandles, 0, indexes.length);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 838 System.arraycopy(_stack, 0, stackCopy, 0, _stack.length);
883 System.arraycopy(_stack, 0, stack, 0, index);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseAgreementSpi.java 215 System.arraycopy(secret, ind, rv, 0, rv.length);
245 System.arraycopy(secret, 0, sharedSecret, offset, secret.length);
306 System.arraycopy(secret, 0, keyBytes, 0, keyBytes.length);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 318 System.arraycopy(ints, off, m_ints, 0, len);
531 System.arraycopy(m_ints, 0, newInts, 0, Math.min(m_ints.length, newLen));
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
SSLParametersImpl.java 764 System.arraycopy(identityBytes, 0, identityBytesOut, 0, identityBytes.length);
776 System.arraycopy(secretKeyBytes, 0, key, 0, secretKeyBytes.length);
797 System.arraycopy(secretKeyBytes, 0, key, 0, secretKeyBytes.length);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 404 System.arraycopy(
423 System.arraycopy(
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 644 System.arraycopy(indices, 0, indices = new int[n], 0, n);
734 System.arraycopy(resultsDimensions, 0, resultsDimensions = new String[length + 1], 0, length);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 45 /* 5. System.arraycopy is faster than explicit loop as follows */
51 /* but arraycopy is still the one to use, in general, until later */
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java     [all...]
RuleBasedCollator.java     [all...]
StringSearch.java 649 System.arraycopy(destination, 0, temp, 0, offset);
674 System.arraycopy(destination, 0, temp, 0, offset);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 132 System.arraycopy(key2identical, 0, subkey2compat, 0, tempkey.length);
776 System.arraycopy(temp1, 0, temp2, 0, temp1.length);
    [all...]
CollationTest.java 102 System.arraycopy(orders, 0, temp, 0, size);
110 System.arraycopy(orders, 0, temp, 0, size);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 42 /* 5. System.arraycopy is faster than explicit loop as follows */
48 /* but arraycopy is still the one to use, in general, until later */
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java     [all...]
StringSearch.java 666 System.arraycopy(destination, 0, temp, 0, offset);
691 System.arraycopy(destination, 0, temp, 0, offset);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java     [all...]

Completed in 1925 milliseconds

<<41424344454647484950>>