Searched refs:ismatch (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/regex/tests/ |
D | regression.rs | 102 ismatch!(partial_anchor_alternate_begin, r"^a|z", "yyyyya", false); 103 ismatch!(partial_anchor_alternate_end, r"a$|z", "ayyyyy", false); 128 ismatch!(strange_anchor_non_complete_prefix, r"a^{2}", "", false); 129 ismatch!(strange_anchor_non_complete_suffix, r"${2}a", "", false); 132 ismatch!(reverse_suffix1, r"[0-4][0-4][0-4]000", "153.230000", true); 133 ismatch!(reverse_suffix2, r"[0-9][0-9][0-9]000", "153.230000\n", true); 157 ismatch!( 165 ismatch!( 174 ismatch!( 218 ismatch!(empty_group_match, r"()Ј01", "zЈ01", true);
|
D | macros.rs | 12 macro_rules! ismatch { macro 13 ($name:ident, $re:expr, $text:expr, $ismatch:expr) => { 17 assert_eq!($ismatch, re.is_match(text!($text)));
|
/external/iptables/iptables/ |
D | nft-bridge.c | 34 if (!m->ismatch) { in ebt_cs_clean() 151 if (iter->ismatch) { in nft_bridge_add() 429 if (!ematch->ismatch || strcmp(ematch->u.match->name, "among")) in nft_bridge_parse_lookup() 478 bool ismatch) in parse_watcher() argument 486 if (ismatch) in parse_watcher() 491 m->ismatch = ismatch; in parse_watcher() 555 if (m->ismatch) { in print_matches_and_watchers() 730 if (m->ismatch) { in xlate_ebmatches()
|
D | xshared.h | 98 bool ismatch; member
|
D | xtables-eb.c | 586 newnode->ismatch = true; in ebt_add_match() 640 if (matchp->ismatch) { in ebt_command_default() 1185 if (match->ismatch) in do_commandeb()
|
D | xtables-eb-translate.c | 532 if (match->ismatch) in do_commandeb_xlate()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 215 int c, uint32_t flag, bool* ismatch); 931 int c, uint32_t flag, bool* ismatch) { in RunWorkqOnByte() argument 937 if (*ismatch) in RunWorkqOnByte() 978 *ismatch = true; in RunWorkqOnByte() 989 DumpWorkq(oldq).c_str(), c, flag, DumpWorkq(newq).c_str(), *ismatch); in RunWorkqOnByte() 1070 bool ismatch = false; in RunStateOnByte() local 1071 RunWorkqOnByte(q0_, q1_, c, afterflag, &ismatch); in RunStateOnByte() 1077 if (ismatch) in RunStateOnByte() 1082 if (ismatch && kind_ == Prog::kManyMatch) in RunStateOnByte()
|
/external/curl/tests/data/ |
D | test172 | 37 .%HOSTIP TRUE /silly/ FALSE 0 ismatch this
|
D | test31 | 20 Set-Cookie:ismatch=this ; domain=127.0.0.1; path=/silly/ 114 127.0.0.1 FALSE /silly/ FALSE 0 ismatch this
|