Home
last modified time | relevance | path

Searched defs:dot (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h38 const char dot = '.'; variable
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DTernaryOp.cpp42 uint64_t dot = m_pOperand[0]->value(); in eval() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DMatrix.java189 public Matrix dot(Matrix that) { in dot() method in Matrix
203 public Matrix dot(Matrix that, Matrix result) { in dot() method in Matrix
/aosp12/frameworks/base/libs/hwui/
H A DVector.h89 float dot(const Vector2& v) const { return x * v.x + y * v.y; } in dot() function
/aosp12/system/sepolicy/tools/
H A Dversion_policy.c91 char *dot; in main() local
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
H A DFanSpeedBarSegment.java102 GradientDrawable dot = new GradientDrawable(); in initView() local
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DVectorUtil.java35 public static double dot(double[] a, double[] b) { in dot() method in VectorUtil
H A DQuaternion.java44 private static double dot(double[] a, double[] b) { in dot() method in Quaternion
/aosp12/art/dexdump/
H A Ddexdump.cc760 std::unique_ptr<char[]> dot(descriptorToDot(interfaceName)); in dumpInterface() local
1178 std::unique_ptr<char[]> dot(descriptorToDot(backDescriptor)); in dumpBytecodes() local
1305 std::unique_ptr<char[]> dot(descriptorClassToName(backDescriptor)); in dumpMethod() local
1316 std::unique_ptr<char[]> dot(descriptorToDot(returnType + 1)); in dumpMethod() local
1358 std::unique_ptr<char[]> dot(descriptorToDot(tmpBuf)); in dumpMethod() local
1411 std::unique_ptr<char[]> dot(descriptorToDot(typeDescriptor)); in dumpField() local
1531 std::unique_ptr<char[]> dot(descriptorClassToName(classDescriptor)); in dumpClass() local
/aosp12/art/dexlayout/
H A Ddexlayout.cc776 std::string dot(DescriptorToDot(interface_name)); in DumpInterface() local
1034 std::string dot(DescriptorToDot(back_descriptor)); in DumpBytecodes() local
1210 std::string dot(DescriptorClassToName(back_descriptor)); in DumpMethod() local
1221 std::string dot(DescriptorToDot(return_type + 1)); in DumpMethod() local
1263 std::string dot(DescriptorToDot(tmp_buf)); in DumpMethod() local
1317 std::string dot(DescriptorToDot(type_descriptor)); in DumpSField() local
1426 std::string dot(DescriptorClassToName(class_descriptor)); in DumpClass() local
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp36 const char *dot = fileName + strlen(fileName); in GetFileNameStem() local
70 const char *dot = rsFileName + strlen(rsFileName); in InternalFileNameConvert() local
/aosp12/frameworks/native/cmds/lshal/
H A DPipeRelay.cpp34 auto dot = interfaceName.rfind("."); in getThreadName() local
/aosp12/frameworks/base/media/mca/filterpacks/native/base/
H A Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot() function
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java661 private void setDotRevealFraction(int dot, float fraction) { in setDotRevealFraction()
851 private final int dot; field in DotsPageIndicator.PendingRevealAnimator
853 public PendingRevealAnimator(int dot, StartPredicate predicate) { in PendingRevealAnimator()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp339 Output::dot_iterator dot = (*it)->find_first_explicit_dot(); in fixupDotSymbols() local
360 Output::dot_iterator dot = (*it)->find_last_explicit_dot(); in fixupDotSymbols() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipPinchResizingAlgorithm.java117 private float dot(PointF p1, PointF p2) { in dot() method in PipPinchResizingAlgorithm
/aosp12/frameworks/native/libs/math/include/math/
H A DTQuatHelpers.h167 constexpr T PURE dot(const QUATERNION<T>& p, const QUATERNION<RT>& q) { in dot() function
H A DTVecHelpers.h416 friend inline CONSTEXPR T PURE dot(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in dot() function
/aosp12/bootable/recovery/recovery_utils/
H A Dlogging.cpp105 size_t dot = name.find_last_of('.'); in logrotate() local
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DCbGeoUtils.java399 double dot = sub1.x * sub2.x + sub1.y * sub2.y; in distance() local
/aosp12/frameworks/base/libs/hwui/jni/
H A DCamera.cpp108 SkScalar dot = v->dotWithNormal(x, y, z); in Camera_dotWithNormal() local
/aosp12/system/extras/sound/
H A Dplaywav.c369 const char *dot = strrchr(fn, '.'); in main() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DSwipe.java295 float dot = currentDX * nextDX + currentDY * nextDY; in recognizeGesture() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/proguard/
H A DProguardMap.java447 int dot = filename.lastIndexOf('.'); in getFileName() local
/aosp12/frameworks/base/core/java/android/util/
H A DMathUtils.java127 public static float dot(float v1x, float v1y, float v2x, float v2y) { in dot() method in MathUtils

12