Searched refs:destinationOffset (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 131 int destinationOffset = 50; in testCopyTo_ByteArrayOffsetLength() local 133 byte[] destination = new byte[destinationOffset + length]; in testCopyTo_ByteArrayOffsetLength() 135 stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 138 stillEqual = referenceBytes[i + sourceOffset] == destination[i + destinationOffset]; in testCopyTo_ByteArrayOffsetLength() 144 int destinationOffset = 50; in testCopyTo_ByteArrayOffsetLengthErrors() local 146 byte[] destination = new byte[destinationOffset + length]; in testCopyTo_ByteArrayOffsetLengthErrors() 151 destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 160 stringUnderTest.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors()
|
D | NioByteStringTest.java | 125 int destinationOffset = 50; in testCopyTo_ByteArrayOffsetLength() local 127 byte[] destination = new byte[destinationOffset + length]; in testCopyTo_ByteArrayOffsetLength() 129 testString.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 132 stillEqual = BYTES[i + sourceOffset] == destination[i + destinationOffset]; in testCopyTo_ByteArrayOffsetLength() 138 int destinationOffset = 50; in testCopyTo_ByteArrayOffsetLengthErrors() local 140 byte[] destination = new byte[destinationOffset + length]; in testCopyTo_ByteArrayOffsetLengthErrors() 145 destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 154 testString.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlBuffer.mm | 156 destinationOffset: 0
|
D | GrMtlGpu.mm | 865 destinationOffset: 0
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlBuffer.mm | 161 destinationOffset: 0
|
D | GrMtlGpu.mm | 798 destinationOffset: 0
|
/external/kotlinc/lib/ |
D | kotlin-stdlib.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/jvm/
kotlin/ ... |