Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 23 of 23) sorted by relevance

/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc69 MatchType match_type) { in NameMatchesPattern() argument
75 if (match_type != MatchType::kPattern) in NameMatchesPattern()
84 MatchType match_type) { in NameMatchesPatternList() argument
86 if (NameMatchesPattern(pattern, name, match_type)) in NameMatchesPatternList()
258 for (auto match_type : match_types) { in IsCategoryEnabled() local
261 match_type)) { in IsCategoryEnabled()
267 return NameMatchesPatternList(config.enabled_tags(), tag, match_type); in IsCategoryEnabled()
274 match_type)) { in IsCategoryEnabled()
282 match_type); in IsCategoryEnabled()
285 return NameMatchesPattern(kSlowTag, tag, match_type) || in IsCategoryEnabled()
[all …]
/external/icing/icing/result/
Dsnippet-context.h33 match_type(match_type_in) {} in SnippetContext()
42 TermMatchType::Code match_type; member
Dresult-state_test.cc40 SearchSpecProto CreateSearchSpec(TermMatchType::Code match_type) { in CreateSearchSpec() argument
42 search_spec.set_term_match_type(match_type); in CreateSearchSpec()
164 EXPECT_THAT(snippet_context.match_type, Eq(TermMatchType::EXACT_ONLY)); in TEST_F()
172 EXPECT_THAT(snippet_context2.match_type, Eq(TermMatchType::EXACT_ONLY)); in TEST_F()
196 EXPECT_THAT(snippet_context.match_type, TermMatchType::UNKNOWN); in TEST_F()
Dsnippet-retriever.cc141 TermMatchType::Code match_type, in CreateTokenMatcher() argument
145 switch (match_type) { in CreateTokenMatcher()
481 TermMatchType::Code match_type, in RetrieveSnippet() argument
515 if (match_type == TermMatchType::PREFIX && in RetrieveSnippet()
Dsnippet-retriever.h62 TermMatchType::Code match_type,
Dresult-retriever.cc102 snippet_context.query_terms, snippet_context.match_type, in RetrieveResults()
Dresult-state-manager_test.cc874 EXPECT_THAT(page_result_state.snippet_context.match_type, in TEST_F()
913 EXPECT_THAT(page_result_state.snippet_context.match_type, in TEST_F()
/external/llvm-project/lldb/source/Utility/
DNameMatches.cpp15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() argument
17 switch (match_type) { in NameMatches()
/external/libxkbcommon/src/xkbcomp/
Drules.c615 enum mlvo_match_type match_type) in matcher_rule_set_mlvo_common() argument
622 m->rule.match_type_at_pos[m->rule.num_mlvo_values] = match_type; in matcher_rule_set_mlvo_common()
693 enum mlvo_match_type match_type) in match_value() argument
695 if (match_type == MLVO_MATCH_WILDCARD) in match_value()
697 if (match_type == MLVO_MATCH_GROUP) in match_value()
704 struct matched_sval *to, enum mlvo_match_type match_type) in match_value_and_mark() argument
706 bool matched = match_value(m, val, to->sval, match_type); in match_value_and_mark()
863 enum mlvo_match_type match_type = m->rule.match_type_at_pos[i]; in matcher_rule_apply_if_matches() local
869 matched = match_value_and_mark(m, value, to, match_type); in matcher_rule_apply_if_matches()
875 matched = match_value_and_mark(m, value, to, match_type); in matcher_rule_apply_if_matches()
[all …]
/external/rust/crates/regex/src/
Dexec.rs104 match_type: MatchType, field
115 match_type: Option<MatchType>, field
158 match_type: None, in new_options()
172 self.match_type = None; in automatic()
182 self.match_type = Some(MatchType::Nfa(MatchNfaType::PikeVM)); in nfa()
195 self.match_type = Some(MatchType::Nfa(MatchNfaType::Backtrack)); in bounded_backtracking()
311 match_type: MatchType::Nothing, in build()
349 match_type: MatchType::Nothing, in build()
351 ro.match_type = ro.choose_match_type(self.match_type); in build()
445 match self.ro.match_type { in shortest_match_at()
[all …]
/external/iptables/extensions/
Dlibxt_sctp.c228 const char *match_type, in parse_sctp_chunks() argument
231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks); in parse_sctp_chunks()
232 if (!strcasecmp(match_type, "ANY")) { in parse_sctp_chunks()
234 } else if (!strcasecmp(match_type, "ALL")) { in parse_sctp_chunks()
236 } else if (!strcasecmp(match_type, "ONLY")) { in parse_sctp_chunks()
/external/icing/icing/
Dschema-builder.h47 TermMatchType::Code match_type, in SetDataTypeString() argument
50 property_.mutable_string_indexing_config()->set_term_match_type(match_type); in SetDataTypeString()
Dicing-search-engine_benchmark.cc137 TermMatchType::Code match_type) { in CreateSearchSpec() argument
143 search_spec.set_term_match_type(match_type); in CreateSearchSpec()
/external/llvm-project/lldb/include/lldb/Utility/
DNameMatches.h24 bool NameMatches(llvm::StringRef name, NameMatch match_type,
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc342 bool DomainMatch(MatchType match_type, const std::string& domain_pattern_in, in DomainMatch() argument
353 if (match_type == EXACT_MATCH) { in DomainMatch()
355 } else if (match_type == SUFFIX_MATCH) { in DomainMatch()
363 } else if (match_type == PREFIX_MATCH) { in DomainMatch()
372 return match_type == UNIVERSE_MATCH; in DomainMatch()
407 const MatchType match_type = DomainPatternMatchType(domain_pattern); in FindVirtualHostForDomain() local
409 GPR_ASSERT(match_type != INVALID_MATCH); in FindVirtualHostForDomain()
410 if (match_type > best_match_type) continue; in FindVirtualHostForDomain()
411 if (match_type == best_match_type && in FindVirtualHostForDomain()
416 if (!DomainMatch(match_type, domain_pattern, domain)) continue; in FindVirtualHostForDomain()
[all …]
/external/dnsmasq/src/
Doption.c1904 new->match_type = MATCH_USER; in one_opt()
1907 new->match_type = MATCH_VENDOR; in one_opt()
1910 new->match_type = MATCH_CIRCUIT; in one_opt()
1913 new->match_type = MATCH_REMOTE; in one_opt()
1916 new->match_type = MATCH_SUBSCRIBER; in one_opt()
Drfc2131.c215 if (vendor->match_type == MATCH_CIRCUIT) in dhcp_reply()
217 else if (vendor->match_type == MATCH_REMOTE) in dhcp_reply()
219 else if (vendor->match_type == MATCH_SUBSCRIBER) in dhcp_reply()
593 if (vendor->match_type == MATCH_VENDOR) in dhcp_reply()
595 else if (vendor->match_type == MATCH_USER) in dhcp_reply()
Ddnsmasq.h511 int len, match_type, option; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c106 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
115 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
/external/flatbuffers/src/
Didl_parser.cpp1768 const auto match_type = e.type.base_type; // may differ from in_type in ParseSingleValue() local
1773 if (check_now && IsScalar(match_type)) { in ParseSingleValue()
1775 switch (match_type) { in ParseSingleValue()
/external/iproute2/devlink/
Ddevlink.c3159 dpipe_match_type_e2s(enum devlink_dpipe_match_type match_type) in dpipe_match_type_e2s() argument
3161 switch (match_type) { in dpipe_match_type_e2s()
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi49622 …<var-decl name="match_type" type-id="d03a4ada" visibility="default" filepath="include/media/v4l2-a…
Dtest-PR27569-v0.abi49593 …<var-decl name="match_type" type-id="d03a4ada" visibility="default" filepath="include/media/v4l2-a…