/test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstanceappe/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 31 switch (parameters.step[idx]) {
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 1423 auto step = ReadCallArg<uint32_t>(in, INDEX_ONE); in RegisterPointerMatrixOperators() 1424 if (step < 1 || step > uiOpArgs.maxMultiTouchSteps) { in RegisterPointerMatrixOperators() 1428 out.resultValue_ = StoreBackendObject(make_unique<PointerMatrix>(finger, step)); in RegisterPointerMatrixOperators() 1439 auto step = ReadCallArg<uint32_t>(in, INDEX_ONE); in RegisterPointerMatrixOperators() 1440 if (step < 0 || step >= pointer.GetSteps()) { in RegisterPointerMatrixOperators() 1450 pointer.At(finger, step).point_ = point; in RegisterPointerMatrixOperators() 1451 pointer.At(finger, step).flags_ = 1; in RegisterPointerMatrixOperators()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_scrollview.h | 46 HI_U32 Step; /* Scroll step */ 132 * brief Set scroll step. 134 * param[in] step Scroll step. 139 HI_S32 HI_GV_ScrollView_SetStep(HIGV_HANDLE scrollViewHandle, HI_U32 step);
|
H A D | hi_gv_listbox.h | 71 HI_U32 Step; /* Scroll step */ 282 * brief Set scroll step of text. 286 * param[in] step Scroll step(unit:pixel, default:10piexl). 292 HI_S32 HI_GV_List_SetStep(HIGV_HANDLE listHandle, HI_U32 step);
|
H A D | hi_gv_input.h | 34 HI_S32 step; /* Mouse move step offset which is relative last value */ member
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 566 def check_device_name(device, kit, step="setup"): 574 kit.__class__.__name__, step, device_name) 576 LOG.debug("Do kit:%s %s", kit.__class__.__name__, step) 691 if check_device_name(device, kit, step="teardown"):
|
/build/config/components/init/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 576 step = i - index 578 return step - 1 596 step = self.calculate_step(i) 597 self.bpf_policy.append(BPF_JGE.format(self.syscall_nr_policy_list[i], step, 0))
|
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/ |
H A D | driver.h | 46 .min = (_min_uV), .min_sel = (_min_sel), .max_sel = (_max_sel), .step = (_step_uV), \ 263 * selector by the specified step value.
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | videodev2.h | 802 __u32 step_width; /* Frame width step size [pixel] */
805 __u32 step_height; /* Frame height step size [pixel] */
833 struct v4l2_fract step; /* Frame interval step size [s] */
member 1725 __s32 step;
member 1738 __u64 step;
member 2280 __s32 step;
member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | videodev2.h | 802 __u32 step_width; /* Frame width step size [pixel] */
805 __u32 step_height; /* Frame height step size [pixel] */
833 struct v4l2_fract step; /* Frame interval step size [s] */
member 1725 __s32 step;
member 1738 __u64 step;
member 2280 __s32 step;
member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 921 uint32 step = 0; in dhd_prot_d2h_sync_seqnum() local 947 for (step = 1; step <= PCIE_D2H_SYNC_NUM_OF_STEPS; step++) { in dhd_prot_d2h_sync_seqnum() 961 total_tries = (uint32)(((step-1) * PCIE_D2H_SYNC_WAIT_TRIES) + tries); in dhd_prot_d2h_sync_seqnum() 968 OSL_DELAY(delay * step); /* Add stepper delay */ in dhd_prot_d2h_sync_seqnum() 999 uint32 step = 0; in dhd_prot_d2h_sync_xorcsum() local 1025 for (step = 1; step <= PCIE_D2H_SYNC_NUM_OF_STEPS; step in dhd_prot_d2h_sync_xorcsum() 1116 uint32 step = 0; dhd_prot_d2h_sync_edl() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | bq25700_charger.c | 483 * maximum and the step between values. For the rest of conversions, we use 501 u32 step; member 846 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in bq25700_find_idx() 849 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in bq25700_find_idx()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | cif-scale.c | 316 fival->stepwise.step.numerator = 1;
in rkcif_scale_enum_frameintervals() 317 fival->stepwise.step.denominator = 1;
in rkcif_scale_enum_frameintervals()
|
H A D | capture.c | 4454 fival->stepwise.step.numerator = 1;
in rkcif_enum_frameintervals() 4455 fival->stepwise.step.denominator = 1;
in rkcif_enum_frameintervals()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | cif-scale.c | 334 fival->stepwise.step.numerator = 1; in rkcif_scale_enum_frameintervals() 335 fival->stepwise.step.denominator = 1; in rkcif_scale_enum_frameintervals()
|
H A D | capture.c | 4615 fival->stepwise.step.numerator = 1; in rkcif_enum_frameintervals() 4616 fival->stepwise.step.denominator = 1; in rkcif_enum_frameintervals()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1367 fival->stepwise.step.numerator = 1;
in rkisp_enum_frameintervals() 1368 fival->stepwise.step.denominator = 1;
in rkisp_enum_frameintervals()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1374 fival->stepwise.step.numerator = 1; in rkisp_enum_frameintervals() 1375 fival->stepwise.step.denominator = 1; in rkisp_enum_frameintervals()
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 239 if check_device_name(device, kit, step="teardown"):
|
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 560 __v4l2_ctrl_modify_range(gc2093->exposure, gc2093->exposure->minimum, max, gc2093->exposure->step,
in gc2093_set_ctrl()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
H A D | ov13855.c | 1751 ov13855->exposure->step, in ov13855_set_ctrl()
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | test_case.py | 291 self.error_msg = "{} does not have test step {}.".format( 333 self.log.error("setup step fails") 541 def step(cls, _ad, stepepr): member in CoreCase 544 _ad.log.error(_ad.device_id + " exec step is fail") 788 self.log.warning("current case object is none, can not disable record step automatically") 1067 log.debug("step {} execute result: {}".format(func_name, _ret)) 1248 name: str, step name 1255 log.warning("current case object is none, recording step failed") 1263 index: int, step index 1270 log.warning("current case object is none, updating step faile [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 9233 uint8 pwr_stab_thresh; /**< Number of successes before power step down */ 9246 uint8 pwr_stab_thresh; /**< Number of successes before power step down */ 9248 uint8 pwrup_slow_step; /**< Step size for slow step up */ 9249 uint8 pwrup_fast_step; /**< Step size for fast step up */ 9250 uint8 pwrdn_slow_step; /**< Step size for slow step down */ 16460 uint8 step; member 18598 uint32 duration; /* each step duration time (mSec) */ 18599 uint32 counts; /* each step hit count number */ 18607 uint8 current_step; /* current step */ 18616 uint8 current_step; /* current step */ [all...] |