Home
last modified time | relevance | path

Searched refs:vt (Results 1 – 5 of 5) sorted by relevance

/cts/tests/input/src/android/input/cts/
DVelocityTrackerTest.kt201 val vt = VelocityTracker.obtain() in testUsesRawCoordinates() constant
211 vt.addMovement(event) in testUsesRawCoordinates()
213 vt.computeCurrentVelocity(1000) in testUsesRawCoordinates()
214 if (vt.xVelocity == 0f || vt.yVelocity == 0f) { in testUsesRawCoordinates()
226 val vt = VelocityTracker.obtain() in testIsAxisSupported() constant
232 if (vt.isAxisSupported(axis) != expectedSupport) { in testIsAxisSupported()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteRawStatementTest.java193 String vt = String.format("text%02dvalue", row); in testInsert() local
197 s.bindText(3, vt); in testInsert()
241 String vt = s.getColumnText(2); in testInsert() local
247 assertEquals("text03value", vt); in testInsert()
DSQLiteDatabaseTest.java2434 String vt = String.format("text%02dvalue", i); in testAutomaticCounters() local
2437 s.bindText(3, vt); in testAutomaticCounters()
2459 String vt = String.format("text%02dvalue", i); in testAutomaticCounters() local
2462 s.bindText(3, vt); in testAutomaticCounters()
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py472 u, _, vt = np.linalg.svd(np.dot(x0.T, y0), full_matrices=False)
473 return np.dot(vt.T, u.T)
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...