| /freebsd-13-stable/contrib/googletest/googletest/test/ |
| HD | 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-13-stable/contrib/netbsd-tests/lib/libc/regex/data/att/ |
| HD | 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-13-stable/sys/contrib/zstd/lib/compress/ |
| HD | zstd_compress_literals.c | 101 { 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()
|
| HD | huf_compress.c | 747 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-stable/contrib/lib9p/pytest/ |
| HD | 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]
|
| HD | protocol.py | 523 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-stable/contrib/libbegemot/ |
| HD | 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,
|
| HD | 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 usecs, repeat, (void *)func, (void *)arg, p - tims); in poll_start_utimer() 624 if(tims[tfd[i]].repeat) in poll_dispatch()
|
| /freebsd-13-stable/crypto/heimdal/doc/doxyout/krb5/html/ |
| HD | 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-13-stable/crypto/heimdal/doc/doxyout/hx509/html/ |
| HD | 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-13-stable/crypto/heimdal/doc/doxyout/wind/html/ |
| HD | 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-13-stable/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| HD | 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-13-stable/crypto/heimdal/doc/doxyout/hdb/html/ |
| HD | 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-13-stable/crypto/heimdal/doc/doxyout/gssapi/html/ |
| HD | 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-13-stable/crypto/heimdal/doc/doxyout/ntlm/html/ |
| HD | 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-13-stable/sys/dev/bhnd/nvram/ |
| HD | bhnd_nvram_value_prf.c | 240 u_long repeat, bits; in bhnd_nvram_val_vprintf() local 257 repeat = 1; in bhnd_nvram_val_vprintf() 280 repeat = bhnd_nvram_val_nelem(value); in bhnd_nvram_val_vprintf() 283 repeat = va_arg(ap, size_t); in bhnd_nvram_val_vprintf() 289 repeat = strtoul(p, &endp, 10); in bhnd_nvram_val_vprintf() 520 for (u_long n = 0; n < repeat; n++) { in bhnd_nvram_val_vprintf()
|
| /freebsd-13-stable/usr.bin/vgrind/ |
| HD | vgrindefs.src | 50 read readln readonly record recursive rem rep repeat res\ 62 program record repeat set then to type until var while with oct hex\ 67 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\ 81 glob goto history if logout nice nohup onintr repeat set\ 102 repeat return static suspend then to until using while\ 114 real repeat return select string subroutine substr until: 117 :bb=\d(begin|case|for|if|loop|record|repeat|while|with)\d:\ 127 record repeat return set then to type\
|
| /freebsd-13-stable/stand/ficl/softwords/ |
| HD | ficllocal.fr | 27 repeat 41 repeat
|
| HD | jhlocal.fr | 65 repeat 83 repeat 96 repeat
|
| /freebsd-13-stable/stand/forth/ |
| HD | 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-13-stable/contrib/llvm-project/libcxx/include/__ranges/ |
| HD | take_view.h | 312 …noexcept(noexcept(views::repeat(*__range.__value_, std::min<_Dist>(ranges::distance(__range), std:… 313 …-> decltype( views::repeat(*__range.__value_, std::min<_Dist>(ranges::distance(__range), std:… 314 …{ return views::repeat(*__range.__value_, std::min<_Dist>(ranges::distance(__range), std:… 323 noexcept(noexcept(views::repeat(*__range.__value_, static_cast<_Dist>(__n)))) 324 -> decltype( views::repeat(*__range.__value_, static_cast<_Dist>(__n))) 325 { return views::repeat(*__range.__value_, static_cast<_Dist>(__n)); }
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | 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-13-stable/sbin/ddb/ |
| HD | ddb_script.c | 65 repeat: in ddb_list_scripts() 80 goto repeat; in ddb_list_scripts()
|
| /freebsd-13-stable/usr.sbin/bsdconfig/console/include/ |
| HD | 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"
|
| /freebsd-13-stable/contrib/llvm-project/lld/COFF/ |
| HD | ICF.cpp | 64 std::atomic<bool> repeat = {false}; member in lld::coff::ICF 127 repeat = true; in segregate() 312 repeat = false; in run() 315 } while (repeat); in run()
|