/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | MatrixTest.java | 49 Matrix m1 = new Matrix(0, 20); in testDegenerate() local 59 Matrix m1 = new Matrix(2, new double[]{1, 2, 3, 4}); in testAddition() local 70 Matrix m1 = new Matrix(2, new double[]{1, 2, 3, 4}); in testSubtraction() local 81 Matrix m1 = new Matrix(2, new double[]{1, 2, 3, 4}); in testScalarMultiplication() local 92 Matrix m1 = new Matrix(2, new double[]{1, 2, 3, 4}); in testMultiplication() local 105 Matrix m1 = new Matrix(3, new double[]{10, 1, -1, 2, 14, -1, 0, 2, 20}); in testInverse() local 136 Matrix m1 = generatePermutationMatrix(size, new Random(132)); in testInverseOfPermutation() local 148 Matrix m1 = new Matrix(3, new double[]{10, 1, -1, 0, 0, 0, 0, 0, 0}); in testSingularity() local 162 Matrix m1 = new Matrix(2, new double[]{1, 2, 3, 4, 5, 6}); in testMultiplicationByTranspose() local 172 Matrix m1 = new Matrix(2, new double[]{1, 2, 3, 4, 5, 6}); in testMultiplicationByBadlyShapedTranspose() local [all …]
|
/frameworks/layoutlib/bridge/tests/src/android/graphics/ |
D | Matrix_DelegateTest.java | 29 Matrix m1 = new Matrix(); in testIdentity() local 38 Matrix m1 = new Matrix(); in testCopyConstructor() local 52 Matrix m1 = new Matrix(); in testInvert() local
|
/frameworks/native/libs/ui/tests/ |
D | BufferHubMetadata_test.cpp | 28 BufferHubMetadata m1 = BufferHubMetadata::create(std::numeric_limits<uint32_t>::max()); in TEST_F() local 33 BufferHubMetadata m1 = BufferHubMetadata::create(kEmptyUserMetadataSize); in TEST_F() local 39 BufferHubMetadata m1 = BufferHubMetadata::create(kEmptyUserMetadataSize); in TEST_F() local 66 BufferHubMetadata m1 = BufferHubMetadata::create(sizeof(int)); in TEST_F() local
|
/frameworks/native/libs/math/tests/ |
D | mat_test.cpp | 43 mat4 m1(2); in TEST_F() local 70 mat4 m1(2); in TEST_F() local 84 mat4 m1(2); in TEST_F() local 122 mat4 m1(vec4(1, 2, 3, 4), vec4(5, 6, 7, 8), vec4(9, 10, 11, 12), vec4(13, 14, 15, 16)); in TEST_F() local 181 mat3 m1(2); in TEST_F() local 201 mat3 m1(2); in TEST_F() local 212 mat3 m1(2); in TEST_F() local 249 mat3 m1(vec3(1, 2, 3), vec3(4, 5, 6), vec3(7, 8, 9)); in TEST_F() local 288 mat2 m1(2); in TEST_F() local 303 mat2 m1(2); in TEST_F() local [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLinkLayerStatsTest.java | 57 int m1 = a & ~b; in bumpCounters() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | KeyEventDispatcherTest.java | 562 Message m1 = getTimedMessage(mInputEventsHandler, 1); in assertTwoKeyEventsSentToFrameworkInOrder() local
|
/frameworks/av/include/media/ |
D | Interpolator.h | 143 S m0, m1; in findY() local
|
/frameworks/base/tests/JankBench/app/src/main/jni/ |
D | test.cpp | 116 uint8_t * volatile m1 = (uint8_t *)malloc(1024*1024*64); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest() local
|
/frameworks/native/opengl/libagl/ |
D | light.cpp | 163 const GLfixed* m0, const GLfixed* m1, const GLfixed* a) in vmla3() 171 void vmul3(GLfixed* d, const GLfixed* m0, const GLfixed* m1) { in vmul3()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix4f.java | 329 Matrix4f m1 = new Matrix4f(); in loadProjectionNormalized() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix4f.java | 328 Matrix4f m1 = new Matrix4f(); in loadProjectionNormalized() local
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 741 Matrix m1 = new Matrix(); local
|
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 698 MonitoredPackage m1 = wd.new MonitoredPackage(APP_A, LONG_DURATION, in testPackageHealthCheckStateTransitions() local
|
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 1203 std::map<int, std::pair<std::string, int>> m1 = {{0, {"a", 2}}, in TEST() local
|