Home
last modified time | relevance | path

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

123

/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...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_mlvec.cpp262 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
274 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
280 st_ref[1].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
286 st_ref[2].repeat = 0; // st 2 layer 0 - ref in vpu_api_mlvec_set_dy_max_tid()
298 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
304 st_ref[1].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
310 st_ref[2].repeat = 0; // layer 2 in vpu_api_mlvec_set_dy_max_tid()
316 st_ref[3].repeat = 0; // layer 3 in vpu_api_mlvec_set_dy_max_tid()
322 st_ref[4].repeat = 0; // layer 4 in vpu_api_mlvec_set_dy_max_tid()
334 st_ref[0].repeat in vpu_api_mlvec_set_dy_max_tid()
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/src/
H A Dmpi_enc_utils.c95 st_ref[REF_NUM_0].repeat = 0; in mpi_enc_gen_ref_cfg()
101 st_ref[REF_NUM_1].repeat = 0; in mpi_enc_gen_ref_cfg()
107 st_ref[REF_NUM_2].repeat = 0; in mpi_enc_gen_ref_cfg()
113 st_ref[REF_NUM_3].repeat = 0; in mpi_enc_gen_ref_cfg()
119 st_ref[REF_NUM_4].repeat = 0; in mpi_enc_gen_ref_cfg()
125 st_ref[REF_NUM_5].repeat = 0; in mpi_enc_gen_ref_cfg()
131 st_ref[REF_NUM_6].repeat = 0; in mpi_enc_gen_ref_cfg()
137 st_ref[REF_NUM_7].repeat = 0; in mpi_enc_gen_ref_cfg()
143 st_ref[REF_NUM_8].repeat = 0; in mpi_enc_gen_ref_cfg()
162 st_ref[REF_NUM_0].repeat in mpi_enc_gen_ref_cfg()
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/src/
H A Dmpi_enc_utils.c96 st_ref[REF_NUM_0].repeat = 0; in mpi_enc_gen_ref_cfg()
102 st_ref[REF_NUM_1].repeat = 0; in mpi_enc_gen_ref_cfg()
108 st_ref[REF_NUM_2].repeat = 0; in mpi_enc_gen_ref_cfg()
114 st_ref[REF_NUM_3].repeat = 0; in mpi_enc_gen_ref_cfg()
120 st_ref[REF_NUM_4].repeat = 0; in mpi_enc_gen_ref_cfg()
126 st_ref[REF_NUM_5].repeat = 0; in mpi_enc_gen_ref_cfg()
132 st_ref[REF_NUM_6].repeat = 0; in mpi_enc_gen_ref_cfg()
138 st_ref[REF_NUM_7].repeat = 0; in mpi_enc_gen_ref_cfg()
144 st_ref[REF_NUM_8].repeat = 0; in mpi_enc_gen_ref_cfg()
163 st_ref[REF_NUM_0].repeat in mpi_enc_gen_ref_cfg()
[all...]
/device/soc/rockchip/common/hardware/mpp/src/
H A Dmpi_enc_utils.c75 st_ref[0].repeat = 0; in mpi_enc_gen_ref_cfg()
81 st_ref[1].repeat = 0; in mpi_enc_gen_ref_cfg()
87 st_ref[0x2].repeat = 0; in mpi_enc_gen_ref_cfg()
93 st_ref[0x3].repeat = 0; in mpi_enc_gen_ref_cfg()
99 st_ref[0x4].repeat = 0; in mpi_enc_gen_ref_cfg()
105 st_ref[0x5].repeat = 0; in mpi_enc_gen_ref_cfg()
111 st_ref[0x6].repeat = 0; in mpi_enc_gen_ref_cfg()
117 st_ref[0x7].repeat = 0; in mpi_enc_gen_ref_cfg()
123 st_ref[0x8].repeat = 0; in mpi_enc_gen_ref_cfg()
142 st_ref[0].repeat in mpi_enc_gen_ref_cfg()
[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/plugins/ohos/src/ohos/drivers/
H A Doh_kernel_driver.py70 repeat=request.config.repeat,
78 repeat=request.config.repeat,
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 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,
/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...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_helpers.c149 int repeat = 100; in kutf_helper_external_reset_gpu() local
157 while (error && repeat--) { in kutf_helper_external_reset_gpu()
/interface/sdk-js/build-tools/permissions_converter/
H A Dconvert.js56 const tabs = tab.repeat(2);
57 const tabzz = tab.repeat(3);
/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)
/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...]
/interface/sdk_c/resourceschedule/ffrt/c/
H A Dtimer.h51 * @param repeat Indicates whether to repeat this timer.
56 FFRT_C_API ffrt_timer_t ffrt_timer_start(ffrt_qos_t qos, uint64_t timeout, void* data, ffrt_timer_cb cb, bool repeat);
H A Dloop.h116 * @param repeat Indicates whether to repeat this timer.
122 ffrt_loop_t loop, uint64_t timeout, void* data, ffrt_timer_cb cb, bool repeat);
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_ref.h141 * 3.4 repeat
142 * The repeat time of the short-term reference frame configure.
143 * The overall frame count with the same config is repeat + 1.
196 signed int repeat; /* repeat times */ member

Completed in 14 milliseconds

123