Home
last modified time | relevance | path

Searched refs:repeat (Results 1 - 25 of 37) sorted by relevance

12

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/
H A Dtext_radialgradient_test.cpp32 int32_t repeat = 0; in TestTextRadialGradient002() local
36 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient002()
44 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient002()
52 int32_t repeat = 0; in TestTextRadialGradient003() local
56 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient003()
64 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient003()
72 int32_t repeat = 1; in TestTextRadialGradient004() local
76 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient004()
84 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient004()
92 int32_t repeat in TestTextRadialGradient005() local
[all...]
H A Dtext_sweepgradient_test.cpp37 int32_t repeat = 0; in TestTextSweepGradient002() local
42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient002()
51 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient002()
66 int32_t repeat = 0; in TestTextSweepGradient003() local
71 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient003()
80 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient003()
95 int32_t repeat = 1; in TestTextSweepGradient004() local
100 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient004()
109 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient004()
124 int32_t repeat in TestTextSweepGradient005() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_radialgradient_test.cpp32 int32_t repeat = 0; in TestCustomComponentRadialGradient002() local
36 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCustomComponentRadialGradient002()
43 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCustomComponentRadialGradient002()
52 int32_t repeat = 0; in TestCustomComponentRadialGradient003() local
56 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCustomComponentRadialGradient003()
63 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCustomComponentRadialGradient003()
72 int32_t repeat = 1; in TestCustomComponentRadialGradient004() local
76 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCustomComponentRadialGradient004()
83 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCustomComponentRadialGradient004()
H A Dcustomcomponent_sweepgradient_test.cpp37 int32_t repeat = 0; in TestCustomComponentSweepGradient002() local
42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCustomComponentSweepGradient002()
51 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCustomComponentSweepGradient002()
63 int32_t repeat = 0; in TestCustomComponentSweepGradient003() local
68 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCustomComponentSweepGradient003()
77 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCustomComponentSweepGradient003()
89 int32_t repeat = 1; in TestCustomComponentSweepGradient004() local
94 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCustomComponentSweepGradient004()
103 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCustomComponentSweepGradient004()
115 int32_t repeat in TestCustomComponentSweepGradient005() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_radialgradient_test.cpp32 int32_t repeat = 0; in TestCommonAttrsRadialGradient002() local
36 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient002()
43 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient002()
52 int32_t repeat = 0; in TestCommonAttrsRadialGradient003() local
56 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient003()
63 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient003()
72 int32_t repeat = 1; in TestCommonAttrsRadialGradient004() local
76 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient004()
83 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient004()
H A Dcommonattrs_sweepgradient_test.cpp37 int32_t repeat = 0; in TestCommonAttrsSweepGradient002() local
42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient002()
51 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient002()
63 int32_t repeat = 0; in TestCommonAttrsSweepGradient003() local
68 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient003()
77 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient003()
89 int32_t repeat = 1; in TestCommonAttrsSweepGradient004() local
94 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient004()
103 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient004()
115 int32_t repeat in TestCommonAttrsSweepGradient005() local
[all...]
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dhandler.py73 repeat, repeat_round = 1, 1
75 repeat = task.config.repeat
82 round_folder = f"round{repeat_round}" if repeat > 1 else ""
99 ReportConstant.repeat: str(repeat),
H A Dimpl.py103 for index in range(1, task.config.repeat + 1):
137 repeat = getattr(task.config, ConfigConst.repeat, 1)
138 if repeat > 1:
139 self.set_repeat_index(repeat)
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py64 self.repeat = 1
77 LOG.info(f"Test Summary: modules: {self.modules}, repeat: {self.repeat}, run modules: {self.runmodules}, "
82 "repeat": self.repeat,
202 self.summary.repeat = self.task_info.repeat
301 repeat = int(ele_module.get(ReportConstant.repeat, "1"))
302 if self.summary.repeat < repea
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dc_driver_lite.py191 repeat=request.config.repeat,
257 repeat=request.config.repeat,
317 repeat=request.config.repeat,
367 repeat=request.config.repeat,
H A Doh_kernel_driver.py70 repeat=request.config.repeat,
78 repeat=request.config.repeat,
H A Djsunit_driver.py349 repeat=request.config.repeat,
362 repeat=request.config.repeat,
374 repeat=request.config.repeat,
H A Dcpp_driver.py74 repeat=request.config.repeat,
82 repeat=request.config.repeat,
H A Dltp_posix_driver.py115 repeat=request.config.repeat,
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,
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py100 repeat = Variables.config.taskargs.get(ConfigConst.repeat)
101 if not repeat:
102 repeat = args.get(ConfigConst.repeat, 1)
103 args.update({ConfigConst.repeat: int(repeat)})
168 task_info.repeat = getattr(task.config, ConfigConst.repeat, 1)
H A Dconcurrent.py101 self.repeat = 1
114 self.repeat = Context.get_scheduler().get_repeat_index()
116 round_folder = f"round{self.repeat_round}" if self.repeat > 1 else ""
173 # move result file to round folder when repeat > 1
174 if self.repeat > 1:
186 ReportConstant.repeat: str(self.repeat),
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py311 parser.add_argument("--repeat",
314 dest=ConfigConst.repeat,
638 repeat = options.repeat
639 # 命令行repeat设值大于1时,才更新
640 if repeat > 1:
641 args.update({ConfigConst.repeat: repeat})
858 # clear redundant content in history command. e.g. repeat,sn
859 if "--repeat" i
[all...]
/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/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 ""
/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

Completed in 22 milliseconds

12