/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.h | 129 #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 D | img-ir-nec.c | 17 /* 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 D | xhci-mtk.h | 60 * (@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 D | time-event.h | 205 * @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 D | l4lb_all.c | 34 .repeat = NUM_ITER, in test_l4lb()
|
H A D | map_lock.c | 11 .repeat = 10000, in spin_lock_thread()
|
H A D | queue_stack_map.c | 23 .repeat = 1, in test_queue_stack_map_by_type()
|
H A D | spin_lock.c | 119 .repeat = 10000, in spin_lock_thread()
|
H A D | xdp_context_test_run.c | 39 .repeat = 1, in test_xdp_context_test_run()
|
H A D | trace_ext.c | 30 .repeat = 1, in test_trace_ext()
|
H A D | xdp_noinline.c | 37 .repeat = NUM_ITER, in test_xdp_noinline()
|
/third_party/curl/tests/ |
H A D | testutil.pm | 125 # 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 D | Timer.java | 94 abstract public void time(int repeat); in time() argument
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | Timer.java | 91 abstract public void time(int repeat); in time() argument
|
/third_party/node/test/parallel/ |
H A D | test-child-process-spawnsync-input.js | 105 const msgBuf = Buffer.from('hello world'.repeat(8));
|
H A D | test-stream-flatMap.js | 66 'xyz\n'.repeat(5)
|
H A D | test-webcrypto-digest.js | 98 kSourceData.long = kSourceData.medium.repeat(1024);
|
H A D | test-zlib-bytes-read.js | 6 const expectStr = 'abcdefghijklmnopqrstuvwxyz'.repeat(2);
|
/third_party/node/benchmark/ |
H A D | _benchmark_progress.js | 7 const padding = fill.repeat(Math.max(0, minLength - result.length));
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/ |
H A D | tracker-group.js | 90 const indent = ' '.repeat(depth)
|
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/ |
H A D | uSynergy.h | 267 @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 D | fix_node.c | 2626 /* 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 D | fix_node.c | 2627 /* 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 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/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
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,
|