| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_repeat_test.cc | 140 void TestRepeat(int repeat) { in TestRepeat() argument 141 GTEST_FLAG_SET(repeat, repeat); in TestRepeat() 145 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); in TestRepeat() 146 CheckCounts(repeat); in TestRepeat() 151 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter() argument 152 GTEST_FLAG_SET(repeat, repeat); in TestRepeatWithEmptyFilter() 163 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests() argument 164 GTEST_FLAG_SET(repeat, repeat); in TestRepeatWithFilterForSuccessfulTests() 170 GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count); in TestRepeatWithFilterForSuccessfulTests() 171 GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count); in TestRepeatWithFilterForSuccessfulTests() [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/ |
| H A D | categorization.dat | 29 |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/contrib/lib9p/pytest/ |
| H A D | sequencer.py | 415 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]
|
| /freebsd/contrib/libbegemot/ |
| H A D | rpoll.h | 45 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 D | rpoll.c | 163 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 repeat, (void *)func, (void *)arg, p - tims); in poll_start_utimer() 626 if(tims[tfd[i]].repeat) in poll_dispatch()
|
| /freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
| H A D | tabs.css | 7 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/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| H A D | tabs.css | 7 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/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | tabs.css | 7 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/crypto/heimdal/doc/doxyout/hx509/html/ |
| H A D | tabs.css | 7 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/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | tabs.css | 7 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/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | tabs.css | 7 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/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | tabs.css | 7 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/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value_prf.c | 239 u_long repeat, bits; in bhnd_nvram_val_vprintf() local 256 repeat = 1; in bhnd_nvram_val_vprintf() 279 repeat = bhnd_nvram_val_nelem(value); in bhnd_nvram_val_vprintf() 282 repeat = va_arg(ap, size_t); in bhnd_nvram_val_vprintf() 288 repeat = strtoul(p, &endp, 10); in bhnd_nvram_val_vprintf() 519 for (u_long n = 0; n < repeat; n++) { in bhnd_nvram_val_vprintf()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_literals.c | 162 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 171 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 178 &repeat, flags); in ZSTD_compressLiterals() 180 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|
| H A D | huf_compress.c | 1338 HUF_CElt* oldHufTable, HUF_repeat* repeat, int flags) in HUF_compress_internal() argument 1359 if ((flags & HUF_flags_preferRepeat) && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal() 1389 if ( repeat in HUF_compress_internal() 1390 && *repeat == HUF_repeat_check in HUF_compress_internal() 1392 *repeat = HUF_repeat_none; in HUF_compress_internal() 1395 if ((flags & HUF_flags_preferRepeat) && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal() 1415 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal() 1427 if (repeat) { *repeat = HUF_repeat_none; } in HUF_compress_internal() 1440 HUF_CElt* hufTable, HUF_repeat* repeat, int flags) in HUF_compress1X_repeat() argument 1446 repeat, flags); in HUF_compress1X_repeat() [all …]
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_literals.c | 163 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 172 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 179 &repeat, flags); in ZSTD_compressLiterals() 181 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|
| H A D | huf_compress.c | 1339 HUF_CElt* oldHufTable, HUF_repeat* repeat, int flags) in HUF_compress_internal() argument 1360 if ((flags & HUF_flags_preferRepeat) && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal() 1390 if ( repeat in HUF_compress_internal() 1391 && *repeat == HUF_repeat_check in HUF_compress_internal() 1393 *repeat = HUF_repeat_none; in HUF_compress_internal() 1396 if ((flags & HUF_flags_preferRepeat) && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal() 1416 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal() 1428 if (repeat) { *repeat = HUF_repeat_none; } in HUF_compress_internal() 1441 HUF_CElt* hufTable, HUF_repeat* repeat, int flags) in HUF_compress1X_repeat() argument 1447 repeat, flags); in HUF_compress1X_repeat() [all …]
|
| /freebsd/usr.bin/vgrind/ |
| H A D | vgrindefs.src | |
| /freebsd/stand/forth/ |
| H A D | support.4th | 188 repeat 204 repeat 207 repeat 264 repeat 277 while 1+ swap 1- repeat 289 while 1+ swap 1- repeat 291 repeat 418 repeat 433 repeat 499 repeat [all …]
|
| /freebsd/stand/ficl/softwords/ |
| H A D | ficllocal.fr | 27 repeat 41 repeat
|
| H A D | jhlocal.fr | 65 repeat 83 repeat 96 repeat
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | take_view.h | 311 …noexcept(noexcept(views::repeat(*__range.__value_, std::min<_Dist>(ranges::distance(__range), std:… 312 …-> decltype( views::repeat(*__range.__value_, std::min<_Dist>(ranges::distance(__range), std:… 313 …{ return views::repeat(*__range.__value_, std::min<_Dist>(ranges::distance(__range), std:… 322 noexcept(noexcept(views::repeat(*__range.__value_, static_cast<_Dist>(__n)))) 323 -> decltype( views::repeat(*__range.__value_, static_cast<_Dist>(__n))) 324 { return views::repeat(*__range.__value_, static_cast<_Dist>(__n)); }
|
| /freebsd/sbin/ddb/ |
| H A D | ddb_script.c | 64 repeat: in ddb_list_scripts() 79 goto repeat; in ddb_list_scripts()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 43 def RepeatPreviousCommand: Property<"repeat-previous-command", "Boolean">, 46 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. …
|
| /freebsd/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 28 hline_choose_a_keyboard_repeat_rate="Choose a keyboard repeat rate" 69 msg_default_desc="Use default keyboard repeat rate" 84 msg_fast_desc="Fast keyboard repeat rate" 171 msg_normal_desc="\"Normal\" keyboard repeat rate" 184 msg_repeat_menu_text="This menu allows you to set the speed at which keys repeat\nwhen held down." 191 msg_set_repeat_rate="Set the rate at which keys repeat" 197 msg_slow_desc="Slow keyboard repeat rate" 246 msg_unknown_repeat_rate="Unknown repeat rate"
|