Home
last modified time | relevance | path

Searched refs:repeat (Results 126 - 150 of 875) sorted by relevance

12345678910>>...35

/third_party/node/test/parallel/
H A Dtest-async-local-storage-http-multiclients.js23 r.end((index++ % 10).toString().repeat(1024 * 1024));
63 assert.strictEqual(data, data[0].repeat(data.length));
H A Dtest-http2-options-max-headers-exceeds-nghttp2.js33 'test-header': 'A'.repeat(90000)
69 'test-header': 'A'.repeat(90000),
/third_party/node/test/wasi/
H A Dtest-wasi-stdio.js16 writeFileSync(stdinFile, 'x'.repeat(33));
31 strictEqual(readFileSync(stdoutFile, 'utf8').trim(), 'x'.repeat(31));
/third_party/node/src/
H A Dtimer_wrap.h32 void Update(uint64_t interval, uint64_t repeat = 0);
62 void Update(uint64_t interval, uint64_t repeat = 0);
/third_party/node/benchmark/http/
H A Dclient-request-body.js23 chunk = 'ü'.repeat(len / 2);
26 chunk = 'a'.repeat(len);
/third_party/node/benchmark/fs/
H A Dwritefile-promises.js31 chunk = 'a'.repeat(size);
35 chunk = 'ü'.repeat(Math.ceil(size / 2));
H A Dwrite-stream-throughput.js28 chunk = 'a'.repeat(size);
32 chunk = 'ü'.repeat(Math.ceil(size / 2));
/third_party/node/benchmark/tls/
H A Dthroughput-c2s.js21 chunk = 'a'.repeat(size);
25 chunk = 'ü'.repeat(size / 2);
/third_party/node/benchmark/net/
H A Dnet-c2s-cork.js24 chunk = 'ü'.repeat(len / 2);
28 chunk = 'x'.repeat(len);
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c91 unsigned repeat = instr->repeat; in collect_reg_info() local
103 repeat = 0; in collect_reg_info()
114 max = (reg->num + repeat + components - 1); in collect_reg_info()
337 unsigned instrs_count = 1 + instr->repeat + instr->nop; in ir3_collect_info()
341 nops_count = 1 + instr->repeat; in ir3_collect_info()
344 info->instrs_per_cat[opc_cat(instr->opc)] += 1 + instr->repeat; in ir3_collect_info()
350 info->mov_count += 1 + instr->repeat; in ir3_collect_info()
352 info->cov_count += 1 + instr->repeat; in ir3_collect_info()
374 int n = MIN2(sfu_delay, 1 + instr->repeat in ir3_collect_info()
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_ump_convert.c34 u16 val, repeat; in upscale_7_to_16bit() local
39 repeat = src & 0x3f; in upscale_7_to_16bit()
40 return val | (repeat << 3) | (repeat >> 3); in upscale_7_to_16bit()
45 u32 val, repeat; in upscale_7_to_32bit() local
50 repeat = src & 0x3f; in upscale_7_to_32bit()
51 return val | (repeat << 19) | (repeat << 13) | in upscale_7_to_32bit()
52 (repeat << 7) | (repeat << in upscale_7_to_32bit()
57 u32 val, repeat; upscale_14_to_32bit() local
[all...]
/third_party/unity/extras/fixture/test/
H A Dunity_fixture_Test.c159 static const char* repeat[] = { variable
166 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(2, repeat)); in TEST()
172 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, repeat)); in TEST()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddp.c613 unsigned int repeat; in drm_dp_link_clock_recovery() local
619 for (repeat = 1; repeat < 5; repeat++) { in drm_dp_link_clock_recovery()
669 unsigned int repeat; in drm_dp_link_channel_equalization() local
678 for (repeat = 1; repeat < 5; repeat++) { in drm_dp_link_channel_equalization()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddp.c622 unsigned int repeat; in drm_dp_link_clock_recovery() local
628 for (repeat = 1; repeat < 5; repeat++) { in drm_dp_link_clock_recovery()
678 unsigned int repeat; in drm_dp_link_channel_equalization() local
687 for (repeat = 1; repeat < 5; repeat++) { in drm_dp_link_channel_equalization()
/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,
/third_party/cups-filters/cupsfilters/
H A Dimage-sgilib.c716 repeat; /* Repeated pixel */ in write_rle8() local
758 repeat = row[0]; in write_rle8()
763 while (x > 0 && *row == repeat) in write_rle8()
779 if (putc(repeat, fp) == EOF) in write_rle8()
808 repeat; /* Repeated pixel */ in write_rle16() local
850 repeat = row[0]; in write_rle16()
855 while (x > 0 && *row == repeat) in write_rle16()
871 if (putshort(repeat, fp) == EOF) in write_rle16()
/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...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c20 .repeat = 1, in test_tailcall_1()
156 .repeat = 1, in test_tailcall_2()
231 .repeat = 1, in test_tailcall_count()
329 .repeat = 1, in test_tailcall_4()
419 .repeat = 1, in test_tailcall_5()
507 .repeat = 1, in test_tailcall_bpf2bpf_1()
591 .repeat = 1, in test_tailcall_bpf2bpf_2()
671 .repeat = 1, in test_tailcall_bpf2bpf_3()
766 .repeat = 1, in test_tailcall_bpf2bpf_4()
846 .repeat in test_tailcall_bpf2bpf_6()
[all...]
H A Dparse_tcp_hdr_opt.c39 .repeat = 3, in test_parse_opt()
69 .repeat = 3, in test_parse_opt_dynptr()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.h42 LongPressRecognizer(const WeakPtr<PipelineBase>& context, int32_t duration, int32_t fingers, bool repeat, in LongPressRecognizer() argument
44 : context_(context), duration_(duration), repeat_(repeat), isForDrag_(isForDrag), in LongPressRecognizer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_trace_utils.h37 const int animationDelay, const int animationDur, const int repeat) const;
41 const int64_t time, const int dur, const int repeat) const;
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_option.cpp83 void KeyOption::SetRepeat(bool repeat) in SetRepeat() argument
85 isRepeat_ = repeat; in SetRepeat()
/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp92 ffrt_timer_t Loop::TimerStart(uint64_t timeout, void* data, ffrt_timer_cb cb, bool repeat) in TimerStart() argument
94 return poller_.RegisterTimer(timeout, data, cb, repeat); in TimerStart()
H A Dloop_api.cpp77 ffrt_timer_t ffrt_loop_timer_start(ffrt_loop_t loop, uint64_t timeout, void* data, ffrt_timer_cb cb, bool repeat) in ffrt_loop_timer_start() argument
81 return innerLoop->TimerStart(timeout, data, cb, repeat); in ffrt_loop_timer_start()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h124 #define LWS_PLAT_TIMER_CREATE(name, interval, repeat, opaque, cb) \
126 repeat ? pdTRUE : 0, opaque, cb)

Completed in 12 milliseconds

12345678910>>...35