Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 66) sorted by relevance

123

/test/testfwk/arkxtest/uitest/record/
Dpoint.h27 Point(double x, double y) : x_(x), y_(y) {} in Point()
39 void SetX(double x) in SetX()
Dtouch_event.h28 int32_t x = 0; member
40 int32_t x = 0; member
Dfind_widget.h31 explicit WidgetMatcherByCoord(float x, float y) in WidgetMatcherByCoord()
Dfind_widget.cpp18 const Widget FindWidget(UiDriver &driver, float x, float y) in FindWidget()
Dmatrix4.cpp36 Matrix4 Matrix4::CreateTranslate(double x, double y, double z) in CreateTranslate()
41 Matrix4 Matrix4::CreateScale(double x, double y, double z) in CreateScale()
51 Matrix4 Matrix4::CreateSkew(double x, double y) in CreateSkew()
268 double x = point.GetX(); in operator *() local
/test/xts/tools/lite/checksum/src/
Dchecksum_sha256.c73 unsigned int CalcSigma0(unsigned int x) in CalcSigma0()
82 unsigned int CalcSigma1(unsigned int x) in CalcSigma1()
91 unsigned int CalcChValue(unsigned int x, unsigned int y, unsigned int z) in CalcChValue()
99 unsigned int CalcMajValue(unsigned int x, unsigned int y, unsigned int z) in CalcMajValue()
107 unsigned int CalcEp0Value(unsigned int x) in CalcEp0Value()
116 unsigned int CalcEp1Value(unsigned int x) in CalcEp1Value()
/test/xts/hats/hdf/display/common/
Ddisplay_test_utils.cpp74 uint32_t GetPixelValue(const BufferHandle &handle, int x, int y) in GetPixelValue()
104 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel()
141 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel()
164 for (int32_t x = 0; x < handle.width; x++) { in ClearColor() local
174 for (int32_t x = 0; x < rect.w; x++) { in ClearColorRect() local
198 for (uint32_t x = 0; x < rowNum; x++) { in SplitBuffer() local
/test/xts/hats/hdf/display/device/
Dhdi_test_render_utils.cpp30 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel()
52 for (int32_t x = 0; x < handle.width; x++) { in ClearColor() local
Dhdi_composition_check.h26 int32_t x = 0; member
/test/xts/acts/multimedia/image/image_js_standard/imageDecodeOptions/src/main/js/test/
Dimage.test.js100 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
156 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
212 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
268 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
322 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
376 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
432 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
488 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
549 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
603 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
[all …]
/test/xts/device_attest_lite/services/core/include/utils/
Dattest_utils.h38 #define ABS(x) ((x) >= 0 ? (x) : -(x)) argument
/test/xts/device_attest/services/core/include/utils/
Dattest_utils.h38 #define ABS(x) ((x) >= 0 ? (x) : -(x)) argument
/test/testfwk/developer_test/examples/sleep/src/
Dsleep_ex.cpp22 #define UNUSED(x) (void)(x) argument
29 static double TimeDiff(struct timeval *x , struct timeval *y) in TimeDiff()
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/label/router/
Dindex.js94 this.$element('apiMenu1').show({x:120,y:10}); property
97 this.$element('apiMenu2').show({x:120,y:80}); property
100 this.$element('apiMenu3').show({x:120,y:150}); property
103 this.$element('apiMenu4').show({x:120,y:220}); property
106 this.$element('apiMenu5').show({x:120,y:290}); property
109 this.$element('apiMenu6').show({x:120,y:360}); property
112 this.$element('apiMenu7').show({x:120,y:650}); property
478 var x = scrollOffset.x; variable
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/option/router/
Dindex.js94 this.$element('apiMenu1').show({x:120,y:10}); property
97 this.$element('apiMenu2').show({x:120,y:80}); property
100 this.$element('apiMenu3').show({x:120,y:150}); property
103 this.$element('apiMenu4').show({x:120,y:220}); property
106 this.$element('apiMenu5').show({x:120,y:290}); property
109 this.$element('apiMenu6').show({x:120,y:360}); property
112 this.$element('apiMenu7').show({x:120,y:650}); property
478 var x = scrollOffset.x; variable
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/progress/router/
Dindex.js94 this.$element('apiMenu1').show({x:120,y:10}); property
97 this.$element('apiMenu2').show({x:120,y:80}); property
100 this.$element('apiMenu3').show({x:120,y:150}); property
103 this.$element('apiMenu4').show({x:120,y:220}); property
106 this.$element('apiMenu5').show({x:120,y:290}); property
109 this.$element('apiMenu6').show({x:120,y:360}); property
112 this.$element('apiMenu7').show({x:120,y:650}); property
482 var x = scrollOffset.x; variable
/test/xts/acts/multimedia/image/image_js_standard/imageWebp/src/main/js/test/
Dwebp.test.js499 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
547 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
656 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
680 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
704 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
728 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
752 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
776 desiredRegion: { size: { height: 1, width: 2 }, x: -1, y: -1 }, property
800 desiredRegion: { size: { height: 10000, width: 10000 }, x: 0, y: 0 }, property
824 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/pickerView/router/
Dindex.js99 this.$element('apiMenu1').show({x:120,y:10}); property
102 this.$element('apiMenu2').show({x:120,y:80}); property
105 this.$element('apiMenu3').show({x:120,y:150}); property
108 this.$element('apiMenu4').show({x:120,y:220}); property
111 this.$element('apiMenu5').show({x:120,y:290}); property
114 this.$element('apiMenu6').show({x:120,y:360}); property
117 this.$element('apiMenu7').show({x:120,y:650}); property
483 var x = scrollOffset.x; variable
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/picker/router/
Dindex.js110 this.$element('apiMenu1').show({x:120,y:10}); property
113 this.$element('apiMenu2').show({x:120,y:80}); property
116 this.$element('apiMenu3').show({x:120,y:150}); property
119 this.$element('apiMenu4').show({x:120,y:220}); property
122 this.$element('apiMenu5').show({x:120,y:290}); property
125 this.$element('apiMenu6').show({x:120,y:360}); property
128 this.$element('apiMenu7').show({x:120,y:650}); property
498 var x = scrollOffset.x; variable
/test/xts/acts/multimedia/image/image_js_standard/imageRaw/src/main/js/test/
Draw.test.js655 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
678 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
701 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
724 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
747 desiredRegion: { size: { height: 1, width: 2 }, x: 10000, y: 0 }, property
770 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 10000 }, property
793 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
816 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
839 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
862 desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, property
[all …]
/test/xts/acts/sensors/sensor_standard/src/main/js/test/
DSensorGeneralalgorithm.test.js1012 'x': 1, property
1034 3.40282e+38, 3.40282e+38, 3.40282e+38], { 'x': 1, 'y': 2 }, (error, data) => { property
1054 'x': 1, property
1077 … 3.40282e+39, 3.40282e+39, 3.40282e+39, 3.40282e+39], { 'x': 1, 'y': 3 }).then((data) => { property
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapFramework/src/main/js/test/
Dframework.test.js1048 var region = { size: { height: 3, width: 3 }, x: 1, y: 1 }; property
1073 var region = { size: { height: 3, width: 3 }, x: 1, y: 1 }; property
1572 var region = { size: { height: 3, width: 3 }, x: -1, y: 1 }; property
1589 var region = { size: { height: 3, width: 3 }, x: 1, y: -1 }; property
1606 var region = { size: { height: 3, width: -3 }, x: 1, y: 1 }; property
1623 var region = { size: { height: -3, width: 3 }, x: 1, y: 1 }; property
1640 var region = { size: { height: 3, width: 3 }, x: -1, y: 1 }; property
1657 var region = { size: { height: 3, width: 3 }, x: 1, y: -1 }; property
1674 var region = { size: { height: 3, width: -3 }, x: 1, y: 1 }; property
1691 var region = { size: { height: -3, width: 3 }, x: 1, y: 1 }; property
/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_bn_exp_mod_test.cpp106 struct HksBlob *x = NULL; variable
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/menu/prop/
Dindex.js20 this.$element("menuTarget").show({x:280,y:120}); property
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_bn_exp_mod_test.c132 struct HksBlob *x = NULL; in LITE_TEST_CASE() local

123