Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 193) sorted by relevance

12345678

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_repeat_test.cc42 GTEST_DECLARE_int32_(repeat);
48 using testing::GTEST_FLAG(repeat);
156 void TestRepeat(int repeat) { in TestRepeat() argument
157 GTEST_FLAG(repeat) = repeat; in TestRepeat()
161 CheckCounts(repeat); in TestRepeat()
166 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter() argument
167 GTEST_FLAG(repeat) = repeat; in TestRepeatWithEmptyFilter()
178 GTEST_FLAG(repeat) = repeat; in TestRepeatWithFilterForSuccessfulTests()
186 GTEST_CHECK_INT_EQ_(repeat, g_should_pass_count); in TestRepeatWithFilterForSuccessfulTests()
187 GTEST_CHECK_INT_EQ_(repeat, g_death_test_count); in TestRepeatWithFilterForSuccessfulTests()
[all …]
/freebsd-13.1/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dcategorization.dat29 |B a\(b\)*\1 abab (0,2)(1,2) # BUG=repeat-any
38 |B a\(b\)*\1 abab (0,2)(1,2) BUG=repeat-any
39 ; BUG=repeat-any-UNKNOWN
42 |E (a*)* ax (0,1)(0,1) BUG=repeat-null-unknown
43 |E (a*)* a (0,1)(1,1) BUG=repeat-null
44 ; BUG=repeat-null-UNKNOWN
47 |E (aba|a*b)* ababa (0,5)(3,4) BUG=repeat-short
49 ; BUG=repeat-short-UNKNOWN
52 |E (a(b)?)+ aba (0,3)(2,3)(1,2) BUG=repeat-artifact
53 ; BUG=repeat-artifact-UNKNOWN
[all …]
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_literals.c101 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local
103 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals()
108 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : in ZSTD_compressLiterals()
112 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); in ZSTD_compressLiterals()
113 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
H A Dhuf_compress.c747 HUF_CElt* oldHufTable, HUF_repeat* repeat, int preferRepeat, in HUF_compress_internal() argument
769 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal()
782 if ( repeat in HUF_compress_internal()
783 && *repeat == HUF_repeat_check in HUF_compress_internal()
785 *repeat = HUF_repeat_none; in HUF_compress_internal()
788 if (preferRepeat && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
809 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
821 if (repeat) { *repeat = HUF_repeat_none; } in HUF_compress_internal()
846 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2) in HUF_compress1X_repeat() argument
851 repeat, preferRepeat, bmi2); in HUF_compress1X_repeat()
[all …]
/freebsd-13.1/contrib/lib9p/pytest/
H A Dsequencer.py415 def __init__(self, repeat, name, sub, aux=None): argument
417 self.repeat = repeat
424 self.repeat, self.name, self.sub)
426 self.repeat, self.name, self.sub, self.aux)
432 num = vdict[self.repeat]
444 num = vdict[self.repeat]
H A Dprotocol.py523 if data.get(sub.repeat) is not None:
530 data[sub.repeat] = len(item)
1619 repeat = get_subscripted(tokens)
1620 if repeat is None:
1624 token, repeat[0], repeat[1]))
1627 emit_repeat(token.value, repeat[0].value, repeat[1])
/freebsd-13.1/contrib/libbegemot/
H A Drpoll.h45 int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
46 int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
H A Drpoll.c163 int repeat; /* one shot or repeat? */ member
363 poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg) in poll_start_timer() argument
366 repeat, func, arg)); in poll_start_timer()
370 poll_start_utimer(unsigned long long usecs, int repeat, timer_f func, void *arg) in poll_start_utimer() argument
392 p->repeat = repeat; in poll_start_utimer()
403 usecs, repeat, (void *)func, (void *)arg, p - tims); in poll_start_utimer()
624 if(tims[tfd[i]].repeat) in poll_dispatch()
/freebsd-13.1/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-13.1/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-13.1/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-13.1/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-13.1/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-13.1/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-13.1/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css7 background : url("tab_b.gif") repeat-x bottom;
33 background : url("tab_r.gif") no-repeat right top;
55 background : url("tab_l.gif") no-repeat left top;
/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c242 u_long repeat, bits; in bhnd_nvram_val_vprintf() local
259 repeat = 1; in bhnd_nvram_val_vprintf()
282 repeat = bhnd_nvram_val_nelem(value); in bhnd_nvram_val_vprintf()
285 repeat = va_arg(ap, size_t); in bhnd_nvram_val_vprintf()
291 repeat = strtoul(p, &endp, 10); in bhnd_nvram_val_vprintf()
522 for (u_long n = 0; n < repeat; n++) { in bhnd_nvram_val_vprintf()
/freebsd-13.1/usr.bin/vgrind/
H A Dvgrindefs.src51 read readln readonly record recursive rem rep repeat res\
63 program record repeat set then to type until var while with oct hex\
68 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\
82 glob goto history if logout nice nohup onintr repeat set\
103 repeat return static suspend then to until using while\
115 real repeat return select string subroutine substr until:
118 :bb=\d(begin|case|for|if|loop|record|repeat|while|with)\d:\
128 record repeat return set then to type\
/freebsd-13.1/stand/ficl/softwords/
H A Dficllocal.fr28 repeat
42 repeat
H A Djhlocal.fr66 repeat
84 repeat
97 repeat
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td35 def RepeatPreviousCommand: Property<"repeat-previous-command", "Boolean">,
38 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. …
/freebsd-13.1/stand/forth/
H A Dsupport.4th189 repeat
208 repeat
265 repeat
292 repeat
419 repeat
434 repeat
500 repeat
578 repeat
587 repeat
621 repeat
[all …]
/freebsd-13.1/sbin/ddb/
H A Dddb_script.c67 repeat: in ddb_list_scripts()
82 goto repeat; in ddb_list_scripts()
/freebsd-13.1/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr29 hline_choose_a_keyboard_repeat_rate="Choose a keyboard repeat rate"
70 msg_default_desc="Use default keyboard repeat rate"
85 msg_fast_desc="Fast keyboard repeat rate"
172 msg_normal_desc="\"Normal\" keyboard repeat rate"
185 msg_repeat_menu_text="This menu allows you to set the speed at which keys repeat\nwhen held down."
192 msg_set_repeat_rate="Set the rate at which keys repeat"
198 msg_slow_desc="Slow keyboard repeat rate"
247 msg_unknown_repeat_rate="Unknown repeat rate"
/freebsd-13.1/contrib/unbound/compat/
H A Dgetentropy_osx.c208 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
232 repeat = 2; in getentropy_fallback()
236 repeat = REPEAT; in getentropy_fallback()
241 for (j = 0; j < repeat; j++) { in getentropy_fallback()
H A Dgetentropy_solaris.c256 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
273 repeat = 2; in getentropy_fallback()
277 repeat = REPEAT; in getentropy_fallback()
282 for (j = 0; j < repeat; j++) { in getentropy_fallback()

12345678