/third_party/node/test/parallel/ |
H A D | test-async-local-storage-http-multiclients.js | 23 r.end((index++ % 10).toString().repeat(1024 * 1024)); 63 assert.strictEqual(data, data[0].repeat(data.length));
|
H A D | test-http2-options-max-headers-exceeds-nghttp2.js | 33 'test-header': 'A'.repeat(90000) 69 'test-header': 'A'.repeat(90000),
|
/third_party/node/test/wasi/ |
H A D | test-wasi-stdio.js | 16 writeFileSync(stdinFile, 'x'.repeat(33)); 31 strictEqual(readFileSync(stdoutFile, 'utf8').trim(), 'x'.repeat(31));
|
/third_party/node/src/ |
H A D | timer_wrap.h | 32 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 D | client-request-body.js | 23 chunk = 'ü'.repeat(len / 2); 26 chunk = 'a'.repeat(len);
|
/third_party/node/benchmark/fs/ |
H A D | writefile-promises.js | 31 chunk = 'a'.repeat(size); 35 chunk = 'ü'.repeat(Math.ceil(size / 2));
|
H A D | write-stream-throughput.js | 28 chunk = 'a'.repeat(size); 32 chunk = 'ü'.repeat(Math.ceil(size / 2));
|
/third_party/node/benchmark/tls/ |
H A D | throughput-c2s.js | 21 chunk = 'a'.repeat(size); 25 chunk = 'ü'.repeat(size / 2);
|
/third_party/node/benchmark/net/ |
H A D | net-c2s-cork.js | 24 chunk = 'ü'.repeat(len / 2); 28 chunk = 'x'.repeat(len);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.c | 91 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 D | seq_ump_convert.c | 34 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 D | unity_fixture_Test.c | 159 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 D | dp.c | 613 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 D | dp.c | 622 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 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,
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-sgilib.c | 716 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 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...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 20 .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 D | parse_tcp_hdr_opt.c | 39 .repeat = 3, in test_parse_opt() 69 .repeat = 3, in test_parse_opt_dynptr()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | long_press_recognizer.h | 42 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 D | rs_animation_trace_utils.h | 37 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 D | key_option.cpp | 83 void KeyOption::SetRepeat(bool repeat) in SetRepeat() argument 85 isRepeat_ = repeat; in SetRepeat()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | loop.cpp | 92 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 D | loop_api.cpp | 77 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 D | private-lib-plat-freertos.h | 124 #define LWS_PLAT_TIMER_CREATE(name, interval, repeat, opaque, cb) \ 126 repeat ? pdTRUE : 0, opaque, cb)
|