Home
last modified time | relevance | path

Searched refs:repeat (Results 26 - 50 of 51) sorted by relevance

123

/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_ref.h143 * 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 Danimator_event_test.cpp569 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 Ddevice.py1439 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 Doh_jsunit_driver.py130 repeat=request.config.repeat,
146 repeat=request.config.repeat,
439 repeat=request.config.repeat,
445 repeat=request.config.repeat,
H A Doh_yara_driver.py128 repeat=request.config.repeat,
H A Dcpp_driver_lite.py89 repeat=request.config.repeat,
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
H A DKvStoreSecurityLevelS1Jsunit.test.js2063 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 Dvariables.py178 repeat=1, repeat_round=1):
179 round_folder = f"round{repeat_round}" if repeat > 1 else ""
H A Dtest_case.py530 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 Dtest_suite.py97 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 Dconstants.py292 repeat = "repeat" variable in ConfigConst
H A Dutils.py394 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 Ddhd_pno.c455 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 Ddhd_pno.h321 uint16 repeat; member
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreExcuteSqlJsunit.test.js212 var nameStr = "lisi" + "e".repeat(2000) + "zhangsan"
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstoreStoreExcuteSqlJsunit.test.js209 var nameStr = "lisi" + "e".repeat(2000) + "zhangsan"
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dconfig_manager.py204 <repeat></repeat>
300 "agent_mode", ConfigConst.repeat, ConfigConst.pass_through,
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py139 parser.add_argument("--repeat",
141 dest="repeat",
489 repeat = "repeat" variable in ConfigConst
H A Drun.py210 LOG.info("repeat = %s" % options.repeat)
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py95 self._repeat = self.configs.get("request").config.repeat
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c3611 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 DObjectStoreJsunit.test.js708 let maxString = "12345678123456781234567812345678".repeat(131072);
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py88 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 Dwlioctl.h6045 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 Darkoala_api.h1003 ArkUI_Int32 repeat; member
1096 ArkUI_Int32 repeat; member
2770 ArkUIGesture* (*createLongPressGesture)(ArkUI_Int32 fingers, bool repeat, ArkUI_Int32 duration, void* userData);

Completed in 154 milliseconds

123