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

1 2

  /external/curl/tests/unit/
unit1307.c 26 #define MATCH CURL_FNMATCH_MATCH
41 { "\\[", "[", MATCH },
44 { "[][]", "[", MATCH },
45 { "[][]", "]", MATCH },
46 { "[[]", "[", MATCH },
47 { "[[[]", "[", MATCH },
48 { "[[[[]", "[", MATCH },
49 { "[[[[]", "[", MATCH },
51 { "[][[]", "]", MATCH },
52 { "[][[[]", "[", MATCH },
    [all...]
  /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/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFilteredSentenceBreakIterator.java 78 if (r.hasValue()) { // remember the best match so far
84 if (r.matches()) { // exact match?
90 if (bestValue == Builder.MATCH) { // exact match!
114 // no match (no exception) -return the 'underlying' break
121 return n; // No match - so exit. Not an exception.
207 static final int MATCH = (1 << 1); // < exact match - skip this one.
309 builder.add(reversed, MATCH);
315 // instead of "Ph.D." since we already know the "Ph." part is a match
    [all...]
  /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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 76 if (r.hasValue()) { // remember the best match so far
82 if (r.matches()) { // exact match?
88 if (bestValue == Builder.MATCH) { // exact match!
112 // no match (no exception) -return the 'underlying' break
119 return n; // No match - so exit. Not an exception.
205 static final int MATCH = (1 << 1); // < exact match - skip this one.
307 builder.add(reversed, MATCH);
313 // instead of "Ph.D." since we already know the "Ph." part is a match
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 166 * changed, but cannot yet proceed until match is set. In the
169 * the linearization point to be a CAS of the match field (as done
219 * slot CASes, it would also be legal for the write to Node.match
256 * The bound for spins while waiting for a match. The actual
287 volatile Object match; // Item provided by releasing thread field in class:Exchanger.Node
337 q.match = item;
349 Object v = p.match;
351 U.putOrderedObject(p, MATCH, null);
365 spins = SPINS; // releaser hasn't set match yet
432 q.match = item
    [all...]
SynchronousQueue.java 190 * to match a waiting node.
207 volatile SNode match; // the node matched to this field in class:SynchronousQueue.TransferStack.SNode
225 * Tries to match node s to this node, if so, waking up thread.
229 * @param s the node to match
233 if (match == null &&
234 U.compareAndSwapObject(this, MATCH, null, s)) {
242 return match == s;
249 U.compareAndSwapObject(this, MATCH, null, this);
253 return match == this;
258 private static final long MATCH;
    [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/opencv3/3rdparty/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/third_party/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/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/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
rcssmin.c 173 * Match a pattern (and copy immediately to target)
201 #define MATCH(PAT, source, target, ctx) ( \
209 * Match a pattern (and copy immediately to target) - CI version
527 if (!MATCH(url, &source, &target, ctx)
851 if (!MATCH(ie7, &source, &target, ctx))
  /external/libpcap/Win32/Src/
getaddrinfo.c 253 #define MATCH(x, y, w) \
409 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
411 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
465 if (!MATCH(pai->ai_socktype, ex->e_socktype,
469 if (!MATCH(pai->ai_protocol, ex->e_protocol,
545 * if the servname does not match socktype/protocol, ignore it.
717 * if the servname does not match socktype/protocol, ignore it.
770 * if the servname does not match socktype/protocol, ignore it.
858 * 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...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 536 self.debug("Applied but rule does not match current "
720 MATCH = "match"
738 matchConfigApplicationLine = re.compile(configApplicationRegext).match
746 matchCriterionCreationLine = re.compile(criterionCreationRegext).match
749 matchChangingCriterionLine = re.compile(changingCriterionRegext).match
753 self.MATCH: matchConfigApplicationLine,
756 self.MATCH: matchCriterionCreationLine,
759 self.MATCH: matchChangingCriterionLine,
840 match = lineLogType[self.MATCH](lineLog
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 312 #define MATCH(x, y, w) \
689 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
691 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
743 /* require exact match for family field */
747 if (!MATCH(pai->ai_socktype, ex->e_socktype,
751 if (!MATCH(pai->ai_protocol, ex->e_protocol,
816 * if the servname does not match socktype/protocol, ignore it.
886 * if the servname does not match socktype/protocol, ignore it.
942 * if the servname does not match socktype/protocol, ignore it.
1028 * if the servname does not match socktype/protocol, ignore it
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 107 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
108 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
119 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
120 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
292 * match fails because it ends in the middle of an expansion...
326 * match fails because it ends in the middle of an expansion...
331 SearchData MATCH[] = {
341 * This isn't much of a test when matches have to be on grapheme boundiaries. The match at 0 only works because it's
427 SD("\u00c0 should match but not A", "A\u0300", "en", IDENTICAL, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1, 0)),
1949 int match = text.indexOf(pattern, start); local
1960 int match = text.lastIndexOf(pattern, start - 1); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 103 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
104 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
115 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
116 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
288 * match fails because it ends in the middle of an expansion...
322 * match fails because it ends in the middle of an expansion...
327 SearchData MATCH[] = {
337 * This isn't much of a test when matches have to be on grapheme boundiaries. The match at 0 only works because it's
423 SD("\u00c0 should match but not A", "A\u0300", "en", IDENTICAL, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1, 0)),
1945 int match = text.indexOf(pattern, start); local
1956 int match = text.lastIndexOf(pattern, start - 1); local
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 83 MATCH, // Received RA matched a known RA
139 case MATCH:
525 // Ignoring lifetimes (which may change) does {@code packet} match this RA?
581 // Jump to the next filter if packet doesn't match this RA.
593 // Generate code to match the packet bytes
    [all...]
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c 13034 unsigned long match; member in struct:opcode_descriptor
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 

Completed in 758 milliseconds

1 2