Home
last modified time | relevance | path

Searched refs:Offset (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java186 int Offset = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy1D_Byte_Normal() local
187 int Count = AC.RN.nextInt(AC.Width - Offset); in testDebugContextRsAllocationCopy1D_Byte_Normal()
188 Soob.set_dstXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_Normal()
189 Soob.set_srcXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_Normal()
204 if (Offset <= i && i < Offset + Count) { in testDebugContextRsAllocationCopy1D_Byte_Normal()
283 int Offset = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD() local
284 int Count = AC.RN.nextInt(AC.Width - Offset); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD()
285 Soob.set_dstXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD()
286 Soob.set_srcXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD()
307 int Offset = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy1D_Byte_BadDstLOD() local
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt35 class Offset(val dx: Float, val dy: Float) { class
37 return this === other || (other as? Offset)?.let { in equals()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt35 class Offset(val dx: Float, val dy: Float) { class
37 return this === other || (other as? Offset)?.let { in equals()
/cts/tools/release-parser/proto/
Drelease.proto235 // Offset of the dex file in the vdex file.
244 // Offset of dex sections that will have different runtime madvise states.