Home
last modified time | relevance | path

Searched refs:repeat (Results 326 - 350 of 757) sorted by relevance

1...<<11121314151617181920>>...31

/kernel/linux/linux-6.6/drivers/media/rc/img-ir/
H A Dimg-ir-hw.h129 #define IMG_IR_REPEATCODE 1 /* repeat the previous code */
152 * @repeat: Maximum repeat interval (always in milliseconds).
158 * Returns IMG_IR_REPEATCODE to repeat previous code.
171 unsigned int repeat; member
193 * @rtimings: Processed repeat timings.
218 * @end_timer: Timer until repeat timeout.
H A Dimg-ir-nec.c17 /* a repeat code has no data */ in img_ir_nec_scancode()
157 /* repeat codes */
158 .repeat = 108, /* 108 ms */
166 .minlen = 0, /* repeat code has no data */
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk.h60 * (@repeat==1) scheduled within the interval
73 * @repeat: the time gap between two uframes that transfers are
82 * according to @pkts and @repeat, repeate the burst multiple
84 * according to @pkts and @repeat. normal mode is used by
107 u32 repeat; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h205 * @repeat: how many repetitions to do, can be TE_REPEAT_ENDLESS
225 u8 repeat; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dl4lb_all.c34 .repeat = NUM_ITER, in test_l4lb()
H A Dmap_lock.c11 .repeat = 10000, in spin_lock_thread()
H A Dqueue_stack_map.c23 .repeat = 1, in test_queue_stack_map_by_type()
H A Dspin_lock.c119 .repeat = 10000, in spin_lock_thread()
H A Dxdp_context_test_run.c39 .repeat = 1, in test_xdp_context_test_run()
H A Dtrace_ext.c30 .repeat = 1, in test_trace_ext()
H A Dxdp_noinline.c37 .repeat = NUM_ITER, in test_xdp_noinline()
/third_party/curl/tests/
H A Dtestutil.pm125 # repeat
126 while($$thing =~ s/%repeat\[(\d+) x (.*?)\]%/%%REPEAT%%/i) {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DTimer.java94 abstract public void time(int repeat); in time() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java91 abstract public void time(int repeat); in time() argument
/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-input.js105 const msgBuf = Buffer.from('hello world'.repeat(8));
H A Dtest-stream-flatMap.js66 'xyz\n'.repeat(5)
H A Dtest-webcrypto-digest.js98 kSourceData.long = kSourceData.medium.repeat(1024);
H A Dtest-zlib-bytes-read.js6 const expectStr = 'abcdefghijklmnopqrstuvwxyz'.repeat(2);
/third_party/node/benchmark/
H A D_benchmark_progress.js7 const padding = fill.repeat(Math.max(0, minLength - result.length));
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/
H A Dtracker-group.js90 const indent = ' '.repeat(depth)
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.h267 @param repeat Repeat flag, 1 if the key is down because the key is repeating, 0 if the key is initially pressed by the user
269 typedef void (*uSynergyKeyboardCallback)(uSynergyCookie cookie, uint16_t key, uint16_t modifiers, uSynergyBool down, uSynergyBool repeat);
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dfix_node.c2626 /* FIXME: maybe -ENOMEM when tb->vn_buf == 0? Now just repeat */ in fix_nodes()
2633 goto repeat; in fix_nodes()
2642 goto repeat; in fix_nodes()
2651 goto repeat; in fix_nodes()
2656 goto repeat; in fix_nodes()
2664 goto repeat; in fix_nodes()
2705 goto repeat; in fix_nodes()
2711 goto repeat; in fix_nodes()
2714 repeat: in fix_nodes()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dfix_node.c2627 /* FIXME: maybe -ENOMEM when tb->vn_buf == 0? Now just repeat */ in fix_nodes()
2634 goto repeat; in fix_nodes()
2643 goto repeat; in fix_nodes()
2652 goto repeat; in fix_nodes()
2657 goto repeat; in fix_nodes()
2665 goto repeat; in fix_nodes()
2706 goto repeat; in fix_nodes()
2712 goto repeat; in fix_nodes()
2715 repeat: in fix_nodes()
/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/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
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,

Completed in 17 milliseconds

1...<<11121314151617181920>>...31