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

  /external/chromium_org/tools/gn/
label_pattern.h 23 MATCH = 1, // Exact match for a given target.
57 // If nonempty, specifies the toolchain to use. If empty, this will match
58 // all toolchains. This is independent of the match type.
67 // Empty name means match everything. Otherwise the name must match
  /external/oprofile/libutil/
op_file.c 126 * filter match, so for simplicity, we perform this match for all recursion
127 * types and logically OR the match result with the value of the passed
131 #define MATCH 1
136 int match; local
145 match = 1;
147 match = 0;
149 switch (recursion | match) {
154 case NO_RECURSION + MATCH:
157 case MATCH_ANY_ENTRY_RECURSION + MATCH
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
s_expression.h 42 #define MATCH(list, pat) s_match(list, Elements(pat), pat, false)
151 * Part of a pattern to match - essentially a record holding a pointer to the
152 * storage for the component to match, along with the appropriate type.
163 bool match(s_expression *expr);
  /external/mesa3d/src/glsl/
s_expression.h 42 #define MATCH(list, pat) s_match(list, Elements(pat), pat, false)
151 * Part of a pattern to match - essentially a record holding a pointer to the
152 * storage for the component to match, along with the appropriate type.
163 bool match(s_expression *expr);
  /bionic/libc/dns/resolv/
res_init.c 286 #define MATCH(line, name) \
299 if (MATCH(buf, "domain")) {
315 if (MATCH(buf, "search")) {
352 if (MATCH(buf, "nameserver") && nserv < MAXNS) {
386 if (MATCH(buf, "sortlist")) {
428 if (MATCH(buf, "options")) {
  /external/chromium_org/components/omnibox/
autocomplete_match.h 27 const char kACMatchPropertyContentsPrefix[] = "match contents prefix";
28 const char kACMatchPropertyContentsStartIndex[] = "match contents start index";
43 // with some kind of classification. Even if a match has no distinct
50 // 11,match 0,match
60 MATCH = 1 << 1, // A match for the user's search term
81 // The type of this match.
93 AutocompleteMatch(const AutocompleteMatch& match);
97 AutocompleteMatch& operator=(const AutocompleteMatch& match);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchdat.c 83 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
85 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
130 /*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMENT_COMPARISON,
193 /* testing tightest match */
314 static const SearchData MATCH[] = {
383 * first CE of the expansion but the match fails because it ends in the
400 * grapheme boundiaries. The match at 0 only works because
497 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
    [all...]
  /external/chromium_org/ui/app_list/
search_result.h 43 MATCH = 1 << 1,
  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 83 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
85 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
130 /*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMENT_COMPARISON,
193 /* testing tightest match */
314 static const SearchData MATCH[] = {
383 * first CE of the expansion but the match fails because it ends in the
400 * grapheme boundiaries. The match at 0 only works because
497 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 146 /** Represents a match type expression. */
147 public static final int MATCH = 1;
158 * @param type one of {@link #SELECT} or {@link #MATCH}.
179 else if (MATCH == type)
206 * @param type one of {@link #SELECT} or {@link #MATCH}.
228 else if (MATCH == type)
258 * @param type one of {@link #SELECT} or {@link #MATCH}.
463 * match pattern testing. */
467 * Get the match score of the given node.
613 * The match score if no match is made
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
121 unsigned was; /* initial length of match */
  /external/libpcap/Win32/Src/
getaddrinfo.c 258 #define MATCH(x, y, w) \
414 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
416 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
470 if (!MATCH(pai->ai_socktype, ex->e_socktype,
474 if (!MATCH(pai->ai_protocol, ex->e_protocol,
550 * if the servname does not match socktype/protocol, ignore it.
722 * if the servname does not match socktype/protocol, ignore it.
775 * if the servname does not match socktype/protocol, ignore it.
863 * if the servname does not match socktype/protocol, ignore it.
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 213 * include-match, dash-match, prefix-match, suffix-match, substring-match
215 MATCH,
441 // <dimension>, <unicode-range>, <include-match>,
442 // <dash-match>, <prefix-match>, <suffix-match>,
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 311 #define MATCH(x, y, w) \
699 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
701 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
753 /* require exact match for family field */
757 if (!MATCH(pai->ai_socktype, ex->e_socktype,
761 if (!MATCH(pai->ai_protocol, ex->e_protocol,
825 * if the servname does not match socktype/protocol, ignore it.
895 * if the servname does not match socktype/protocol, ignore it.
951 * if the servname does not match socktype/protocol, ignore it.
1037 * if the servname does not match socktype/protocol, ignore it
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 295 milliseconds