HomeSort by relevance Sort by last modified time
    Searched refs:MATCH (Results 26 - 40 of 40) sorted by null

12

  /bionic/libc/netbsd/net/
getaddrinfo.c 304 #define MATCH(x, y, w) \
695 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
697 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
748 /* require exact match for family field */
752 if (!MATCH(pai->ai_socktype, ex->e_socktype,
756 if (!MATCH(pai->ai_protocol, ex->e_protocol,
820 * if the servname does not match socktype/protocol, ignore it.
890 * if the servname does not match socktype/protocol, ignore it.
946 * if the servname does not match socktype/protocol, ignore it.
1032 * if the servname does not match socktype/protocol, ignore it
    [all...]
  /external/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
355 output will fall in the output data, making match copies simpler and faster.
600 unsigned copy; /* number of stored or match bytes to copy */
601 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 51 // Precalculated data used to draw the portion of a match classification that
60 // Precalculated data used to draw a complete visual run within the match.
64 size_t run_start; // Offset within the match text where this run begins.
174 void AutocompleteResultView::SetMatch(const AutocompleteMatch& match) {
175 match_ = match;
183 const AutocompleteMatch& match,
185 x = DrawString(canvas, match.contents, match.contents_class, false, x,
191 // Instead, we should paint the entire match as a single long string. This
194 if (!match.description.empty())
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 72 { "match", MATCHFCN, MATCHFCN },
241 yylval.i = MATCH;
run.c 571 Cell *matchop(Node **a, int n) /* ~ and match() */
577 int (*mf)(fa *, const char *) = match, mode = 0;
605 } else if ((n == MATCH && i == 1) || (n == NOTMATCH && i == 0))
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 120 // selected text color, it is more important to match the qualities of the
166 // The luminance should match the luminance of the foreground text. Again,
213 // Hopefully I can clean up the match situation a bit and this will
257 PangoWeight weight = (i->style & ACMatchClassification::MATCH) ?
475 const AutocompleteMatch& match = model_->result().match_at(line); local
477 // extension, |match| and its contents. So copy the relevant strings out to
479 const GURL url(match.destination_url);
481 const bool is_keyword_hint = model_->GetKeywordForMatch(match, &keyword);
482 edit_view_->OpenURL(url, disposition, match.transition, GURL(), line,
487 const AutocompleteMatch& match,
610 const AutocompleteMatch& match = result.match_at(i); local
    [all...]
search_provider.cc 94 // description of the new first match in the call to
186 AutocompleteMatch match; local
187 match.provider = this;
188 match.contents.assign(l10n_util::GetStringUTF16(IDS_EMPTY_KEYWORD_VALUE));
189 match.contents_class.push_back(
191 matches_.push_back(match);
530 // the most relevant match for each result.
613 // match having a relevance greater than the previous, but they might be
631 // match will outrank us for URL-like inputs anyway, so we need not do
635 AutocompleteMatch match; local
898 AutocompleteMatch& match = *i; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
320 output will fall in the output data, making match copies simpler and faster.
565 unsigned copy; /* number of stored or match bytes to copy */
566 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 354 log_err("Error with the initialization of match start and length\n");
366 log_err("Error following match found at idx,len %d,%d; expected %d,%d\n",
390 log_err("Error following match found at %d %d\n",
409 log_err("Error preceding match found at %d %d\n",
433 log_err("Error preceding match found at %d %d\n",
852 log_err("Error: Found case insensitive match, when we shouldn't\n");
857 log_err("Error: Found case insensitive match not found\n");
    [all...]
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/icu4c/test/intltest/
srchtest.cpp 270 errln("Error with the initialization of match start and length");
282 infoln("Error following match found at idx,len %d,%d; expected %d,%d",
308 errln("Error following match found at %d %d",
324 errln("Error following match found at %d %d",
349 errln("Error following match found at %d %d",
685 errln("Error: string search object expected to match itself");
688 errln("Error: string search objects are not expected to match");
2265 int match = m_text_.indexOf(m_pattern_, start); local
2284 int match = m_text_.lastIndexOf(m_pattern_, 0, start); local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 165 * @param str A non-null reference to a valid or invalid match pattern string.
176 XPath xpath = new XPath(str, owningTemplate, this, XPath.MATCH, handler,
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 606 milliseconds

12