Home
last modified time | relevance | path

Searched +defs:q +defs:r (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java246 protected void withCallers(List<Context> callers, Runnable r) { in withCallers()
288 protected void runWithStrictMode(Runnable r) { in runWithStrictMode()
303 protected void runWithNoStrictMode(Runnable r) { in runWithNoStrictMode()
315 protected void runWithCaller(Context callerContext, Runnable r) { in runWithCaller()
325 protected void runWithCallerWithStrictMode(Context callerContext, Runnable r) { in runWithCallerWithStrictMode()
329 protected void runWithCallerWithNoStrictMode(Context callerContext, Runnable r) { in runWithCallerWithNoStrictMode()
559 final ShortcutQuery q = new ShortcutQuery(); in getShortcutsAsLauncher() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java54 float r, q; in testGetAltitude() local
208 float [] q = new float[4]; in testGetQuaternionFromVector() local
354 float [] q = new float[4]; in testGetRotationMatrixFromVector() local
647 float [] r = new float[9]; in mat9Mul() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java1294 private static double [] quat2rpy( double [] q) { in quat2rpy()
1301 private static void quat2rpy( double [] q, double[] rpy) { in quat2rpy()
1308 double [] q = new double[4]; in quat2rpy() local
1320 private static double [] rodr2quat( double [] r) { in rodr2quat()
1327 private static void rodr2quat( double [] r, double [] quat) { in rodr2quat()
1337 double [] r = new double[3]; in rodr2quat() local
1347 private static double [] rodr2rpy( double [] r) { in rodr2rpy()