Home
last modified time | relevance | path

Searched refs:step (Results 1 - 25 of 47) sorted by relevance

12

/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_parse.c184 int32_t step; in ParseAudioRegItem() local
207 step = AUDIO_REG_CFG_INDEX_MAX * index; in ParseAudioRegItem()
209 group->regCfgItem[index].reg = buf[step + AUDIO_REG_CFG_REG_INDEX]; in ParseAudioRegItem()
210 group->regCfgItem[index].rreg = buf[step + AUDIO_REG_CFG_RREG_INDEX]; in ParseAudioRegItem()
211 group->regCfgItem[index].shift = buf[step + AUDIO_REG_CFG_SHIFT_INDEX]; in ParseAudioRegItem()
212 group->regCfgItem[index].rshift = buf[step + AUDIO_REG_CFG_RSHIFT_INDEX]; in ParseAudioRegItem()
213 group->regCfgItem[index].min = buf[step + AUDIO_REG_CFG_MIN_INDEX]; in ParseAudioRegItem()
214 group->regCfgItem[index].max = buf[step + AUDIO_REG_CFG_MAX_INDEX]; in ParseAudioRegItem()
215 group->regCfgItem[index].mask = buf[step + AUDIO_REG_CFG_MASK_INDEX]; in ParseAudioRegItem()
216 group->regCfgItem[index].invert = buf[step in ParseAudioRegItem()
227 int32_t step; ParseAudioEnumRegItem() local
271 int32_t step; ParseAudioSapmItem() local
313 int32_t step; ParseAudioCtrlItem() local
350 int32_t step; ParseAudioAddrItem() local
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dui_action_test.cpp144 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 Dmock_controller.h55 for (int step = 0; step < events.GetSteps(); step++) {
57 touch_event_records_->PushAction(events.At(finger, step));
H A Dwidget_operator_test.cpp263 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 Dui_action.cpp83 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 Dwindow_operator.cpp117 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 Dvariables.py166 "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...]
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c64 int32_t step; in ParseSensorRegItem() local
90 step = SENSOR_REG_CFG_INDEX_MAX * index; in ParseSensorRegItem()
91 if (step + SENSOR_REG_CFG_SAVE_INDEX >= num) { in ParseSensorRegItem()
94 group->regCfgItem[index].regAddr = buf[step + SENSOR_REG_CFG_ADDR_INDEX]; in ParseSensorRegItem()
95 group->regCfgItem[index].value = buf[step + SENSOR_REG_CFG_VALUE_INDEX]; in ParseSensorRegItem()
96 group->regCfgItem[index].mask = buf[step + SENSOR_REG_CFG_MASK_INDEX]; in ParseSensorRegItem()
97 group->regCfgItem[index].len = buf[step + SENSOR_REG_CFG_LEN_INDEX]; in ParseSensorRegItem()
98 group->regCfgItem[index].delay = buf[step + SENSOR_REG_CFG_DELAY_INDEX]; in ParseSensorRegItem()
99 group->regCfgItem[index].opsType = buf[step + SENSOR_REG_CFG_OPS_INDEX]; in ParseSensorRegItem()
100 group->regCfgItem[index].calType = buf[step in ParseSensorRegItem()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/slider/prop/
H A Dindex.js57 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 Dindex.js57 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 Dindex.js57 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 Dindex.js57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_tag_test_v1_2.cpp254 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...]
/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp81 size_t step = key.size(); in GetAudioParamStr() local
82 if (step >= params.size()) { in GetAudioParamStr()
86 if (pos == params.npos || params.at(pos + step) != '=') { in GetAudioParamStr()
91 if (pos + step + 1 > splitPosEnd) { in GetAudioParamStr()
94 value = params.substr(pos + step + 1, splitPosEnd - pos - step - 1); in GetAudioParamStr()
96 value = params.substr(pos + step + 1); in GetAudioParamStr()
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dcamera_tag_test_v1_3.cpp135 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 Ddevice_ability_uttest.cpp52 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()
/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_tag_test_v1_3.cpp102 constexpr size_t step = 10; in HWTEST_F() local
106 if ((i != 0) && (i % step == 0 || i == entry.count - 1)) { in HWTEST_F()
/test/testfwk/arkxtest/uitest/record/
H A Dpointer_info.h61 void SetStepLength(int step) in SetStepLength() argument
63 stepLength = step; in SetStepLength()
/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_uvc.c52 queryctrl.id, queryctrl.maximum, queryctrl.minimum, queryctrl.step, queryctrl.defaultValue); in CameraCmdUvcQueryConfig()
56 isFailed |= !HdfSbufWriteUint32(rspData, queryctrl.step); in CameraCmdUvcQueryConfig()
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dmt_utils.h37 * 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 Dmt_utils.h37 * 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/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstanceappe/entry/src/main/js/MainAbility/pages/index/
H A Dindex.js31 switch (parameters.step[idx]) {
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_control.cpp202 ctrl.step = qCtrl.step; in V4L2SetValue()
217 "\t\t value = %{public}d, step=%{public}d, default_value=%{public}d\n", in V4L2SetValue()
219 value, qCtrl.step, qCtrl.default_value); in V4L2SetValue()
/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_mixer.h117 int32_t step; /* R: step (0 variable) */ member
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H A Dv4l2_common.h85 int32_t step; variable

Completed in 14 milliseconds

12