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

  /system/core/logd/
LogBuffer.cpp 137 enum match_type { DIFFERENT, SAME, SAME_LIBLOG }; enum
139 static enum match_type identical(LogBufferElement* elem,
315 enum match_type match = identical(elem, currentLast);
    [all...]
  /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 510 int len, match_type, option; member in struct:dhcp_vendor
  /hardware/ril/include/telephony/
ril.h 735 RIL_CarrierMatchType match_type; \/* Specify match type for the carrier. member in struct:__anon52687
    [all...]

Completed in 620 milliseconds