Home
last modified time | relevance | path

Searched refs:repeat (Results 776 - 800 of 875) sorted by relevance

1...<<3132333435

/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dmmc_test.c409 struct scatterlist *sglist, int repeat, in mmc_test_map_sg()
444 } while (sz && repeat); in mmc_test_map_sg()
408 mmc_test_map_sg(struct mmc_test_mem *mem, unsigned long size, struct scatterlist *sglist, int repeat, unsigned int max_segs, unsigned int max_seg_sz, unsigned int *sg_len, int min_sg_len) mmc_test_map_sg() argument
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-eh.c677 repeat: in ata_scsi_port_error_handler()
737 goto repeat; in ata_scsi_port_error_handler()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsegment.c717 repeat: in nilfs_lookup_dirty_data_buffers()
756 goto repeat; in nilfs_lookup_dirty_data_buffers()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c1013 repeat: in snd_seq_write()
1102 goto repeat; in snd_seq_write()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_core.c1995 repeat: in nf_conntrack_in()
2024 goto repeat; in nf_conntrack_in()
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js75 s10.addGesture(new LongPressGestureHandler({ repeat: false, duration: ButtonGestureModifier.longPressTime })
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js65 j7.addGesture(new LongPressGestureHandler({ repeat: false, duration: ButtonGestureModifier.longPressTime })
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreTransaction.test.js314 var nameStr = "lisi" + "e".repeat(2000) + "zhangsan"
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dadp5589-keys.c942 if (pdata->repeat) in adp5589_keypad_add()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h335 * Run the eBPF program associated with the *prog_fd* a *repeat*
357 * *repeat* must be zero.
1496 __u32 repeat; member
3424 * report a successfully decoded repeat key message. This delays
5078 * and will not repeat unless another bpf_timer_start() is made.
/kernel/linux/linux-6.6/drivers/iio/imu/bno055/
H A Dbno055.c446 .repeat = IIO_MOD_##_axis == IIO_MOD_QUATERNION ? 4 : 0, \
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dadp5589-keys.c906 if (pdata->repeat) in adp5589_keypad_add()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h335 * Run the eBPF program associated with the *prog_fd* a *repeat*
357 * *repeat* must be zero.
1496 __u32 repeat; member
3424 * report a successfully decoded repeat key message. This delays
5078 * and will not repeat unless another bpf_timer_start() is made.
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h141 GTEST_DECLARE_int32_(repeat); variable
144 // repeat of the tests. The default value is true. If set to false the global
941 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java1851 public static String repeat(String s, int count) { in repeat() method in Utility
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtility.java1755 public static String repeat(String s, int count) { in repeat() method in Utility
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h335 * Run the eBPF program associated with the *prog_fd* a *repeat*
357 * *repeat* must be zero.
1514 __u32 repeat; member
3449 * report a successfully decoded repeat key message. This delays
5103 * and will not repeat unless another bpf_timer_start() is made.
/third_party/node/test/parallel/
H A Dtest-readline-interface.js1340 rl.line = `a${' '.repeat(1e6)}a`;
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h131 GTEST_DECLARE_int32_(repeat); variable
134 // repeat of the tests. The default value is true. If set to false the global
933 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration
/third_party/littlefs/scripts/
H A Dperf.py834 it.chain([23], it.repeat(7)),
H A Dperfbd.py800 it.chain([23], it.repeat(7)),
H A Dtracebd.py496 it.islice(it.chain(h, it.repeat(Block())),
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h132 GTEST_DECLARE_int32_(repeat);
1084 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs802 let es = iter::repeat(e.clone()).take(n).collect(); in repeat_range_literals()
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs483 let newdir = "a".repeat(100); in test_getcwd()

Completed in 84 milliseconds

1...<<3132333435