Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DKalmanFilter.java37 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()
DMatrix.java189 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/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Dmakefile1 %.pdf: %.dot
2 dot $< -Tpdf -o $@
4 %.png: %.dot
5 dot $< -Tpng -o $@
7 DOTFILES = $(basename $(wildcard *.dot))
Dnormalparsing.dot50 edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false]
Dinsituparsing.dot58 edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false]
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanSpeedBarSegment.java69 GradientDrawable dot = new GradientDrawable();
70 dot.setColor(res.getColor(R.color.hvac_fanspeed_segment_color)); in res.getColor()
71 dot.setSize(mDotSize, mDotSize); in dot.setSize()
72 dot.setCornerRadius(mDotSize / 2);
73 setImageDrawable(dot);
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java661 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/tests/wifitests/src/com/android/server/wifi/util/
DMatrixTest.java97 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/services/Car/cpp/evs/apps/default/
DRenderTopView.cpp90 Result[3][0] =-dot(vRt, eye); in cameraLookMatrix()
91 Result[3][1] =-dot(vUp, eye); in cameraLookMatrix()
92 Result[3][2] = dot(vAt, eye); in cameraLookMatrix()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DVelocityBasedConnectedScore.java58 mFilter.mQ = tG.dotTranspose(tG).dot(new Matrix(2, new double[]{ in setDeltaTimeSeconds()
185 x = mFilter.mF.dot(x); in generateScore()
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile145 # 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_mos/doc/
Dfeature_mos_API_doxyfile145 # 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/
DCbGeoUtils.java399 double dot = sub1.x * sub2.x + sub1.y * sub2.y; in distance() local
402 double magnitude = dot / lengthSquared; in distance()
/packages/apps/Launcher3/src/com/android/launcher3/dot/
DFolderDotInfo.java17 package com.android.launcher3.dot;
DDotInfo.java17 package com.android.launcher3.dot;
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java25 import com.android.launcher3.dot.DotInfo;
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in184 # first line (until the first dot) of a Javadoc-style comment as the brief
193 # line (until the first dot) of a Qt-style comment as the brief description. If
1820 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
2075 # Configuration options related to the dot tool
2081 # disabled, but it is recommended to install and use dot, since it yields more
2109 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2118 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2128 # When you want a differently looking font n the dot files that doxygen
2130 # sure dot is able to find the font, which can be done by putting it in a
2139 # dot graphs.
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationInfo.java34 import com.android.launcher3.dot.DotInfo;
/packages/apps/Car/Media/src/com/android/car/media/
DMediaActivity.java668 float dot = VectorMath.dotProduct(mCloseVectorX, mCloseVectorY, moveX, moveY); in onFling() local
669 float cos = dot / (mCloseVectorNorm * moveVectorNorm); in onFling()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/conversationlist/
DConversationItemViewHolder.java72 mDotSeparatorView = itemView.findViewById(R.id.dot); in ConversationItemViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java26 import com.android.launcher3.dot.DotInfo;
DPopupContainerWithArrow.java53 import com.android.launcher3.dot.DotInfo;
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java49 import com.android.launcher3.dot.DotInfo;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java61 import com.android.launcher3.dot.FolderDotInfo;
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz1dictionary=emoji:en,description=Emoji for English words,locale=en,date ...

12