Home
last modified time | relevance | path

Searched refs:left (Results 1 - 25 of 265) sorted by relevance

1234567891011

/test/testfwk/arkxtest/uitest/record/
H A Dutils.h21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument
23 return (std::abs(left - right) <= epsilon); in NearEqual()
27 constexpr bool NearEqual(const T& left, const T& right);
30 inline bool NearEqual<float>(const float& left, const float& right) in NearEqual() argument
33 return NearEqual(left, right, epsilon); in NearEqual()
37 inline bool NearEqual<double>(const double& left, const double& right) in NearEqual() argument
40 return NearEqual(left, right, epsilon); in NearEqual()
44 constexpr bool NearEqual(const T& left, const T& right) in NearEqual() argument
46 return left == right; in NearEqual()
54 inline bool NearEqual(const double left, cons argument
60 NearZero(const double left) NearZero() argument
66 LessOrEqual(double left, double right) LessOrEqual() argument
72 LessNotEqual(double left, double right) LessNotEqual() argument
78 GreatOrEqual(double left, double right) GreatOrEqual() argument
84 GreatNotEqual(double left, double right) GreatNotEqual() argument
[all...]
/test/xts/acts/graphic/displayNdk/entry/src/main/cpp/
H A Dnapi_init.cpp250 i, cutOutInfo->boundingRects[i].left, cutOutInfo->boundingRects[i].top, in CreateDefaultDisplayCutoutInfo()
253 OH_LOG_INFO(LOG_APP, "cutOutInfo waterfall left rect=[%{public}d %{public}d %{public}d %{public}d]", in CreateDefaultDisplayCutoutInfo()
254 cutOutInfo->waterfallDisplayAreaRects.left.left, cutOutInfo->waterfallDisplayAreaRects.left.top, in CreateDefaultDisplayCutoutInfo()
255 cutOutInfo->waterfallDisplayAreaRects.left.left, cutOutInfo->waterfallDisplayAreaRects.left.left); in CreateDefaultDisplayCutoutInfo()
257 cutOutInfo->waterfallDisplayAreaRects.top.left, cutOutInf in CreateDefaultDisplayCutoutInfo()
[all...]
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeRectTest.cpp61 // 3. Call OH_Drawing_RectSetLeft to set the x-coordinate of the top-left corner of rect in HWTEST_F()
63 // 4. Call OH_Drawing_RectSetTop to set the y-coordinate of the top-left corner of rect in HWTEST_F()
122 // 3. Call OH_Drawing_RectSetLeft to set the x-coordinate of the top-left corner of rect in HWTEST_F()
124 // 4. Call OH_Drawing_RectSetTop to set the y-coordinate of the top-left corner of rect in HWTEST_F()
172 * @tc.desc: Test for setting and getting the left coordinate of a rectangle with normal parameters.
180 // 2. Call OH_Drawing_RectSetLeft to set the x-coordinate of the top-left corner of rect in HWTEST_F()
182 // 3. Call OH_Drawing_RectGetLeft to get the x-coordinate of the top-left corner of rect, Returns the value set in HWTEST_F()
184 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
185 EXPECT_TRUE(IsScalarAlmostEqual(left, 100)); in HWTEST_F()
193 * @tc.desc: Test for setting the left coordinat
226 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
244 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
538 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
825 float left = OH_Drawing_RectGetLeft(dst); HWTEST_F() local
[all...]
H A DDrawingNativeTextBlobTest.cpp517 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
519 EXPECT_EQ(right - left > 0, true); in HWTEST_F()
581 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
583 EXPECT_EQ(right - left > 0, true); in HWTEST_F()
610 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
612 EXPECT_EQ(right - left > 0, true); in HWTEST_F()
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingRectLargeValueTest.cpp87 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
91 EXPECT_TRUE(IsScalarAlmostEqual(left, 10)); // 10 means left in HWTEST_F()
110 float left = OH_Drawing_RectGetLeft(rectSrc); in HWTEST_F() local
114 EXPECT_TRUE(IsScalarAlmostEqual(left, 11)); // 11 means left in HWTEST_F()
H A DNativeDrawingRectTest.cpp129 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
133 EXPECT_TRUE(IsScalarAlmostEqual(left, 10)); // 10 means left in HWTEST_F()
152 float left = OH_Drawing_RectGetLeft(rectSrc); in HWTEST_F() local
156 EXPECT_TRUE(IsScalarAlmostEqual(left, 11)); // 11 means left in HWTEST_F()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/tabs/router/
H A Dindex.js40 transformOrigin:'left top'
398 var left = rect.left; variable
401 ',left--' + left + ',top--' + top;
413 var left = rect.left; variable
416 ',left--' + left + ',top--' + top;
427 var left variable
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/tabs/router/
H A Dindex.js40 transformOrigin:'left top'
398 var left = rect.left; variable
401 ',left--' + left + ',top--' + top;
413 var left = rect.left; variable
416 ',left--' + left + ',top--' + top;
427 var left variable
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/tabs/router/
H A Dindex.js40 transformOrigin:'left top'
398 var left = rect.left; variable
401 ',left--' + left + ',top--' + top;
413 var left = rect.left; variable
416 ',left--' + left + ',top--' + top;
427 var left variable
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/tabs/router/
H A Dindex.js40 transformOrigin:'left top'
398 var left = rect.left; variable
401 ',left--' + left + ',top--' + top;
413 var left = rect.left; variable
416 ',left--' + left + ',top--' + top;
427 var left variable
[all...]
/test/ostest/wukong/report/src/
H A Dformat_csv.cpp40 ss << std::setw(column_size_[col]) << std::setiosflags(std::ios::left) << std::setfill(' ') << header[col]; in FormatDetail()
50 ss << std::setw(column_size_[col]) << std::setiosflags(std::ios::left) << std::setfill(' '); in FormatDetail()
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py691 left, middle, right = 23, 49, 49
692 two_segments = "{0:-<%s}{1:-<%s}+" % (left, middle + right)
693 two_rows = "|{0:^%s}|{1:^%s}|" % (left - 1, middle + right - 1)
695 three_segments = "{0:-<%s}{1:-<%s}{2:-<%s}+" % (left, middle, right)
697 (left - 1, middle - 1, right - 1)
723 if len(module) > left - 1:
724 module = "%s..." % module[:left - 4]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/canvas/router/
H A Dindex.js40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left; variable
432 ',left--' + left + ',top--' + top;
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/canvas/router/
H A Dindex.js40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left; variable
432 ',left--' + left + ',top--' + top;
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/canvas/router/
H A Dindex.js40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left; variable
432 ',left--' + left + ',top--' + top;
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/canvas/router/
H A Dindex.js40 transformOrigin:'left top'
88 left:0,
429 var left = rect.left; variable
432 ',left--' + left + ',top--' + top;
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dmake_report.py114 <th align='left'>
141 <h4 style="text-align: left;font-family: 微软雅黑;margin-left: 3%;">Summary</h4>
213 tabletitle = "<h4 style=\"text-align: left;font-family: 微软雅黑;margin-left: 3%;\">" + tabletitle + "</h4>"
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_Image/router/
H A Dindex.js19 left:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_Image/router/
H A Dindex.js19 left:0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_Image/router/
H A Dindex.js19 left:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_Image/router/
H A Dindex.js19 left:0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/camera/router/
H A Dindex.js40 transformOrigin:'left top'
464 var left = rect.left; variable
467 ',left--' + left + ',top--' + top;
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router1/
H A Dindex.js40 transformOrigin:'left top'
429 var left = rect.left; variable
432 ',left--' + left + ',top--' + top;
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router2/
H A Dindex.js40 transformOrigin:'left top'
426 var left = rect.left; variable
429 ',left--' + left + ',top--' + top;
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router/
H A Dindex.js40 transformOrigin:'left top'
426 var left = rect.left; variable
429 ',left--' + left + ',top--' + top;

Completed in 28 milliseconds

1234567891011