/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
H A D | text_radialgradient_test.cpp | 32 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 D | text_sweepgradient_test.cpp | 37 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 D | customcomponent_radialgradient_test.cpp | 32 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 D | customcomponent_sweepgradient_test.cpp | 37 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 D | commonattrs_radialgradient_test.cpp | 32 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 D | commonattrs_sweepgradient_test.cpp | 37 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 D | handler.py | 73 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 D | impl.py | 103 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 D | result_reporter.py | 64 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 D | c_driver_lite.py | 191 repeat=request.config.repeat, 257 repeat=request.config.repeat, 317 repeat=request.config.repeat, 367 repeat=request.config.repeat,
|
H A D | oh_kernel_driver.py | 70 repeat=request.config.repeat, 78 repeat=request.config.repeat,
|
H A D | jsunit_driver.py | 349 repeat=request.config.repeat, 362 repeat=request.config.repeat, 374 repeat=request.config.repeat,
|
H A D | cpp_driver.py | 74 repeat=request.config.repeat, 82 repeat=request.config.repeat,
|
H A D | ltp_posix_driver.py | 115 repeat=request.config.repeat,
|
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,
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | scheduler.py | 100 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 D | concurrent.py | 101 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 D | console.py | 311 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 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/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 ""
|
/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
|