Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 73) sorted by relevance

123

/test/xts/tools/sample/AppSampleD/entry/src/main/ets/mock/
DMockData.ets109 … '重拾快乐~', $r('app.media.app_icon'), '2021.10.12', '《黑夜问白天》林俊杰', '#林俊杰', '2.8w', '2188', '8487', '8…
110 …a.app_icon'), '2022.02.28', '林俊杰清唱功底有多强', '#林俊杰#黑夜问白天#清唱', '49.3w', '3.6w', '2.7w', '4.4w', 'demo_…
111 …('app.media.app_icon'), '2021.11.30', '好喜欢的歌啊啊啊啊', '#林俊杰', '65.5w', '1.5w', '2.3w', '2.8w', 'demo_…
114 …app_icon'), '2022.06.10', '给高考准备的一首歌', '#青鸟艺术声乐培训#高考#小助手', '85.6w', '3.6w', '6.2w', '6.0w', 'demo_…
115 …icon'), '2022.11.16', '艺考选取曲子不能盲目跟风 挑选合适自己的作品最重要', '#音乐艺考生#声乐教学#无声卡演唱', '1.5w', '640', '1190', '22…
119 …05.29', '如果相识不能相恋 是不是还不如擦肩', '#五月天 #林俊杰 #我不愿让你一个人 #突然好想你', '21.4w', '1.7w', '2.7w', '3.2w', 'demo_…
120 …('app.media.app_icon'), '2021.11.23', '我不愿让你一个人', '#奔向浪漫', '45.5w', '4.0w', '1.8w', '9.0w', 'demo_…
121 …p.media.app_icon'), '2023.01.02', '懂你疼你更好的人', '#我不愿让你一个人', '14.4w', '5469', '9736', '1.4w', 'demo_…
130 … new VideoInfo('重拾快乐~', $r('app.media.app_icon'), '2.8w', '《黑夜问白天》林俊杰', $r('app.media.app_icon')),
131 … new VideoInfo('王巨星', $r('app.media.app_icon'), '65.5w', '好喜欢的歌啊啊啊啊', $r('app.media.app_icon')),
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imageWebp/src/main/js/test/
Dwebp.test.js199 for (var w = 0; w < width / 2; w++) {
200 var pos = widthSize * h + pixelSize * w;
208 for (var w = width / 2; w < width; w++) {
209 var pos = widthSize * h + pixelSize * w;
217 for (var w = 0; w < width / 2; w++) {
218 var pos = widthSize * h + pixelSize * w;
226 for (var w = width / 2; w < width; w++) {
227 var pos = widthSize * h + pixelSize * w;
283 for (var w = 0; w < width / 2; w++) {
284 var pos = widthSize * h + pixelSize * w;
[all …]
/test/xts/tools/lite/checksum/src/
Dchecksum_sha256.c47 unsigned int RotateRight(unsigned int w, int n) in RotateRight() argument
50 return (w >> n) | ((w)<<(len - n)); in RotateRight()
56 unsigned int RotateLeft(unsigned int w, int n) in RotateLeft() argument
59 return (w<<n) | ((w)>>(len - n)); in RotateLeft()
65 unsigned int ShiftRight(unsigned int w, int n) in ShiftRight() argument
67 return w >> n; in ShiftRight()
/test/xts/hats/hdf/display/composer/moduletest/
Dhdi_device_test.cpp240 …std::shared_ptr<HdiTestLayer> layer = display->CreateHdiTestLayer(setting.bufferSize.w, setting.bu… in CreateTestLayer()
288 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings() argument
293 DISPLAY_TEST_LOGE(" ratio w: %f ratio h: %f", setting.rectRatio.w, setting.rectRatio.h); in AdjustLayerSettings()
294 if ((setting.rectRatio.w > 0.0f) && (setting.rectRatio.h > 0.0f)) { in AdjustLayerSettings()
296 setting.displayRect.w = static_cast<uint32_t>(setting.rectRatio.w * w); in AdjustLayerSettings()
297 setting.displayRect.x = static_cast<uint32_t>(setting.rectRatio.x * w); in AdjustLayerSettings()
300 setting.rectRatio.x, setting.rectRatio.y, setting.rectRatio.w, setting.rectRatio.h, in AdjustLayerSettings()
301 … setting.displayRect.x, setting.displayRect.y, setting.displayRect.w, setting.displayRect.h); in AdjustLayerSettings()
304 if ((setting.bufferRatio.h > 0.0f) || (setting.bufferRatio.w > 0.0f)) { in AdjustLayerSettings()
306 setting.bufferSize.w = static_cast<uint32_t>(setting.bufferRatio.w * w); in AdjustLayerSettings()
[all …]
/test/ostest/wukong/component_event/src/
Dcomponent_tree.cpp77 … uint64_t w = (uint64_t)(rect_.GetRightBottomXScreenPostion() - rect_.GetLeftTopXScreenPostion()); in SetNodeId() local
84 …TRACK_LOG_STR("component Type: (%d), Width: (%d), Height: (%d)", (uint32_t)type, (int32_t)w, (int3… in SetNodeId()
86 nodeId_ |= w << COMPONENT_WIDTH_POSION; in SetNodeId()
/test/xts/hats/hdf/display/composer/common/
Ddisplay_test_utils.h42 float w = 0; // ratio member
47 float w; member
52 uint32_t w; member
Dhdi_composition_check.h37 void Init(uint32_t w, uint32_t h) in Init() argument
39 dispW_ = w; in Init()
Dhdi_composition_check.cpp66 if ((point.x >= RECT.x) && (point.x < (RECT.x + RECT.w)) && (point.y >= RECT.y) && in GetCheckColors()
92 GetCheckPoints({RECT.x + RECT.w, RECT.y}, points); in Check()
93 GetCheckPoints({RECT.x + RECT.w, RECT.y + RECT.h}, points); in Check()
95 … GetCheckPoints({RECT.x + RECT.w / MID_POS, RECT.y + RECT.h / MID_POS}, points); // center point in Check()
Dhdi_test_layer.cpp30 HdiGrallocBuffer::HdiGrallocBuffer(uint32_t seqNo, uint32_t w, uint32_t h, Composer::V1_0::PixelFor… in HdiGrallocBuffer() argument
34 info.width = w; in HdiGrallocBuffer()
157 displayRect_.w = layerInfo_.width; in Init()
182 …OGE("x : %{public}d y : %{public}d w : %{public}d h : %{public}d", rect.x, rect.y, rect.w, rect.h); in SetLayerPosition()
188 …OGE("x : %{public}d y : %{public}d w : %{public}d h : %{public}d", rect.x, rect.y, rect.w, rect.h); in SetLayerCrop()
/test/xts/acts/multimedia/media/media_js_standard/hlsPlayer/src/main/js/test/
DVideoPlayerHLSBitrateTest.test.js65 videoPlayer.on('videoSizeChanged', (w, h) => {
66 …console.info('case videoSizeChanged width: ' + w + ' height: ' + h + 'videoSizeId: ' + videoSizeI…
67 width = w;
70 w == videoSizeArray[videoSizeId][0] && h == videoSizeArray[videoSizeId][1]) {
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/ets/test/
DinitNdk.test.ets38 let str = /[\w-\.\(\)\s\:]/g;
64 let str = /[\w-\.\(\)\s\:]/g;
85 let str = /[\w-\.\(\)]/g;
110 let str = /[\w-\.\(\)]/g;
131 let str = /[\w-\.\(\)]/g;
156 let str = /[\w-\.\(\)]/g;
178 let str = /[\w-\.\(\)\s]/g;
205 let str = /[\w-\.\(\)\s]/g;
227 let str = /[\w-\.\(\)\s]/g;
253 let str = /[\w-\.\(\)\s]/g;
[all …]
/test/xts/acts/arkui/ace_ets_component_api/src/main/ets/TestAbility/pages/
DImageText.ets26 @State w: number = 276
69 .width(this.w+'px')
81 .width(this.w+'px')
93 .width(this.w+'px')
105 .width(this.w+'px')
117 .width(this.w+'px')
129 .width(this.w+'px')
/test/xts/acts/ability/ability_runtime/aacommand/AACommandPrintOneTest/entry/src/main/ets/test/
DAbility.test.ets44 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
58 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
82 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
108 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
122 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
136 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
160 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
186 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
/test/xts/hats/hdf/display/composer/benchmark/
Ddisplay_benchmark_test.cpp92 …std::shared_ptr<HdiTestLayer> layer = display->CreateHdiTestLayer(setting.bufferSize.w, setting.bu… in CreateTestLayer()
132 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings() argument
137 DISPLAY_TEST_LOGE(" ratio w: %f ratio h: %f", setting.rectRatio.w, setting.rectRatio.h); in AdjustLayerSettings()
138 if ((setting.rectRatio.w > 0.0f) && (setting.rectRatio.h > 0.0f)) { in AdjustLayerSettings()
140 setting.displayRect.w = static_cast<uint32_t>(setting.rectRatio.w * w); in AdjustLayerSettings()
141 setting.displayRect.x = static_cast<uint32_t>(setting.rectRatio.x * w); in AdjustLayerSettings()
144 setting.rectRatio.x, setting.rectRatio.y, setting.rectRatio.w, in AdjustLayerSettings()
146 setting.displayRect.w, setting.displayRect.h); in AdjustLayerSettings()
149 if ((setting.bufferRatio.h > 0.0f) || (setting.bufferRatio.w > 0.0f)) { in AdjustLayerSettings()
151 setting.bufferSize.w = static_cast<uint32_t>(setting.bufferRatio.w * w); in AdjustLayerSettings()
[all …]
/test/xts/acts/ability/ability_runtime/aacommand/AACommandRelyHap/entry/src/main/ets/test/
DAACommandPrintOne.test.ets23 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
46 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
75 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
104 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
122 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
141 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
169 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
198 …* @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid, and the print i…
/test/xts/tools/sample/AppSampleF/entry/src/main/ets/model/
DCameraModel.ets81 let w: number = imageInfo.size.width;
83 Logger.info(TAG, 'imageInfo==w==' + w);
86 this.scanCode(w, h)
98 * @param w,h
100 async scanCode(w: number, h: number) {
104 width: w,
/test/xts/acts/ability/ability_runtime/aacommand/AACommandPrintSyncTest/entry/src/main/ets/test/
DAbility.test.ets42 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid
56 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid,
80 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid,
105 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid,
/test/xts/acts/ability/ability_runtime/aacommand/AACommandPrintSync/entry/src/main/ets/test/
DAACommandPrint.test.ets22 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid,
43 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid,
71 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid
100 * @tc.name: The -b, -p, -s, -w and other parameters of the test command are valid,
/test/xts/acts/validator/acts_validator/src/main/ets/pages/Camera/
DCameraOrientation.ets96 Logger.info(this.tag, `setXComponent screensObj w` + JSON.stringify(this.screensObj))
98 …Logger.info(this.tag, `setXComponent this.screensObj.width w` + JSON.stringify(this.screensObj[0]…
101 let w = (this.screensObj[this.screensObj.length-1].width * 0.4) / objW
102 Logger.info(this.tag, `setXComponent w` + JSON.stringify(w))
106 this.XHeight = String(objH * w) + "px"
DCameraSerialPhoto.ets96 Logger.info(this.tag, `setXComponent screensObj w` + JSON.stringify(this.screensObj))
98 …Logger.info(this.tag, `setXComponent this.screensObj.width w` + JSON.stringify(this.screensObj[0]…
101 let w = (this.screensObj[this.screensObj.length-1].width * 0.4) / objW
102 Logger.info(this.tag, `setXComponent w` + JSON.stringify(w))
106 this.XHeight = String(objH * w) + "px"
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/
Dcircle.ets22 @State w: string = "100px";
51 .width(`${this.w}`)
Dellipse.ets22 @State w: string = "300.00px";
54 Ellipse().width(`${this.w}`).height(`${this.h}`).key('ellipse')
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/main/ets/test/
DAVPlayerHlsFuncTest.test.js127 avPlayer.on('videoSizeChange', (w, h) => {
128 …console.info('case videoSizeChange width: ' + w + ' height: ' + h + 'videoSizeId: ' + videoSizeId…
129 if (w == videoSizeArray[videoSizeId][0] && h == videoSizeArray[videoSizeId][1]) {
/test/xts/hats/hdf/display/composer/unittest/
Dhdi_composer_ut.cpp67 …std::shared_ptr<HdiTestLayer> layer = display->CreateHdiTestLayer(setting.bufferSize.w, setting.bu… in CreateTestLayer()
115 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings() argument
120 DISPLAY_TEST_LOGE(" ratio w: %f ratio h: %f", setting.rectRatio.w, setting.rectRatio.h); in AdjustLayerSettings()
121 if ((setting.rectRatio.w > 0.0f) && (setting.rectRatio.h > 0.0f)) { in AdjustLayerSettings()
123 setting.displayRect.w = static_cast<uint32_t>(setting.rectRatio.w * w); in AdjustLayerSettings()
124 setting.displayRect.x = static_cast<uint32_t>(setting.rectRatio.x * w); in AdjustLayerSettings()
127 …setting.rectRatio.x, setting.rectRatio.y, setting.rectRatio.w, setting.rectRatio.h, setting.displa… in AdjustLayerSettings()
128 setting.displayRect.y, setting.displayRect.w, setting.displayRect.h); in AdjustLayerSettings()
131 if ((setting.bufferRatio.h > 0.0f) || (setting.bufferRatio.w > 0.0f)) { in AdjustLayerSettings()
133 setting.bufferSize.w = static_cast<uint32_t>(setting.bufferRatio.w * w); in AdjustLayerSettings()
[all …]
/test/testfwk/arkxtest/uitest/test/
Dwidget_operator_test.cpp37 void ResetWindowAndNode(Window &w, std::vector<MockAccessibilityElementInfo> &eles) in ResetWindowAndNode() argument
168 w.windowLayer_ = 2; in ResetWindowAndNode()
169 w.bounds_ = Rect{0, 1000, 0, 1200}; in ResetWindowAndNode()
170 w.bundleName_ = "test1"; in ResetWindowAndNode()

123