HomeSort by: relevance | last modified time | path
    Searched refs:Re (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
openssl.py 12 from re import compile as Re
35 regex = Re(r"([^=]+)=(.*)")
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/
tests_malformed_dnskey.py 12 from re import compile as Re
112 log_validation_failed = Re(r"malformed-dnskey\.example/A\): validation failed")
113 log_openssl_failure = Re("EVP_PKEY_fromdata.*failed")
114 log_openssl_version = Re("linked to OpenSSL version: OpenSSL ([0-9]+)")
135 assert len([m for m in matches if m.re == log_openssl_failure]) == 1
143 log_validation_failed = Re(r"multiple-rrsigs\.example/A\): validation failed")
144 log_openssl_failure = Re("EVP_PKEY_fromdata.*failed")
145 log_openssl_version = Re("linked to OpenSSL version: OpenSSL ([0-9]+)")
165 pytest.skip("valid RRSIG listed first in response, re-run test"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/verify/
tests_verify.py 12 from re import compile as Re
15 import re namespace
67 only_opt = ["-z"] if re.search(r"^[zk]sk-only", zone) else []
104 assert Re("signature has expired|No self-signed DNSKEY found") in cmd.err
122 assert Re("Bad NSEC record for.*, next name mismatch") in cmd.err
  /src/external/mpl/bind/dist/bin/tests/system/nta/
tests_nta.py 12 from re import compile as Re
47 assert Re("^corp: permanent") in response.out
121 assert Re("^bogus.example: expiry") in response.out
122 assert Re("^badds.example: expiry") in response.out
123 assert Re("^secure.example: expiry") in response.out
124 assert Re("^fakenode.secure.example: expiry") in response.out
161 assert Re("bogus.example: expiry") in response.out
162 assert Re("badds.example: expiry") not in response.out
202 assert Re("^badds.example/_default: expiry") in response.ou
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/xfer_servers_list/
tests_xfer_servers_list.py 12 from re import compile as Re
39 pattern = Re(
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
text.py 15 from re import Match, Pattern
16 from re import compile as Re
20 import re namespace
29 return Re(re.escape(string))
30 raise TypeError("only string and re.Pattern allowed")
template.py 16 from re import compile as Re
19 import re namespace
26 NS_DIR_RE = Re(r"^(a?ns([0-9]+))/")
125 match = re.search(r"\d+", self.name)
  /src/external/mpl/bind/dist/bin/tests/system/keyfromlabel/
tests_keyfromlabel.py 12 from re import compile as Re
86 assert Re("Found token (.*) with matching token label") in cmd.out
  /src/external/mpl/bind/dist/bin/tests/system/xferquota/
tests_xferquota.py 12 from re import compile as Re
17 import re namespace
60 re.fullmatch("xyzzy.zone[0-9]+.example.", name.to_text())
83 "changing", "10.53.0.1", Re(r"Transfer completed: .*\(serial 2\)"), named_port
  /src/sys/arch/mips/mips/
cache_tx39_subr.S 80 # Re-enable I-cache.
127 # Re-enable I-cache.
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/
tests_cname_rejection.py 12 from re import compile as Re
136 log_brokenchain = Re(r"broken trust chain resolving 'www\.example/A/IN'")
154 the validator would fetch the DS for the same name, re-entering the
  /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 13 from re import compile as Re
61 PRIORITY_TESTS_RE = Re("|".join(PRIORITY_TESTS))
62 SYSTEM_TEST_NAME_RE = Re(f"{SYSTEM_TEST_DIR_GIT_PATH}" + r"/([^/]+)")
63 SYMLINK_REPLACEMENT_RE = Re(r"/tests_(.*)\.py")
157 # the test is re-run with flaky plugin. In that case, we want the
  /src/external/mpl/bind/dist/bin/tests/system/xfer/
tests_xfer.py 13 from re import compile as Re
420 pattern = Re(
433 pattern = Re("zone edns-expire/IN: got EDNS EXPIRE of 1814[0-3][0-9][0-9]")
  /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 13 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 {

Completed in 36 milliseconds

1 2 3