HomeSort by relevance Sort by last modified time
    Searched defs:match_type (Results 1 - 4 of 4) sorted by null

  /external/libxkbcommon/xkbcommon/src/xkbcomp/
rules.c 523 enum mlvo_match_type match_type)
530 m->rule.match_type_at_pos[m->rule.num_mlvo_values] = match_type;
598 enum mlvo_match_type match_type)
600 if (match_type == MLVO_MATCH_WILDCARD)
602 if (match_type == MLVO_MATCH_GROUP)
609 struct matched_sval *to, enum mlvo_match_type match_type)
611 bool matched = match_value(m, val, to->sval, match_type);
768 enum mlvo_match_type match_type = m->rule.match_type_at_pos[i]; local
774 matched = match_value_and_mark(m, value, to, match_type);
780 matched = match_value_and_mark(m, value, to, match_type);
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 511 int len, match_type, option; member in struct:dhcp_vendor
  /device/generic/goldfish/ril/
ril.h 735 RIL_CarrierMatchType match_type; \/* Specify match type for the carrier. member in struct:__anon1770
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 739 RIL_CarrierMatchType match_type; \/* Specify match type for the carrier. member in struct:__anon2865
    [all...]

Completed in 293 milliseconds