Searched +defs:q +defs:r (Results 1 – 3 of 3) sorted by relevance
246 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
54 float r, q; in testGetAltitude() local208 float [] q = new float[4]; in testGetQuaternionFromVector() local354 float [] q = new float[4]; in testGetRotationMatrixFromVector() local647 float [] r = new float[9]; in mat9Mul() local
1294 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() local1320 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() local1347 private static double [] rodr2rpy( double [] r) { in rodr2rpy()