Home
last modified time | relevance | path

Searched refs:destinationOffset (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java131 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()
DNioByteStringTest.java125 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/
DGrMtlBuffer.mm156 destinationOffset: 0
DGrMtlGpu.mm865 destinationOffset: 0
/external/skqp/src/gpu/mtl/
DGrMtlBuffer.mm161 destinationOffset: 0
DGrMtlGpu.mm798 destinationOffset: 0
/external/kotlinc/lib/
Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/jvm/ kotlin/ ...