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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeApi.h 58 MATCH = 1
  /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/chrome/browser/autocomplete/
autocomplete_match.h 32 // with some kind of classification. Even if a match has no distinct
39 // 11,match 0,match
49 MATCH = 1 << 1, // A match for the user's search term
66 // The type of this match.
99 // Comparison function for determining when one match is better than another.
111 // and marking the first instance of |find_text| as a match. (This match
120 // when find() would be misleading (e.g. you want to mark the second match i
    [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 389 #define MATCH(line, name) \
402 if (MATCH(buf, "domain")) {
418 if (MATCH(buf, "search")) {
455 if (MATCH(buf, "nameserver") && nserv < MAXNS) {
489 if (MATCH(buf, "sortlist")) {
531 if (MATCH(buf, "options")) {
  /external/icu4c/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/qemu/distrib/zlib-1.2.3/
inflate.h 43 MATCH, /* o: waiting for output space to copy string */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /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/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/tcpdump/missing/
getaddrinfo.c 248 #define MATCH(x, y, w) \
402 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
404 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
458 if (!MATCH(pai->ai_socktype, ex->e_socktype,
462 if (!MATCH(pai->ai_protocol, ex->e_protocol,
538 * if the servname does not match socktype/protocol, ignore it.
710 * if the servname does not match socktype/protocol, ignore it.
763 * if the servname does not match socktype/protocol, ignore it.
851 * if the servname does not match socktype/protocol, ignore it.
  /bionic/libc/netbsd/net/
getaddrinfo.c 307 #define MATCH(x, y, w) \
701 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
703 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
754 /* require exact match for family field */
758 if (!MATCH(pai->ai_socktype, ex->e_socktype,
762 if (!MATCH(pai->ai_protocol, ex->e_protocol,
826 * if the servname does not match socktype/protocol, ignore it.
896 * if the servname does not match socktype/protocol, ignore it.
952 * if the servname does not match socktype/protocol, ignore it.
1038 * if the servname does not match socktype/protocol, ignore it
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 203 BCNORMAL, MATCH
210 // The order of this enum must match the order of the list style types in CSSValueKeywords.in.
345 // The following must match the order in CSSValueKeywords.in.
381 // The following are handled as exceptions so don't need to match.
  /cts/tools/signature-tools/lib/
antlr-2.7.7.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 

Completed in 1295 milliseconds