Searched defs:Q (Results 1 – 4 of 4) sorted by relevance
108 SmallMap(SmallMap<Q, W, M, E> other) : map_(std::move(other.map_)) {} in SmallMap() function
156 public void setSamples(int minimum, int preferred, float Q) { in setSamples()
1223 public static final int Q = 29; field in Build.VERSION_CODES1483 public static final int Q = VERSION_CODES.Q * SDK_INT_MULTIPLIER; field in Build.VERSION_CODES_FULL
1742 public static void getQuaternionFromVector(float[] Q, float[] rv) { in getQuaternionFromVector()