/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
H A D | ByteArray.java | 201 public int copyTo(ByteArray<? extends ByteArray<?>> array) { in copyTo() method in ByteArray 202 return copyTo(array, 0, this.length()); in copyTo() 214 copyTo(ByteArray<? extends ByteArray<?>> array, int offset, int length) { in copyTo() method in ByteArray 215 return this.copyTo(0, array, offset, length); in copyTo() 227 public int copyTo( in copyTo() method in ByteArray 248 public int copyTo(OutputStream os) throws IOException { in copyTo() method in ByteArray 249 return this.copyTo(os, 0, this.length()); in copyTo() 261 public int copyTo(OutputStream os, int offset, int length) throws IOException { in copyTo() method in ByteArray
|
H A D | ReadableFontData.java | 550 public int copyTo(OutputStream os) throws IOException { in copyTo() method in ReadableFontData 551 return this.array.copyTo(os, this.boundOffset(0), this.length()); in copyTo() 560 public int copyTo(WritableFontData wfd) { in copyTo() method in ReadableFontData 561 return this.array.copyTo(wfd.boundOffset(0), wfd.array, this.boundOffset(0), this.length()); in copyTo()
|
H A D | GrowableMemoryByteArray.java | 68 public int copyTo(OutputStream os, int offset, int length) throws IOException { in copyTo() method in GrowableMemoryByteArray
|
H A D | MemoryByteArray.java | 96 public int copyTo(OutputStream os, int offset, int length) throws IOException { in copyTo() method in MemoryByteArray
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | LiteralByteStringTest.java | 121 stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 126 assertTrue(classUnderTest + ".copyTo(4 arg) must give the expected bytes", stillEqual); in testCopyTo_ByteArrayOffsetLength() 136 stringUnderTest.copyTo(destination, stringUnderTest.size() + 1 - length, in testCopyTo_ByteArrayOffsetLengthErrors() 146 stringUnderTest.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 155 stringUnderTest.copyTo(destination, 0, -1, length); in testCopyTo_ByteArrayOffsetLengthErrors() 164 stringUnderTest.copyTo(destination, 0, 0, -1); in testCopyTo_ByteArrayOffsetLengthErrors() 173 stringUnderTest.copyTo(destination, 2 * stringUnderTest.size(), 0, length); in testCopyTo_ByteArrayOffsetLengthErrors() 182 stringUnderTest.copyTo(destination, 0, 2 * destination.length, length); in testCopyTo_ByteArrayOffsetLengthErrors() 192 stringUnderTest.copyTo(myBuffer); in testCopyTo_ByteBuffer() 193 assertTrue(classUnderTest + ".copyTo(ByteBuffe in testCopyTo_ByteBuffer() [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
H A D | FontDataTable.java | 69 return this.data.copyTo(os); in serialize() 73 return this.data.copyTo(data); in serialize() 131 data.copyTo(newData); in data() 207 this.rData.copyTo(newData); in internalWriteData()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | NioByteStringTest.java | 125 testString.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 130 assertTrue(CLASSNAME + ".copyTo(4 arg) must give the expected bytes", stillEqual); in testCopyTo_ByteArrayOffsetLength() 140 testString.copyTo(destination, testString.size() + 1 - length, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 148 testString.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 156 testString.copyTo(destination, 0, -1, length); in testCopyTo_ByteArrayOffsetLengthErrors() 166 testString.copyTo(destination, 0, 0, -1); in testCopyTo_ByteArrayOffsetLengthErrors() 174 testString.copyTo(destination, 2 * testString.size(), 0, length); in testCopyTo_ByteArrayOffsetLengthErrors() 184 testString.copyTo(destination, 0, 2 * destination.length, length); in testCopyTo_ByteArrayOffsetLengthErrors() 196 testString.copyTo(myBuffer); in testCopyTo_ByteBuffer() 199 CLASSNAME + ".copyTo(ByteBuffe in testCopyTo_ByteBuffer() [all...] |
H A D | LiteralByteStringTest.java | 138 stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 143 assertTrue(classUnderTest + ".copyTo(4 arg) must give the expected bytes", stillEqual); in testCopyTo_ByteArrayOffsetLength() 153 stringUnderTest.copyTo( in testCopyTo_ByteArrayOffsetLengthErrors() 162 stringUnderTest.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 172 stringUnderTest.copyTo(destination, 0, -1, length); in testCopyTo_ByteArrayOffsetLengthErrors() 182 stringUnderTest.copyTo(destination, 0, 0, -1); in testCopyTo_ByteArrayOffsetLengthErrors() 190 stringUnderTest.copyTo(destination, 2 * stringUnderTest.size(), 0, length); in testCopyTo_ByteArrayOffsetLengthErrors() 200 stringUnderTest.copyTo(destination, 0, 2 * destination.length, length); in testCopyTo_ByteArrayOffsetLengthErrors() 211 stringUnderTest.copyTo(myBuffer); in testCopyTo_ByteBuffer() 213 classUnderTest + ".copyTo(ByteBuffe in testCopyTo_ByteBuffer() [all...] |
H A D | DiscardUnknownFieldsTest.java | 79 payload.copyTo(copied, 0); in assertReuseCodedInputStreamPreserve() 80 payload.copyTo(copied, messageSize); in assertReuseCodedInputStreamPreserve()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkBuffer.cpp | 112 void Buffer::copyTo(void *dstMemory, VkDeviceSize pSize, VkDeviceSize pOffset) const in copyTo() function in vk::Buffer 119 void Buffer::copyTo(Buffer *dstBuffer, const VkBufferCopy2KHR &pRegion) const in copyTo() function in vk::Buffer 121 copyTo(dstBuffer->getOffsetPointer(pRegion.dstOffset), pRegion.size, pRegion.srcOffset); in copyTo()
|
H A D | VkBuffer.hpp | 35 void copyTo(void *dstMemory, VkDeviceSize size, VkDeviceSize offset) const; 36 void copyTo(Buffer *dstBuffer, const VkBufferCopy2KHR &pRegion) const;
|
H A D | VkImage.hpp | 62 void copyTo(Image *dstImage, const VkImageCopy2KHR ®ion) const; 63 void copyTo(Buffer *dstBuffer, const VkBufferImageCopy2KHR ®ion); 67 void copyTo(uint8_t *dst, unsigned int dstPitch) const;
|
/third_party/skia/src/android/ |
H A D | SkAnimatedImage.cpp | 141 bool SkAnimatedImage::Frame::copyTo(Frame* dst) const { in copyTo() function in SkAnimatedImage::Frame 274 fDecodingFrame.copyTo(&fRestoreFrame); in decodeNextFrame() 278 if (!fDisplayFrame.copyTo(&fDecodingFrame)) { in decodeNextFrame() 287 } else if (!fRestoreFrame.copyTo(&fDecodingFrame)) { in decodeNextFrame()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | GlyphStripper.java | 90 originalGlyfData.slice(glyphOffset, headerAndNumberOfContoursSize).copyTo(newGlyfSlice); in writeHeaderAndContoursSize() 104 originalGlyfSlice.copyTo(newGlyfSlice); in writeEndSimpleGlyph() 114 originalGlyphSlice.copyTo(newGlyf); in stripCompositeGlyph()
|
H A D | PostScriptTableBuilder.java | 362 src.readFontData().slice(0, V1_TABLE_SIZE).copyTo(v1Data); in initV1From() 402 v1Data.copyTo(data); in build()
|
H A D | GlyphRenumberer.java | 85 glyph.copyTo(result); in renumberCompositeGlyph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCShuffler.cpp | 79 void HexagonMCShuffler::copyTo(MCInst &MCB) { in copyTo() function in HexagonMCShuffler 97 copyTo(MCB); in reshuffleTo() 162 MCS.copyTo(MCB); in HexagonMCShuffle()
|
H A D | HexagonMCShuffler.h | 45 void copyTo(MCInst &MCB);
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RopeByteString.java | 234 left.copyTo(bytes, 0, 0, leftSize); in concatenateBytes() 235 right.copyTo(bytes, 0, leftSize, rightSize); in concatenateBytes() 415 public void copyTo(ByteBuffer target) { in copyTo() method in RopeByteString 416 left.copyTo(target); in copyTo() 417 right.copyTo(target); in copyTo() 885 currentPiece.copyTo(b, currentPieceIndex, offset, count); in readSkipInternal()
|
H A D | ByteString.java | 634 * #substring(int, int)}. Example: {@code byteString.substring(start, end).copyTo(target, offset)} 640 public void copyTo(byte[] target, int offset) { in copyTo() method in ByteString 641 copyTo(target, 0, offset, size()); in copyTo() 653 * numberToCopy).copyTo(target, targetOffset)} 656 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() method in ByteString 665 * Internal (package private) implementation of {@link #copyTo(byte[],int,int,int)}. It assumes 675 * #substring(int, int)}. Example: {@code byteString.substring(start, end).copyTo(target)} 682 public abstract void copyTo(ByteBuffer target); in copyTo() method in ByteString 1365 public final void copyTo(ByteBuffer target) { in copyTo() method in ByteString.LiteralByteString
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
H A D | ByteArrayTests.java | 57 ba.copyTo(fixedCopy); in copyTest() 62 ba.copyTo(growableCopy); in copyTest()
|
H A D | OpenTypeDataTests.java | 59 int length = source.copyTo(destination); in testCopy()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | MtxHeadBuilder.java | 72 src.readFontData().slice(0, HEAD_TABLE_SIZE).copyTo(data); in initFrom()
|
/third_party/protobuf/conformance/ |
H A D | ConformanceJava.java | 112 bytes.copyTo(buffer); in decode() 130 bytes.copyTo(buffer); in decode() 140 bytes.copyTo(buffer); in decode()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | OTSubTable.java | 120 internalReadData().copyTo(newData); in subSerialize()
|