/test/testfwk/arkxtest/uitest/test/ |
H A D | ui_action_test.cpp | 144 uint32_t step = 0; in TEST_F() local 147 // check the TouchEvent of each step in TEST_F() 151 uint32_t expectedTimeOffset = (totalCostMs * step) / steps; in TEST_F() 155 if (step == 0) { in TEST_F() 158 } else if (step == events.GetSize() - 1) { in TEST_F() 165 step++; in TEST_F() 191 uint32_t step = 0; in TEST_F() local 194 // check the TouchEvent of each step in TEST_F() 198 uint32_t expectedTimeOffset = (totalCostMs * step) / steps; in TEST_F() 202 if (step in TEST_F() 232 uint32_t step = 0; TEST_F() local 278 const uint32_t step = 4; TEST_F() local 315 const uint32_t step = 4; TEST_F() local 372 uint32_t step = 0; TEST_F() local [all...] |
H A D | mock_controller.h | 55 for (int step = 0; step < events.GetSteps(); step++) { 57 touch_event_records_->PushAction(events.At(finger, step));
|
H A D | widget_operator_test.cpp | 263 for (uint32_t step = 0; step < MockController::touch_event_records_->GetSteps(); step++) { in TEST_F() 264 if (MockController::touch_event_records_->At(finger, step).point_.py_ > maxCy) { in TEST_F() 265 maxCy = MockController::touch_event_records_->At(finger, step).point_.py_; in TEST_F() 267 if (MockController::touch_event_records_->At(finger, step).point_.py_ < minCy) { in TEST_F() 268 minCy = MockController::touch_event_records_->At(finger, step).point_.py_; in TEST_F()
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.cpp | 83 for (uint32_t step = 1; step < steps; step++) { in DecomposeComputeSwipe() 84 const int32_t pointX = from.px_ + stepLengthX * step; in DecomposeComputeSwipe() 85 const int32_t pointY = from.py_ + stepLengthY * step; in DecomposeComputeSwipe() 86 const uint32_t timeOffsetMs = (timeCostMs * step) / steps; in DecomposeComputeSwipe() 170 for (uint32_t step = 0; step < pointers_.GetSteps() - 1; step++) { in Decompose() 171 const int32_t pxTo = (pointers_.At(finger, step in Decompose() [all...] |
H A D | window_operator.cpp | 117 static constexpr uint32_t step = 10; in Focus() local 118 Point focus(rect.GetCenterX(), rect.top_ + step); in Focus() 132 static constexpr uint32_t step = 40; in MoveTo() local 133 Point from(rect.left_ + step, rect.top_ + step); in MoveTo() 134 Point to(endX + step, endY + step); in MoveTo()
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 166 "set CurCase step total as: {}".format(self.step_total)) 175 "set CurCase step section as: {}".format(self.step_section)) 226 log.info(f'<div class="step" id="{index}">{name}</div>') 228 step = { 232 self.__update_step_info(step, **kwargs) 233 steps_info.append(step) 241 log.warning(f"update step info failed, index must be in [0, {max_index}]") 243 step = steps_info[index] 244 self.__update_step_info(step, **kwargs) 252 step [all...] |
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | camera_tag_test_v1_2.cpp | 254 constexpr size_t step = 4; //print step
in HWTEST_F() local 258 if ((i != 0) && (i % step == 0 || i == entry.count -1)) {
in HWTEST_F() 284 constexpr size_t step = 4; //print step
in HWTEST_F() local 288 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) {
in HWTEST_F() 314 constexpr size_t step = 4; //print step
in HWTEST_F() local 318 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) {
in HWTEST_F() 420 constexpr size_t step in HWTEST_F() local 451 constexpr size_t step = 4; // print step HWTEST_F() local [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/slider/prop/ |
H A D | index.js | 57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/slider/prop/ |
H A D | index.js | 57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/slider/prop/ |
H A D | index.js | 57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/slider/prop/ |
H A D | index.js | 57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | camera_tag_test_v1_3.cpp | 135 constexpr size_t step = 10;
in HWTEST_F() local 139 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) {
in HWTEST_F() 394 constexpr size_t step = 4; // print step
in HWTEST_F() local 398 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) {
in HWTEST_F() 475 constexpr size_t step = 4; // print step
in HWTEST_F() local 479 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) {
in HWTEST_F() 535 constexpr size_t step = 4; // print step
in HWTEST_F() local 642 constexpr size_t step = 10; // print step HWTEST_F() local [all...] |
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | device_ability_uttest.cpp | 52 constexpr size_t step = 10; // print step in HWTEST_F() local 56 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) { in HWTEST_F()
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 115 * cpuhp_step - Hotplug state machine step 116 * @name: Name of the step 117 * @startup: Startup function of the step 118 * @teardown: Teardown function of the step 119 * @cant_stop: Bringup/teardown can't be stopped at this step 158 struct cpuhp_step *step = cpuhp_get_step(state); in cpuhp_invoke_callback() local 166 if (!(bringup ? step->startup.single : step->teardown.single)) { in cpuhp_invoke_callback() 173 if (!step->multi_instance) { in cpuhp_invoke_callback() 175 cb = bringup ? step in cpuhp_invoke_callback() 1840 struct cpuhp_step *step; cpuhp_reserve_state() local [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 948 /* increase adjust step to accelerate */ in ddr_adjust_trend_check() 1054 int step, unsigned int mode) in ddr_adjust_change_val() 1058 (*val) = (*val) + step; in ddr_adjust_change_val() 1060 (*val) = (*val) - step; in ddr_adjust_change_val() 1064 (*val) = (*val) - step; in ddr_adjust_change_val() 1066 (*val) = (*val) + step; in ddr_adjust_change_val() 1078 int step, unsigned int dir) in ddr_adjust_move_win() 1092 accel = step; in ddr_adjust_move_win() 2207 struct training_data *training, unsigned int vref, int step) in ddr_vref_find_best() 2222 cur_vref = vref + step; in ddr_vref_find_best() 1053 ddr_adjust_change_val(unsigned int dir, int *val, int step, unsigned int mode) ddr_adjust_change_val() argument 1076 ddr_adjust_move_win(struct ddr_cfg_st *cfg, struct training_data *training, int step, unsigned int dir) ddr_adjust_move_win() argument 2206 ddr_vref_find_best(struct ddr_cfg_st *cfg, struct training_data *training, unsigned int vref, int step) ddr_vref_find_best() argument 3107 ddr_ac_check_cs(unsigned int base_phy, unsigned int def_cs, unsigned int step) ddr_ac_check_cs() argument 3122 ddr_ac_check_clk(struct ddr_cfg_st *cfg, unsigned int def_clk, struct ddr_delay_st *def_phase, unsigned int step) ddr_ac_check_clk() argument 3171 unsigned int def_cs, step; ddr_ac_find_cs() local 3189 unsigned int def_clk, step; ddr_ac_find_clk() local 3576 ddr_lpca_loop_phase(struct ca_data_st *data, int step) ddr_lpca_loop_phase() argument 3640 int step = 0; ddr_lpca_adjust() local [all...] |
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 947 /* increase adjust step to accelerate */ in ddr_adjust_trend_check() 1053 int step, unsigned int mode) in ddr_adjust_change_val() 1057 (*val) = (*val) + step; in ddr_adjust_change_val() 1059 (*val) = (*val) - step; in ddr_adjust_change_val() 1063 (*val) = (*val) - step; in ddr_adjust_change_val() 1065 (*val) = (*val) + step; in ddr_adjust_change_val() 1077 int step, unsigned int dir) in ddr_adjust_move_win() 1091 accel = step; in ddr_adjust_move_win() 2209 struct training_data *training, unsigned int vref, int step) in ddr_vref_find_best() 2224 cur_vref = vref + step; in ddr_vref_find_best() 1052 ddr_adjust_change_val(unsigned int dir, int *val, int step, unsigned int mode) ddr_adjust_change_val() argument 1075 ddr_adjust_move_win(struct ddr_cfg_st *cfg, struct training_data *training, int step, unsigned int dir) ddr_adjust_move_win() argument 2208 ddr_vref_find_best(struct ddr_cfg_st *cfg, struct training_data *training, unsigned int vref, int step) ddr_vref_find_best() argument 3109 ddr_ac_check_cs(unsigned int base_phy, unsigned int def_cs, unsigned int step) ddr_ac_check_cs() argument 3124 ddr_ac_check_clk(struct ddr_cfg_st *cfg, unsigned int def_clk, struct ddr_delay_st *def_phase, unsigned int step) ddr_ac_check_clk() argument 3173 unsigned int def_cs, step; ddr_ac_find_cs() local 3191 unsigned int def_clk, step; ddr_ac_find_clk() local 3578 ddr_lpca_loop_phase(struct ca_data_st *data, int step) ddr_lpca_loop_phase() argument 3642 int step = 0; ddr_lpca_adjust() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
H A D | dw9763.c | 55 unsigned int step; member 156 abs_step = (dev_vcm->rated_current - abs_step) / dev_vcm->step; in dw9763_get_pos() 181 (dev_vcm->step * (VCMDRV_MAX_LOG - dest_pos)); in dw9763_set_pos() 554 dw9763_dev->step = (current_distance + (VCMDRV_MAX_LOG - 1)) / in dw9763_probe() 560 dw9763_dev->step; in dw9763_probe() 572 dw9763_dev->mv_time_per_pos = (126 + step_mode * 2) * dw9763_dev->step; in dw9763_probe()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | lowpower.h | 122 /* all timer use the same timeout step */ 123 #define STEP_TIMEOUT_TO_TICK(step, type) (((step) * lwip_cyclic_timers[(type)].interval_ms) / TIMEOUT_TICK)
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | pointer_info.h | 61 void SetStepLength(int step) in SetStepLength() argument 63 stepLength = step; in SetStepLength()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/ |
H A D | tde_hal_k.c | 146 static hi_u32 tde_hal_get_resize_para_htable(hi_u32 step); 147 static hi_u32 tde_hal_get_resize_para_vtable(hi_u32 step); 2934 * Description: get index table according the step 2935 * Input: step: input step 2938 static hi_u32 tde_hal_get_resize_para_htable(hi_u32 step) in tde_hal_get_resize_para_htable() argument 2942 if (step < TDE_RESIZE_8X32_AREA_0) { in tde_hal_get_resize_para_htable() 2944 } else if (step == TDE_RESIZE_8X32_AREA_0) { in tde_hal_get_resize_para_htable() 2946 } else if ((step > TDE_RESIZE_8X32_AREA_0) && (step < in tde_hal_get_resize_para_htable() 2966 tde_hal_get_resize_para_vtable(hi_u32 step) tde_hal_get_resize_para_vtable() argument [all...] |
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | mt_utils.h | 37 * input: step -- from 1 to 15(0xf). 40 LOG("step=%lx", CheckStep(1)); // may called in thread 1 41 LOG("step=%lx", CheckStep(2)); // may called in thread 2 42 LOG("step=%lx", CheckStep(3)); // may called in thread 3 43 LOG("step=%lx", CheckStep(4)); // may called in thread 2 44 uint64_t step = CheckStep(5); // may called in thread 1 45 if (step == 0x12345) { 51 step=1 52 step=12 53 step [all...] |
/test/xts/acts/kernel_lite/utils/ |
H A D | mt_utils.h | 37 * input: step -- from 1 to 15(0xf). 40 LOG("step=%lx", CheckStep(1)); // may called in thread 1 41 LOG("step=%lx", CheckStep(2)); // may called in thread 2 42 LOG("step=%lx", CheckStep(3)); // may called in thread 3 43 LOG("step=%lx", CheckStep(4)); // may called in thread 2 44 uint64_t step = CheckStep(5); // may called in thread 1 45 if (step == 0x12345) { 51 step=1 52 step=12 53 step [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_progressbar.h | 53 * brief Set step. 55 * param[in] step step. 60 HI_S32 HI_GV_ProgressBar_SetStep(HIGV_HANDLE progressBarHandle, HI_U32 step);
|
H A D | hi_gv_clock.h | 72 HI_S32 HI_GV_Clock_SetSwitchItemStep(HIGV_HANDLE clockHandle, HI_U32 step, HI_U32 interval);
|
H A D | hi_gv_scrolltext.h | 111 * brief Set step of scrolltext. 113 * param[in] step Scroll step. 117 HI_S32 HI_GV_ScrollText_SetStep(HIGV_HANDLE scrollTextHandle, HI_U32 step);
|