/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | KalmanFilter.java | 37 mx = mF.dot(mx); in predict() 38 mP = mF.dot(mP).dotTranspose(mF).plus(mQ); in predict() 45 Matrix y = z.minus(mH.dot(mx)); in update() 46 Matrix tS = mH.dot(mP).dotTranspose(mH).plus(mR); in update() 47 Matrix tK = mP.dotTranspose(mH).dot(tS.inverse()); in update() 48 mx = mx.plus(tK.dot(y)); in update() 49 mP = mP.minus(tK.dot(mH).dot(mP)); in update()
|
D | Matrix.java | 189 public Matrix dot(Matrix that) { in dot() method in Matrix 190 return dot(that, new Matrix(this.n, that.m)); in dot() 203 public Matrix dot(Matrix that, Matrix result) { in dot() method in Matrix
|
/packages/modules/DnsResolver/tests/ |
D | resolv_private_dns_test.cpp | 304 EXPECT_EQ(dot.queries(), dotQueries); in expectQueries() 356 test::DnsTlsFrontend dot{test::kDefaultListenAddr, kDotPortString, "127.0.2.3", kDnsPortString}; member in BasePrivateDnsTest 383 ASSERT_TRUE(dot.startServer()); in SetUp() 431 EXPECT_TRUE(dot.waitForQueries(1)); in TEST_P() 432 dot.clearQueries(); in TEST_P() 446 dot.stopServer(); in TEST_P() 499 EXPECT_TRUE(dot.waitForQueries(1)); in TEST_P() 500 dot.clearQueries(); in TEST_P() 516 dot.stopServer(); in TEST_P() 566 EXPECT_TRUE(dot.waitForQueries(1)); in TEST_P() [all …]
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/ |
D | FanSpeedBarSegment.java | 116 GradientDrawable dot = new GradientDrawable(); in initView() local 117 dot.setColor(res.getColor(R.color.hvac_fanspeed_segment_color)); in initView() 118 dot.setSize(mDotSize, mDotSize); in initView() 119 dot.setCornerRadius(mDotSize / 2); in initView() 120 setImageDrawable(dot); in initView()
|
/packages/modules/DnsResolver/tests/fuzzer/ |
D | resolv_fuzzer_utils.cpp | 26 test::DnsTlsFrontend dot{kDefaultServer, kDotPortString, "127.0.2.3", kDnsPortString}; variable 59 dot.startServer(); in InitServers() 67 dot.clearQueries(); in CleanServers()
|
D | resolv_getaddrinfo_fuzzer.cpp | 38 dot.setDelayQueries(2); in LLVMFuzzerTestOneInput() 39 dot.setDelayQueriesTimeout(1000); in LLVMFuzzerTestOneInput()
|
D | resolv_fuzzer_utils.h | 42 extern test::DnsTlsFrontend dot;
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | MatrixTest.java | 97 assertEquals(m3, m1.dot(m2)); in testMultiplication() 109 Matrix m12 = m1.dot(m2); in testInverse() 110 Matrix m21 = m2.dot(m1); in testInverse() 166 assertEquals(m1.dot(m2.transpose()), m1.dotTranspose(m2)); in testMultiplicationByTranspose()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/ |
D | Vector3.java | 112 public static float dot(@NonNull Vector3 lhs, @NonNull Vector3 rhs) { in dot() method in Vector3 179 float dot = Vector3.dot(a, b); in angleBetweenVectors() local 180 float cos = dot / combinedLength; in angleBetweenVectors()
|
D | Quaternion.java | 272 public static float dot(@NonNull Quaternion lhs, @NonNull Quaternion rhs) { in dot() method in Quaternion 297 float cosTheta0 = dot(start, orientation1); in slerp() 345 float cosTheta = Vector3.dot(start, end); in rotationBetweenVectors()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 661 private void setDotRevealFraction(int dot, float fraction) { in setDotRevealFraction() argument 662 dotRevealFractions[dot] = fraction; in setDotRevealFraction() 829 for (int dot : dotsToHide) { in PendingRetreatAnimator() 830 setDotRevealFraction(dot, MINIMAL_REVEAL); in PendingRetreatAnimator() 851 private final int dot; field in DotsPageIndicator.PendingRevealAnimator 853 public PendingRevealAnimator(int dot, StartPredicate predicate) { in PendingRevealAnimator() argument 855 this.dot = dot; in PendingRevealAnimator() 864 setDotRevealFraction(PendingRevealAnimator.this.dot, in PendingRevealAnimator() 872 setDotRevealFraction(PendingRevealAnimator.this.dot, 0f); in PendingRevealAnimator()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | VelocityBasedConnectedScore.java | 58 mFilter.mQ = tG.dotTranspose(tG).dot(new Matrix(2, new double[]{ in setDeltaTimeSeconds() 187 x = mFilter.mF.dot(x); in generateScore()
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | RenderTopView.cpp | 88 Result[3][0] = -dot(vRt, eye); in cameraLookMatrix() 89 Result[3][1] = -dot(vUp, eye); in cameraLookMatrix() 90 Result[3][2] = dot(vAt, eye); in cameraLookMatrix()
|
/packages/apps/Launcher3/src/com/android/launcher3/dot/ |
D | FolderDotInfo.java | 17 package com.android.launcher3.dot;
|
D | DotInfo.java | 17 package com.android.launcher3.dot;
|
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/java/ |
D | StatsGenerator.java | 123 int dot = name.lastIndexOf('.'); in convertToSymbolGroupPrefix() local 124 if (dot >= 0) { in convertToSymbolGroupPrefix() 125 name = name.substring(dot + 1); in convertToSymbolGroupPrefix()
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 145 # will interpret the first line (until the first dot) of a JavaDoc-style 153 # interpret the first line (until the first dot) of a Qt-style 1366 # Configuration options related to the dot tool 1373 # fallback. It is recommended to install and use dot, since it yields more 1393 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1401 # directory and reference it in all dot files that doxygen generates. This 1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font, 1411 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 1416 # By default doxygen will tell dot to use the output directory to look for the 1418 # different font using DOT_FONTNAME you can set the path where dot [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 145 # will interpret the first line (until the first dot) of a JavaDoc-style 153 # interpret the first line (until the first dot) of a Qt-style 1366 # Configuration options related to the dot tool 1373 # fallback. It is recommended to install and use dot, since it yields more 1393 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1401 # directory and reference it in all dot files that doxygen generates. This 1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font, 1411 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 1416 # By default doxygen will tell dot to use the output directory to look for the 1418 # different font using DOT_FONTNAME you can set the path where dot [all …]
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CbGeoUtils.java | 400 double dot = sub1.x * sub2.x + sub1.y * sub2.y; in distance() local 403 double magnitude = dot / lengthSquared; in distance()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/ |
D | Vector3Test.java | 44 float dotProduct = Vector3.dot(v1, v2); in testDot()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayContext.java | 25 import com.android.launcher3.dot.DotInfo;
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupDataProvider.java | 26 import com.android.launcher3.dot.DotInfo;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarPopupController.java | 34 import com.android.launcher3.dot.FolderDotInfo;
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ActivityContext.java | 67 import com.android.launcher3.dot.DotInfo;
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 64 import com.android.launcher3.dot.FolderDotInfo;
|