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

<<31323334353637383940>>

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509Certificate.java 337 System.arraycopy(kusage, 0, resized, 0, kusage.length);
  /external/conscrypt/testing/src/main/java/org/conscrypt/testing/
TestUtil.java 141 System.arraycopy(CHARS, 0, msg, msgIndex, numChars);
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 56 System.arraycopy(buf, 0, tmp, 0, buf.length);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 299 System.arraycopy(this.times, 0, this.times = new long[this.depth+10], 0, this.depth);
300 System.arraycopy(this.buffers, 0, this.buffers= new StringBuffer[this.depth+10], 0, this.depth);
431 System.arraycopy(BUILDS, 0, builds, 0, BUILDS_LENGTH);
472 System.arraycopy(KNOWN_COMPONENTS, 0, KNOWN_COMPONENTS = new String[length+1], 0, length);
486 System.arraycopy(COMPONENTS, 0, components, 0, length);
509 System.arraycopy(CONFIGS, 0, configs, 0, length);
549 System.arraycopy(CONFIG_DESCRIPTIONS, 0, descriptions, 0, length);
971 System.arraycopy(comments, 0, comments = new String[commentID+10], 0, length);
    [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/utils/
Util.java 553 System.arraycopy(milestones, 0, milestones = new String[index], 0, index);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 319 System.arraycopy(srcData.data, srcIndex, newData, destIndex, bytesPerPixel);
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 153 System.arraycopy(bytes, 0, result, 0, bytes.length);
168 System.arraycopy(buf, 0, b, off, count);
  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
BaseEncoding.java 180 System.arraycopy(result, 0, trunc, 0, length);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 426 System.arraycopy(source, 0, copy, 0, size);
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 69 System.arraycopy(hash, 0, hashes, i * hashBytes, hash.length);
  /external/guice/core/src/com/google/inject/spi/
Elements.java 557 System.arraycopy(callStack, 1, partialCallStack, 0, chunkSize);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 184 System.arraycopy(index2, index2NullOffset, index2, newBlock, UTRIE2_INDEX_2_BLOCK_LENGTH);
233 System.arraycopy(data, 0, newData, 0, dataLength);
239 System.arraycopy(data, copyBlock, data, newBlock, UTRIE2_DATA_BLOCK_LENGTH);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 80 System.arraycopy(bytes, 0, buffer_, length, n);
254 System.arraycopy(buffer, 0, newbuf, 0, len);
    [all...]
CollationSettings.java 144 System.arraycopy(codesAndRanges, 0, codes, 0, codesLength);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
ExhaustiveTest.java 129 System.arraycopy(byteBuffer, 0, compressed,
159 System.arraycopy(unicharBuffer, 0, decompressed,
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DetectingViewer.java 264 System.arraycopy(buffer, 0, filtered, 0, out);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 266 System.arraycopy(data.ce32s, jamoCE32sStart, data.jamoCE32s, 0, CollationData.JAMO_CE32S_LENGTH);
CollationKeys.java 76 System.arraycopy(bytes, 0, buffer_, length, n);
250 System.arraycopy(buffer, 0, newbuf, 0, len);
    [all...]
CollationSettings.java 142 System.arraycopy(codesAndRanges, 0, codes, 0, codesLength);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 182 System.arraycopy(index2, index2NullOffset, index2, newBlock, UTRIE2_INDEX_2_BLOCK_LENGTH);
231 System.arraycopy(data, 0, newData, 0, dataLength);
237 System.arraycopy(data, copyBlock, data, newBlock, UTRIE2_DATA_BLOCK_LENGTH);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
ExhaustiveTest.java 128 System.arraycopy(byteBuffer, 0, compressed,
158 System.arraycopy(unicharBuffer, 0, decompressed,
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 80 System.arraycopy(stack, 0, temp, 0, index);
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 210 System.arraycopy(annotations, 0, newlist, 0, annotations.length);
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 194 System.arraycopy(tempbuffer, 12, buffer, 0, 4);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 323 System.arraycopy(bytes, 0, msgBytes, 0, packetLength);
    [all...]

Completed in 1032 milliseconds

<<31323334353637383940>>