Home
last modified time | relevance | path

Searched +defs:m +defs:r (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/ndef/src/android/ndef/cts/
DNdefTest.java40 NdefRecord r; in testConstructor() local
389 NdefMessage m; in testCreateApplicationRecord() local
390 NdefRecord r; in testCreateApplicationRecord() local
435 NdefRecord r; in testToByteArray() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp77 Matrix* m = newTranslate(x, y, z); in translate() local
87 Matrix* m = newScale(x, y, z); in scale() local
97 Matrix* m = newRotate(radians, x, y, z); in rotate() local
106 void Matrix::multiply(const Matrix& l, const Matrix& r) { in multiply()
134 Matrix* m = new Matrix(); in newLookAt() local
202 Matrix* m = new Matrix(); in newFrustum() local
226 Matrix* m = new Matrix(); in newTranslate() local
236 Matrix* m = new Matrix(); in newScale() local
246 Matrix* m = new Matrix(); in newRotate() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java54 float r, q; in testGetAltitude() local
621 private static float [] mat9to16(float [] m) { in mat9to16()
633 private static float [] mat16to9(float [] m) { in mat16to9()
644 private static float [] mat9Mul(float [] m, float [] n) { in mat9Mul()
647 float [] r = new float[9]; in mat9Mul() local
658 private static float [] mat9T(float [] m) { in mat9T()
672 float [] m = new float[9]; in mat9I() local
678 float [] m = new float[9]; in mat9Rot() local
714 private static float [] mat9Axis(float m[], int axis) { in mat9Axis()
758 private static String mat9ToStr(float m[]) { in mat9ToStr()
[all …]
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerNegativeTest.java65 Method m = null; in callMethodExpectingSecurityException() local
123 try (BufferedReader r = new BufferedReader(new InputStreamReader(p.getInputStream()))) { in runCommand()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java311 int pack(float a, float r, float g, float b) { in pack()
323 int pack(int a, int r, int g, int b) { in pack()
672 Matrix4f m = new Matrix4f(); in testColorMatrix() local
764 float r = f; in testLUT() local
815 Matrix4f m = new Matrix4f(); in testScriptGroup() local
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java507 java.lang.reflect.Method m = clazz.getDeclaredMethod(methodName, paramTypes); in checkNonSdkApiUsageViolation() local
642 private static void assertViolation(String expected, ThrowingRunnable r) throws Exception { in assertViolation()
646 private static void assertNoViolation(ThrowingRunnable r) throws Exception { in assertNoViolation()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java178 private void runWithRetries(int timeoutSeconds, ThrowingRunnable r) throws Throwable { in runWithRetries()
320 final Matcher m = pat.matcher(output); in assertOomAdjustment() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java329 Mat m = new Mat(3,3, CvType.CV_64F); in cameraMatrix() 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()
/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java399 BigInteger r = new BigInteger(Arrays.copyOfRange(signature, 0, 32)); in signatureCoseToDer() local
682 Mac m = Mac.getInstance("HmacSHA256"); in coseMac0() local
1095 int m = 0; in stripLeadingZeroes() local
1103 int n, m, o; in hexdump() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java592 Matrix m = new Matrix(); in testAllOutputYUVResolutions() local
799 int r = (int) Math.max(0.0f, Math.min(COLOR_RANGE, y + 1.402f * (cr - 128))); in convertPixelYuvToRgba() local
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp119 uint32_t m = bits & 0x3FF; in FloatFromHalf() local
151 int32_t m = bits & 0x7FFFFF; in HalfFromFloat() local
412 const uint8_t r = golden_pixel[0]; in GetGoldenColor() local