| /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/ |
| openssl.py | 13 from re import compile as Re 36 regex = Re(r"([^=]+)=(.*)")
|
| /src/external/mpl/bind/dist/bin/tests/system/xfer-servers-list/ |
| tests_xfer_servers_list.py | 12 from re import compile as Re 35 pattern = Re(
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec-malformed-dnskey/ |
| tests_malformed_dnskey.py | 13 from re import compile as Re 113 log_validation_failed = Re(r"malformed-dnskey\.example/A\): validation failed") 114 log_openssl_failure = Re("EVP_PKEY_fromdata.*failed") 115 log_openssl_version = Re("linked to OpenSSL version: OpenSSL ([0-9]+)") 132 assert len([m for m in matches if m.re == log_openssl_failure]) == 1 140 log_validation_failed = Re(r"multiple-rrsigs\.example/A\): validation failed") 141 log_openssl_failure = Re("EVP_PKEY_fromdata.*failed") 142 log_openssl_version = Re("linked to OpenSSL version: OpenSSL ([0-9]+)") 162 pytest.skip("valid RRSIG listed first in response, re-run test" [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/verify/ |
| tests_verify.py | 13 import re 14 from re import compile as Re 66 only_opt = ["-z"] if re.search(r"^[zk]sk-only", zone) else [] 103 assert Re("signature has expired|No self-signed DNSKEY found") in cmd.err 121 assert Re("Bad NSEC record for.*, next name mismatch") in cmd.err
|
| /src/external/mpl/bind/dist/bin/tests/system/cipher-suites/ |
| tests_cipher_suites.py | 12 from re import compile as Re 34 pattern = Re(
|
| /src/external/mpl/bind/dist/bin/tests/system/xferquota/ |
| tests_xferquota.py | 14 import re 15 from re import compile as Re 56 re.fullmatch("xyzzy.zone[0-9]+.example.", name.to_text()) 75 pattern = Re(
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| text.py | 15 import re 16 from re import compile as Re 27 return Re(re.escape(string)) 28 raise TypeError("only string and re.Pattern allowed")
|
| kasp.py | 17 import re 18 from re import compile as Re 347 match = re.match(regex, line) 371 match = re.match(regex, line) 887 if re.search(expect, rrsig) is not None: 895 assert re.search(expect, rrsig) is None 900 if re.search(expect, rrsig) is not None: 908 assert re.search(expect, rrsig) is None 1456 watcher.wait_for_line(Re(waitfor) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/keyfromlabel/ |
| tests_keyfromlabel.py | 14 from re import compile as Re 86 assert Re("Found token (.*) with matching token label") in cmd.out
|
| /src/sys/arch/mips/mips/ |
| cache_tx39_subr.S | 80 # Re-enable I-cache. 127 # Re-enable I-cache.
|
| /src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| addl.s | 257 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 290 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 323 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 356 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 390 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 424 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 457 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 490 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 523 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 556 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/ |
| addl.s | 257 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 290 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 323 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 356 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 390 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 424 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 457 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 490 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 523 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use. 556 mov.l #0x87654321, @long_dst ; Re-initialize it for the next use [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32.cc | 574 we need to make sure Rb is $r6 and Re is 598 /* Re = $r6 */ 603 /* Re = $r8 */ 608 /* Re = $r10 */ 613 /* Re = $r14 */ 619 it is never changed, so set it to Re = $r6. */ 722 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re, 748 (reg:SI Re)) 766 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */ 767 if (Rb == SP_REGNUM && Re == SP_REGNUM [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32.cc | 577 we need to make sure Rb is $r6 and Re is 601 /* Re = $r6 */ 606 /* Re = $r8 */ 611 /* Re = $r10 */ 616 /* Re = $r14 */ 622 it is never changed, so set it to Re = $r6. */ 725 nds32_emit_stack_push_multiple (unsigned Rb, unsigned Re, 751 (reg:SI Re)) 769 /* Note that Rb and Re may be SP_REGNUM. DO NOT count it in. */ 770 if (Rb == SP_REGNUM && Re == SP_REGNUM [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ |
| conftest.py | 15 from re import compile as Re 56 ENV_RE = Re(b"([^=]+)=(.*)") 65 PRIORITY_TESTS_RE = Re("|".join(PRIORITY_TESTS)) 66 SYSTEM_TEST_NAME_RE = Re(f"{SYSTEM_TEST_DIR_GIT_PATH}" + r"/([^/]+)") 67 SYMLINK_REPLACEMENT_RE = Re(r"/tests(_.*)\.py") 143 # the test is re-run with flaky plugin. In that case, we want the
|
| /src/usr.sbin/sysinst/ |
| msg.entropy.en | 46 the "Re-test" option.} 51 message entropy_retry {Re-test}
|
| msg.entropy.es | 46 the "Re-test" option.} 51 message entropy_retry {Re-test}
|
| msg.entropy.fr | 46 the "Re-test" option.} 51 message entropy_retry {Re-test}
|
| msg.entropy.pl | 46 the "Re-test" option.} 51 message entropy_retry {Re-test}
|
| /src/external/ibm-public/postfix/dist/conf/ |
| post-install | 281 echo Re-run this command as $0 command_directory=/some/where. 1>&2 442 # we're sorry.
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| GCOVProfiling.cpp | 504 Regex Re(HeadTail.first); 506 if (!Re.isValid(Err)) { 510 Regexes.emplace_back(std::move(Re)); 519 for (Regex &Re : Regexes) 520 if (Re.match(Filename)) 829 // this pass over the original .o's as they're produced, or run it after
|
| /src/external/mpl/bind/dist/bin/tests/system/multisigner/ |
| tests_multisigner.py | 14 from re import compile as Re 107 Re(r"^\s*(?:\S+\s+){4}(NSEC|NSEC3|NSEC3PARAM|RRSIG)") not in cmd.out
|
| /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
| Mdoc.pm | 100 The C<CODE> is called after a Rs/Re block is done. With a hash reference as a 216 def_macro('.Re', sub {
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc-opts.def | 791 .Re
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/ |
| ecp_nistz256-x86_64.pl | 2560 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7)); 2627 pxor $Re, $Re 2658 por $T0e, $Re 2668 movdqu $Re, 16*4($val)
|