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

1 2

  /external/chromium_org/tools/gn/
visibility.h 25 MATCH = 1, // Exact match for a given target.
48 // 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/chrome/browser/autocomplete/
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 82 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
84 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
129 /*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMENT_COMPARISON,
192 /* testing tightest match */
313 static const SearchData MATCH[] = {
382 * first CE of the expansion but the match fails because it ends in the
399 * grapheme boundiaries. The match at 0 only works because
496 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
498 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
    [all...]
  /external/chromium_org/ui/app_list/
search_result.h 37 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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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/qemu/distrib/zlib-1.2.8/
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/zlib/src/
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...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 168 * changed, but cannot yet proceed until match is set. In the
171 * the linearization point to be a CAS of the match field (as done
221 * slot CASes, it would also be legal for the write to Node.match
258 * The bound for spins while waiting for a match. The actual
288 volatile Object match; // Item provided by releasing thread field in class:Exchanger.Node
342 q.match = item;
354 Object v = p.match;
356 U.putOrderedObject(p, MATCH, null);
370 spins = SPINS; // releaser hasn't set match yet
437 q.match = item
    [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/robolectric/lib/main/
h2-1.2.147.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1234 milliseconds

1 2