Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DPacketReflector.java64 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) { in swapBytes() argument
67 buf[pos1 + i] = buf[pos2 + i]; in swapBytes()
68 buf[pos2 + i] = b; in swapBytes()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathMeasureTest.java70 float[] pos2 = { 1f, 2f }; in testGetPosTan() local
72 assertFalse(mPathMeasure.getPosTan(distance, pos2, tan2)); in testGetPosTan()