/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | rk_venc_ref.h | 143 * 3.4 repeat 144 * The repeat time of the short-term reference frame configure. 145 * The overall frame count with the same config is repeat + 1. 198 RK_S32 repeat; /* repeat times */ member
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/ |
H A D | animator_event_test.cpp | 569 static ArkUI_NodeHandle repeat = nodeAPI->createNode(ARKUI_NODE_BUTTON); in testAnimatorRegisterOnRepeat_006() local 570 ArkUI_AttributeItem repeatNODE_BUTTON_LABLE_Item = {.string = "repeat"}; in testAnimatorRegisterOnRepeat_006() 571 nodeAPI->setAttribute(repeat, NODE_BUTTON_LABEL, &repeatNODE_BUTTON_LABLE_Item); in testAnimatorRegisterOnRepeat_006() 572 nodeAPI->registerNodeEvent(repeat, NODE_ON_CLICK, 1, nullptr); in testAnimatorRegisterOnRepeat_006() 584 nodeAPI->addChild(row0, repeat); in testAnimatorRegisterOnRepeat_006()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1439 def stop_hilog_task(self, log_name, repeat=1, repeat_round=1, **kwargs): 1441 round_folder = f"round{repeat_round}" if repeat > 1 else "" 1463 self.start_get_crash_log(log_name, repeat=repeat, repeat_round=repeat_round, module_name=module_name) 1487 def start_get_crash_log(self, task_name, repeat=1, repeat_round=1, **kwargs): 1490 round_folder = f"round{repeat_round}" if repeat > 1 else "" 1624 repeat=request.config.repeat,
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_jsunit_driver.py | 130 repeat=request.config.repeat, 146 repeat=request.config.repeat, 439 repeat=request.config.repeat, 445 repeat=request.config.repeat,
|
H A D | oh_yara_driver.py | 128 repeat=request.config.repeat,
|
H A D | cpp_driver_lite.py | 89 repeat=request.config.repeat,
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/ |
H A D | KvStoreSecurityLevelS1Jsunit.test.js | 2063 await remoteHelpers.getKvStore("x".repeat(129), "S1", false);
2120 await remoteHelpers.getKvStore("x".repeat(129), "S1", false);
2177 await remoteHelpers.getKvStore("x".repeat(128), "S1", false);
2188 await kvManager.getKVStore("x".repeat(128), options).then((store) => {
2210 await kvManager.closeKVStore(TEST_BUNDLE_NAME, "x".repeat(128)).then(async () => {
2212 await kvManager.deleteKVStore(TEST_BUNDLE_NAME, "x".repeat(128)).then(() => {
2216 await remoteHelpers.closeKvStore("x".repeat(128)).then(async (ret) => {
2247 await remoteHelpers.getKvStore("x".repeat(128), "S1", false);
2258 await kvManager.getKVStore("x".repeat(128), options).then((store) => {
2280 await kvManager.closeKVStore(TEST_BUNDLE_NAME, "x".repeat(12 [all...] |
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 178 repeat=1, repeat_round=1): 179 round_folder = f"round{repeat_round}" if repeat > 1 else ""
|
H A D | test_case.py | 530 repeat, repeat_round = 1, 1 532 repeat, repeat_round = request.config.repeat, request.get_repeat_round() 538 repeat=repeat, repeat_round=repeat_round)
|
/test/testfwk/xdevice/plugins/devicetest/core/suite/ |
H A D | test_suite.py | 97 self._repeat = self.configs.get("request").config.repeat 451 repeat=self._repeat, repeat_round=self._repeat_round)
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 292 repeat = "repeat" variable in ConfigConst
|
H A D | utils.py | 394 device_name="", module_name=None, repeat=1, repeat_round=1): 397 round_folder = f"round{repeat_round}" if repeat > 1 else "" 748 repeat round
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pno.c | 455 pfn_param.repeat = (uchar) (pno_params->params_legacy.pno_repeat); in _dhd_pno_set() 490 /* default repeat = 10 */ in _dhd_pno_set() 491 pfn_param.repeat = DEFAULT_REPEAT; in _dhd_pno_set() 511 pfn_param.repeat = 0; in _dhd_pno_set() 519 pfn_param.repeat = 0; in _dhd_pno_set() 536 pfn_param.repeat = 0; in _dhd_pno_set() 552 pfn_param.repeat = 0; in _dhd_pno_set() 567 pfn_param.repeat = (uchar) (params->params_legacy.pno_repeat); in _dhd_pno_set() 2130 pfn_gscan_cfg_t->channel_bucket[i].repeat = in dhd_pno_set_for_gscan() 2131 ch_bucket[i].repeat; in dhd_pno_set_for_gscan() [all...] |
H A D | dhd_pno.h | 321 uint16 repeat; member
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreExcuteSqlJsunit.test.js | 212 var nameStr = "lisi" + "e".repeat(2000) + "zhangsan"
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreStoreExcuteSqlJsunit.test.js | 209 var nameStr = "lisi" + "e".repeat(2000) + "zhangsan"
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 204 <repeat></repeat> 300 "agent_mode", ConfigConst.repeat, ConfigConst.pass_through,
|
/test/testfwk/developer_test/src/core/command/ |
H A D | console.py | 139 parser.add_argument("--repeat",
141 dest="repeat",
489 repeat = "repeat"
variable in ConfigConst
|
H A D | run.py | 210 LOG.info("repeat = %s" % options.repeat)
|
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 95 self._repeat = self.configs.get("request").config.repeat
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 3611 int repeat = 0;
local 3631 for (repeat = 0; repeat < 0x3; repeat++) {
|
/test/xts/acts/distributeddatamgr/dataObjecttest/dataObjectjstest/hap/entry/src/ohosTest/js/test/ |
H A D | ObjectStoreJsunit.test.js | 708 let maxString = "12345678123456781234567812345678".repeat(131072);
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 88 repeat = "repeat" variable in ReportConstant 337 repeat = 1 variable in ExecInfo
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 6045 uint8 repeat; /**< Minimum number of scan intervals member 6123 uint16 repeat; member 6259 uint8 repeat; /* Number of scans before changing adaptation level */ member 6339 uint16 count; /* count to repeat */ 6655 uint8 bcsa_cnt; /**< repeat numbers of broadcast CSA */ 11824 uint8 repeat; member 12606 uint8 repeat; /* Whether Availabilty repeat across DW */ member 12646 uint8 repeat; /* Whether Availabilty repeat acros member 14680 wl_proxd_intvl_t repeat; global() member 14695 wl_proxd_intvl_t repeat; global() member [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 1003 ArkUI_Int32 repeat; member 1096 ArkUI_Int32 repeat; member 2770 ArkUIGesture* (*createLongPressGesture)(ArkUI_Int32 fingers, bool repeat, ArkUI_Int32 duration, void* userData);
|