Searched defs:match (Results 51 - 75 of 673) sorted by relevance

1234567891011>>

/external/deqp/framework/egl/
H A DegluConfigFilter.cpp35 bool ConfigFilter::match (EGLDisplay display, EGLConfig config) const function in class:eglu::ConfigFilter
52 bool ConfigFilter::match (const ConfigInfo& configInfo) const function in class:eglu::ConfigFilter
103 bool FilterList::match (const EGLDisplay display, EGLConfig config) const function in class:eglu::FilterList
107 if (!ruleIter->match(display, config))
113 bool FilterList::match (const ConfigInfo& configInfo) const function in class:eglu::FilterList
117 if (!ruleIter->match(configInfo))
/external/elfutils/0.153/libdw/
H A Dlibdw_visit_scopes.c56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
63 /* DIEs with addresses we can try to match. */
71 return match;
79 ? match_inline : match);
132 case match:
/external/icu/icu4c/source/i18n/
H A Dcsrutf8.cpp27 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { function in class:CharsetRecog_UTF8
/external/iptables/extensions/
H A Dlibxt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
32 comment_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
34 struct xt_comment_info *commentinfo = (void *)match->data;
42 comment_save(const void *ip, const struct xt_entry_match *match) argument
44 struct xt_comment_info *commentinfo = (void *)match->data;
H A Dlibxt_cpu.c12 "cpu match options:\n"
33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
35 const struct xt_cpu_info *info = (void *)match->data;
40 static void cpu_save(const void *ip, const struct xt_entry_match *match) argument
42 const struct xt_cpu_info *info = (void *)match->data;
H A Dlibxt_ecn.c24 "ECN match options\n"
69 "ECN match: some option required");
72 static void ecn_print(const void *ip, const struct xt_entry_match *match, argument
76 (const struct xt_ecn_info *)match->data;
78 printf(" ECN match");
97 static void ecn_save(const void *ip, const struct xt_entry_match *match) argument
100 (const struct xt_ecn_info *)match->data;
H A Dlibxt_helper.c12 "helper match options:\n"
33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
35 const struct xt_helper_info *info = (const void *)match->data;
37 printf(" helper match %s\"%s\"", info->invert ? "! " : "", info->name);
40 static void helper_save(const void *ip, const struct xt_entry_match *match) argument
42 const struct xt_helper_info *info = (const void *)match->data;
H A Dlibxt_length.c12 "length match options:\n"
37 length_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
39 const struct xt_length_info *info = (void *)match->data;
48 static void length_save(const void *ip, const struct xt_entry_match *match) argument
50 const struct xt_length_info *info = (void *)match->data;
H A Dlibxt_nfacct.c33 printf("nfacct match options:\n"
56 static void nfacct_print(const void *ip, const struct xt_entry_match *match, argument
60 (struct xt_nfacct_match_info *)match->data;
65 static void nfacct_save(const void *ip, const struct xt_entry_match *match) argument
68 (struct xt_nfacct_match_info *)match->data;
H A Dlibxt_osf.c38 printf("OS fingerprint match options:\n"
44 "--log level Log determined genres into dmesg even if they do not match desired one:\n"
84 static void osf_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
91 static void osf_save(const void *ip, const struct xt_entry_match *match) argument
93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
H A Dlibxt_quota.c23 printf("quota match options:\n"
28 quota_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
30 const struct xt_quota_info *q = (const void *)match->data;
35 quota_save(const void *ip, const struct xt_entry_match *match) argument
37 const struct xt_quota_info *q = (const void *)match->data;
H A Dlibxt_socket.c22 "socket match options:\n"
39 socket_mt_save(const void *ip, const struct xt_entry_match *match) argument
41 const struct xt_socket_mtinfo1 *info = (const void *)match->data;
48 socket_mt_print(const void *ip, const struct xt_entry_match *match, argument
52 socket_mt_save(ip, match);
H A Dlibxt_tcpmss.c12 "tcpmss match options:\n"
37 tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
39 const struct xt_tcpmss_match_info *info = (void *)match->data;
41 printf(" tcpmss match %s", info->invert ? "!" : "");
48 static void tcpmss_save(const void *ip, const struct xt_entry_match *match) argument
50 const struct xt_tcpmss_match_info *info = (void *)match->data;
/external/iptables/include/linux/netfilter/
H A Dxt_owner.h15 __u8 match, invert; member in struct:xt_owner_match_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_owner.h15 __u8 match, invert; member in struct:xt_owner_match_info
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp34 // Make sure the tags match
40 // Make sure the file and line match
44 // file and line. Now verify all of the parent DIEs match.
47 bool match = true; local
49 while (!done && match && parent_arg_die && parend_pos_die)
64 match = false;
70 match = false;
84 if (match)
/external/mesa3d/src/glx/
H A Dclientinfo.c88 char *match = strstr(haystack, "GLX_ARB_create_context"); local
90 if (match == NULL)
93 match += ext_length;
95 switch (match[0]) {
102 if (strncmp(match, "_profile", prof_length) == 0
103 && (match[prof_length] == '\0'
104 || match[prof_length] == ' ')) {
106 match += prof_length;
111 haystack = match;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentLength.java144 public boolean match(Object other) {
143 public boolean match(Object other) { method in class:ContentLength
H A DSIPObject.java160 * object. Allows for partial match of two protocl Objects.
164 *@param other the match pattern to test against. The match object
171 public boolean match(Object other) { method in class:SIPObject
255 ((GenericObject) hisObj).getMatcher().match(
261 && !((GenericObject) myObj).match(hisObj))
265 && !((GenericObjectList) myObj).match(hisObj))
/external/oprofile/libutil++/
H A Dcomma_list.h33 * match anything.
45 * return true if value match one the stored value in items
47 bool match(T const & value) const;
85 bool comma_list<T>::match(T const & value) const function in class:comma_list
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlToken.java43 boolean tokenInContextMatches(String context, String match) { argument
45 if (n != match.length()) { return false; }
46 return context.regionMatches(start, match, 0, n);
/external/skia/tests/
H A DReadWriteAlphaTest.cpp70 // make sure the original & read back versions match
71 bool match = true; local
76 match = false;
81 REPORTER_ASSERT(reporter, match);
98 match = true;
103 match = false;
108 REPORTER_ASSERT(reporter, match);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb85 wizard.match(expression_node, '(MINUS VAR .)') # => true
86 wizard.match(lone_node, 'NUMBER NUMBER') # => false
278 to validate tree structures as well as to extract nodes that match the pattern.
306 A simple tree node used to represent the operation "match any tree node type" in
411 labels = match!( tree, pattern ) and
416 def match( tree, pattern ) method in class:ANTLR3.AST.Wizard
419 return( match!( tree, pattern ) )
422 def match!( tree, pattern, labels = {} )
438 return( false ) unless match!( actual_child, pattern_child, labels )
490 private :match!
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStoreSpiTest.java89 public boolean match(CRL crl) { method in class:CertStoreSpiTest.tmpCRLSelector
99 public boolean match(Certificate crl) { method in class:CertStoreSpiTest.tmpCertSelector
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DX509CertificateHolderSelector.java52 * @param subjectKeyId the subject key identifier to use to match the signers associated certificate.
113 public boolean match(Object obj) method in class:X509CertificateHolderSelector

Completed in 402 milliseconds

1234567891011>>