/test/xts/tools/sample/AppSampleD/entry/src/main/ets/mock/ |
D | MockData.ets | 109 … '重拾快乐~', $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/ |
D | webp.test.js | 199 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/ |
D | checksum_sha256.c | 47 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/ |
D | hdi_device_test.cpp | 240 …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/ |
D | component_tree.cpp | 77 … 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/ |
D | display_test_utils.h | 42 float w = 0; // ratio member 47 float w; member 52 uint32_t w; member
|
D | hdi_composition_check.h | 37 void Init(uint32_t w, uint32_t h) in Init() argument 39 dispW_ = w; in Init()
|
D | hdi_composition_check.cpp | 66 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()
|
D | hdi_test_layer.cpp | 30 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/ |
D | VideoPlayerHLSBitrateTest.test.js | 65 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/ |
D | initNdk.test.ets | 38 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/ |
D | ImageText.ets | 26 @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/ |
D | Ability.test.ets | 44 …* @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/ |
D | display_benchmark_test.cpp | 92 …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/ |
D | AACommandPrintOne.test.ets | 23 …* @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/ |
D | CameraModel.ets | 81 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/ |
D | Ability.test.ets | 42 * @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/ |
D | AACommandPrint.test.ets | 22 * @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/ |
D | CameraOrientation.ets | 96 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"
|
D | CameraSerialPhoto.ets | 96 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/ |
D | circle.ets | 22 @State w: string = "100px"; 51 .width(`${this.w}`)
|
D | ellipse.ets | 22 @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/ |
D | AVPlayerHlsFuncTest.test.js | 127 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/ |
D | hdi_composer_ut.cpp | 67 …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/ |
D | widget_operator_test.cpp | 37 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()
|