Searched defs:match (Results 201 - 225 of 673) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gfx/
H A Dfont_render_params_linux.cc110 FcPattern* match = FcFontMatch(NULL, pattern, &result); local
112 if (!match)
117 FcPatternGetString(match, FC_FAMILY, 0, &family);
124 if (FcPatternGetBool(match, FC_ANTIALIAS, 0, &fc_antialias) ==
130 if (FcPatternGetBool(match, FC_AUTOHINT, 0, &fc_autohint) ==
136 if (FcPatternGetBool(match, FC_EMBEDDED_BITMAP, 0, &fc_bitmap) ==
142 if (FcPatternGetBool(match, FC_HINTING, 0, &fc_hinting) == FcResultMatch) {
145 FcPatternGetInteger(match, FC_HINT_STYLE, 0, &fc_hint_style);
150 if (FcPatternGetInteger(match, FC_RGBA, 0, &fc_rgba) == FcResultMatch)
154 FcPatternDestroy(match);
[all...]
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DAccessibilityEventScrollStepStrategy.java50 * match when a new scroll is requested, we can return immediately.
56 public boolean match(Finder containerFinder, PhysicalDirection direction) { method in class:AccessibilityEventScrollStepStrategy.EndData
112 if (endData.match(containerFinder, direction)) {
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c123 int i, match, ok; local
126 match = ext2fs_badblocks_list_test(bb, vec[i]);
127 if (match == vec[i+1])
134 match ? "present" : "absent",
141 int i, match; local
147 match = ext2fs_badblocks_list_test(bb, vec[i]);
149 match ? "present" : "absent");
150 if (!match) {
157 match = ext2fs_badblocks_list_test(bb, vec[i]);
161 if (match) {
[all...]
/external/eigen/Eigen/src/Core/
H A DRef.h48 * In the const case, if the input expression does not match the above requirement, then it is evaluated into a temporary before being passed to the function.
101 template<typename Derived> struct match { struct in struct:Eigen::internal::traits
200 typename internal::enable_if<bool(Traits::template match<Derived>::MatchAtCompileTime),Derived>::type* = 0)
206 typename internal::enable_if<bool(internal::is_lvalue<Derived>::value&&bool(Traits::template match<Derived>::MatchAtCompileTime)),Derived>::type* = 0,
236 construct(expr.derived(), typename Traits::template match<Derived>::type());
199 Ref(PlainObjectBase<Derived>& expr, typename internal::enable_if<bool(Traits::template match<Derived>::MatchAtCompileTime),Derived>::type* = 0) argument
205 Ref(const DenseBase<Derived>& expr, typename internal::enable_if<bool(internal::is_lvalue<Derived>::value&&bool(Traits::template match<Derived>::MatchAtCompileTime)),Derived>::type* = 0, int = Derived::ThisConstantIsPrivateInPlainObjectBase) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh91 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp); local
93 if (!match)
96 unsigned int length = MIN (buffer_length, (unsigned int) match->length);
97 memcpy (buffer, (char *) this + stringOffset + match->offset, length);
/external/icu/icu4c/source/i18n/
H A Dcsr2022.cpp31 * @return match quality, in the range of 0-100.
146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022JP
161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022KR
176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022CN
/external/iproute2/include/
H A Diptables.h31 struct iptables_match *match; member in struct:iptables_rule_match
41 /* Revision of match (0 by default). */
46 /* Size of match data. */
49 /* Size of match data relevent for userspace comparison purposes */
55 /* Initialize the match. */
63 struct ipt_entry_match **match);
68 /* Prints out the match iff non-NULL: put space at end */
70 const struct ipt_entry_match *match, int numeric);
72 /* Saves the match info in parsable form to stdout. */
74 const struct ipt_entry_match *match);
[all...]
/external/iptables/extensions/
H A Dlibip6t_dst.c16 "dst match options:\n"
140 static void dst_print(const void *ip, const struct xt_entry_match *match, argument
143 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
161 static void dst_save(const void *ip, const struct xt_entry_match *match) argument
163 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
H A Dlibip6t_frag.c19 "frag match options:\n"
20 "[!] --fragid id[:id] match the id (range)\n"
107 static void frag_print(const void *ip, const struct xt_entry_match *match, argument
110 const struct ip6t_frag *frag = (struct ip6t_frag *)match->data;
139 static void frag_save(const void *ip, const struct xt_entry_match *match) argument
141 const struct ip6t_frag *fraginfo = (struct ip6t_frag *)match->data;
H A Dlibip6t_hbh.c18 "hbh match options:\n"
134 static void hbh_print(const void *ip, const struct xt_entry_match *match, argument
137 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
152 static void hbh_save(const void *ip, const struct xt_entry_match *match) argument
154 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
H A Dlibip6t_icmp6.c81 "icmpv6 match options:\n"
82 "[!] --icmpv6-type typename match icmpv6 type\n"
97 unsigned int match = limit; local
103 if (match != limit)
108 icmpv6_codes[match].name,
110 match = i;
114 if (match != limit) {
115 *type = icmpv6_codes[match].type;
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match]
195 icmp6_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
210 icmp6_save(const void *ip, const struct xt_entry_match *match) argument
[all...]
H A Dlibip6t_ipv6header.c1 /* ipv6header match - matches IPv6 packets based
128 "ipv6header match options:\n"
129 "[!] --header headers Type of header to match, by name\n"
200 const struct xt_entry_match *match, int numeric)
202 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
218 static void ipv6header_save(const void *ip, const struct xt_entry_match *match) argument
221 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
199 ipv6header_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
H A Dlibip6t_mh.c66 "mh match options:\n"
67 "[!] --mh-type type[:type] match mh type\n");
82 unsigned int match = limit; local
88 if (match == limit || len == namelen)
89 match = i;
93 if (match != limit) {
94 return mh_names[match].type;
175 static void mh_print(const void *ip, const struct xt_entry_match *match, argument
178 const struct ip6t_mh *mhinfo = (struct ip6t_mh *)match->data;
189 static void mh_save(const void *ip, const struct xt_entry_match *match) argument
[all...]
H A Dlibipt_icmp.c105 "icmp match options:\n"
106 "[!] --icmp-type typename match icmp type\n"
121 unsigned int match = limit; local
127 if (match != limit)
132 icmp_codes[match].name,
134 match = i;
138 if (match != limit) {
139 *type = icmp_codes[match].type;
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match]
220 icmp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
235 icmp_save(const void *ip, const struct xt_entry_match *match) argument
[all...]
H A Dlibxt_addrtype.c22 /* from linux/rtnetlink.h, must match order of enumeration */
50 "Address type match options:\n"
61 "Address type match options:\n"
164 static void addrtype_print_v0(const void *ip, const struct xt_entry_match *match, argument
167 const struct xt_addrtype_info *info = (const void *)match->data;
169 printf(" ADDRTYPE match");
184 static void addrtype_print_v1(const void *ip, const struct xt_entry_match *match, argument
187 const struct xt_addrtype_info_v1 *info = (const void *)match->data;
189 printf(" ADDRTYPE match");
208 static void addrtype_save_v0(const void *ip, const struct xt_entry_match *match) argument
226 addrtype_save_v1(const void *ip, const struct xt_entry_match *match) argument
[all...]
H A Dlibxt_connlimit.c23 "connlimit match options:\n"
24 " --connlimit-upto n match if the number of existing connections is 0..n\n"
25 " --connlimit-above n match if the number of existing connections is >n\n"
49 static void connlimit_init(struct xt_entry_match *match) argument
51 struct xt_connlimit_info *info = (void *)match->data;
60 const unsigned int revision = (*cb->match)->u.user.revision;
129 const struct xt_entry_match *match, int numeric)
131 const struct xt_connlimit_info *info = (const void *)match->data;
140 const struct xt_entry_match *match, int numeric)
142 const struct xt_connlimit_info *info = (const void *)match
128 connlimit_print4(const void *ip, const struct xt_entry_match *match, int numeric) argument
139 connlimit_print6(const void *ip, const struct xt_entry_match *match, int numeric) argument
150 connlimit_save4(const void *ip, const struct xt_entry_match *match) argument
168 connlimit_save6(const void *ip, const struct xt_entry_match *match) argument
[all...]
H A Dlibxt_devgroup.c15 "devgroup match options:\n"
37 static void devgroup_init(struct xt_entry_match *match) argument
131 static void devgroup_print(const void *ip, const struct xt_entry_match *match, argument
134 const struct xt_devgroup_info *info = (const void *)match->data;
139 static void devgroup_save(const void *ip, const struct xt_entry_match *match) argument
141 const struct xt_devgroup_info *info = (const void *)match->data;
150 "devgroup match: You must specify either "
H A Dlibxt_ipvs.c50 "IPVS match options:\n"
54 "[!] --vproto protocol VIP protocol to match; by number or name,\n"
56 "[!] --vaddr address[/mask] VIP address to match\n"
57 "[!] --vport port VIP port to match; by number or name,\n"
62 " match, e.g. 21 for FTP\n"
224 static void ipvs_mt4_print(const void *ip, const struct xt_entry_match *match, argument
227 const struct xt_ipvs_mtinfo *data = (const void *)match->data;
231 static void ipvs_mt6_print(const void *ip, const struct xt_entry_match *match, argument
234 const struct xt_ipvs_mtinfo *data = (const void *)match->data;
238 static void ipvs_mt4_save(const void *ip, const struct xt_entry_match *match) argument
244 ipvs_mt6_save(const void *ip, const struct xt_entry_match *match) argument
[all...]
H A Dlibxt_limit.c27 "limit match options:\n"
28 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n"
31 "--limit-burst number number to match in a burst, default %u\n",
139 limit_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
141 const struct xt_rateinfo *r = (const void *)match->data;
146 static void limit_save(const void *ip, const struct xt_entry_match *match) argument
148 const struct xt_rateinfo *r = (const void *)match->data;
/external/iptables/include/linux/netfilter/
H A Dxt_policy.h48 struct xt_policy_spec match; member in struct:xt_policy_elem
/external/iptables/iptables/
H A Dxshared.c38 if (m->match->help == NULL)
40 m->match->name);
42 m->match->help();
84 * of an explicitly loaded match or a target. However, we support implicit
85 * loading of the protocol match extension. '-p tcp' means 'l4 proto 6' and at
86 * the same time 'load tcp protocol match on demand if we specify --dport'.
89 * - the parameter has not been parsed by a match (m above)
129 m = matchp->match;
134 if (cs->c < matchp->match->option_offset ||
135 cs->c >= matchp->match
228 xs_init_match(struct xtables_match *match) argument
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformBefore.java51 protected int match(int c, int pos, CodeIterator iterator, method in class:TransformBefore
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_policy.h59 struct xt_policy_spec match; member in struct:xt_policy_elem
/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc106 // break-out is implemented within the match checking process.
109 bool match = (img1->fmt == img2->fmt) && local
117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
119 width_y) == 0) && match;
123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
125 width_uv) == 0) && match;
127 match = (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V],
129 width_uv) == 0) && match;
130 return match;
/external/llvm/lib/Support/
H A DSpecialCaseList.cpp44 bool match(StringRef Query) const { function in struct:llvm::SpecialCaseList::Entry
45 return Strings.count(Query) || (RegEx && RegEx->match(Query));
167 return II->getValue().match(Query);

Completed in 753 milliseconds

1234567891011>>