/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc_test.c | 409 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 D | libata-eh.c | 677 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 D | segment.c | 717 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 D | seq_clientmgr.c | 1013 repeat: in snd_seq_write() 1102 goto repeat; in snd_seq_write()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 1995 repeat: in nf_conntrack_in() 2024 goto repeat; in nf_conntrack_in()
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 75 s10.addGesture(new LongPressGestureHandler({ repeat: false, duration: ButtonGestureModifier.longPressTime })
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 65 j7.addGesture(new LongPressGestureHandler({ repeat: false, duration: ButtonGestureModifier.longPressTime })
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbStoreTransaction.test.js | 314 var nameStr = "lisi" + "e".repeat(2000) + "zhangsan"
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | adp5589-keys.c | 942 if (pdata->repeat) in adp5589_keypad_add()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 335 * 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 D | bno055.c | 446 .repeat = IIO_MOD_##_axis == IIO_MOD_QUATERNION ? 4 : 0, \
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | adp5589-keys.c | 906 if (pdata->repeat) in adp5589_keypad_add()
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 335 * 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 D | gtest.h | 141 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 D | Utility.java | 1851 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 D | Utility.java | 1755 public static String repeat(String s, int count) { in repeat() method in Utility
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 335 * 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 D | test-readline-interface.js | 1340 rl.line = `a${' '.repeat(1e6)}a`;
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 131 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 D | perf.py | 834 it.chain([23], it.repeat(7)),
|
H A D | perfbd.py | 800 it.chain([23], it.repeat(7)),
|
H A D | tracebd.py | 496 it.islice(it.chain(h, it.repeat(Block())),
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 132 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 D | mod.rs | 802 let es = iter::repeat(e.clone()).take(n).collect(); in repeat_range_literals()
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 483 let newdir = "a".repeat(100); in test_getcwd()
|