Home
last modified time | relevance | path

Searched refs:copyBytes (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DByteArrayWrapper.java119 copyBytes(bytes, 0, newbytes, 0, size); in ensureCapacity()
168 copyBytes(src, start, bytes, size, len); in append()
278 private static final void copyBytes(byte[] src, int srcoff, byte[] tgt,
/external/icu/android_icu4j/src/main/java/android/icu/util/
DByteArrayWrapper.java114 copyBytes(bytes, 0, newbytes, 0, size); in ensureCapacity()
161 copyBytes(src, start, bytes, size, len); in append()
266 private static final void copyBytes(byte[] src, int srcoff, byte[] tgt,
/external/skia/src/effects/
DSkShaderMaskFilter.cpp59 size_t copyBytes, int rows) { in rect_memcpy() argument
61 memcpy(dst, src, copyBytes); in rect_memcpy()
/external/skqp/src/effects/
DSkShaderMaskFilter.cpp58 size_t copyBytes, int rows) { in rect_memcpy() argument
60 memcpy(dst, src, copyBytes); in rect_memcpy()
/external/deqp/framework/delibs/debase/
DdeMemory.c212 const size_t copyBytes = numBytes < oldSize ? numBytes : oldSize; in deAlignedRealloc()
214 deMemcpy(newPtr, ptr, copyBytes); in deAlignedRealloc()
/external/exoplayer/tree/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/
DCronetDataSource.java594 int copyBytes = copyByteBuffer(/* src= */ readBuffer, /* dst= */ buffer); in read() local
595 if (copyBytes != 0) { in read()
597 bytesRemaining -= copyBytes; in read()
599 bytesTransferred(copyBytes); in read()
600 return copyBytes; in read()
/external/brotli/java/org/brotli/dec/
DUtils.java61 static void copyBytes(byte[] dst, int target, byte[] src, int start, int end) { in copyBytes() method in Utils
DBitReader.java214 static void copyBytes(State s, byte[] data, int offset, int length) { in copyBytes() method in BitReader
DDecode.java906 BitReader.copyBytes(s, ringBuffer, s.pos, chunkLength); in copyUncompressedData()
1053 Utils.copyBytes( in copyFromCompoundDictionary()
/external/flatbuffers/swift/Sources/FlatBuffers/
DByteBuffer.swift40 data.copyBytes(to: pointer, count: data.count)
/external/brotli/js/
Ddecode.js873 copyBytes(s, ringBuffer, s.pos, chunkLength);
1664 function copyBytes(s, data, offset, length) { function in BrotliDecodeClosure
/external/angle/src/libANGLE/
Dformatutils.cpp1676 GLuint copyBytes = 0; in computePackUnpackEndByte() local
1677 if (!computeCompressedImageSize(size, &copyBytes)) in computePackUnpackEndByte()
1681 checkedCopyBytes = copyBytes; in computePackUnpackEndByte()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md282 outputTensor.data.copyBytes(to: outputData)