Searched refs:MATCH (Results 1 - 25 of 35) sorted by relevance

12

/external/clang/test/
H A Dmake_test_dirs.pl11 $next_indent_level = length($MATCH);
/external/oprofile/libutil/
H A Dop_file.c131 #define MATCH 1 macro
154 case NO_RECURSION + MATCH:
157 case MATCH_ANY_ENTRY_RECURSION + MATCH:
172 case MATCH_DIR_ONLY_RECURSION + MATCH:
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h43 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon11336
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
/external/zlib/src/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon16705
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1121 state->mode = MATCH;
1122 case MATCH:
1495 (state->mode == MATCH ? state->was - state->length : 0));
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider_unittest.cc306 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[1].style);
310 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[3].style);
314 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[5].style);
318 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[7].style);
331 EXPECT_EQ(ACMatchClassification::MATCH, spans_b[0].style);
335 EXPECT_EQ(ACMatchClassification::MATCH, spans_b[2].style);
H A Dautocomplete_match.h49 MATCH = 1 << 1, // A match for the user's search term enumerator in enum:AutocompleteMatch::ACMatchClassification::Style
H A Dbuiltin_provider.cc43 ACMatchClassification::MATCH | ACMatchClassification::URL));
H A Dautocomplete_match.cc147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM));
H A Dautocomplete_popup_view_gtk_unittest.cc337 ACMatchClassification(runLength1, ACMatchClassification::MATCH));
395 ACMatchClassification::URL | ACMatchClassification::MATCH;
H A Dextension_app_provider.cc130 ACMatchClassification(pos, ACMatchClassification::MATCH));
H A Dhistory_contents_provider.cc245 ACMatchClassification(i->first, ACMatchClassification::MATCH));
H A Dhistory_quick_provider.cc231 ACMatchClassification::MATCH));
/external/v8/tools/
H A Dcommon-includes.sh63 local MATCH=$(git branch | grep "$1" | awk '{print $NF}' | grep -x $1)
64 if [ "$MATCH" == "$1" ] ; then
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPath.java147 public static final int MATCH = 1; field in class:XPath
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}.
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_unittest.cc14 const int kMatch = ACMatchClassification::MATCH;
H A Dextension_omnibox_api.cc209 (type == "match") ? ACMatchClassification::MATCH :
H A Dextension_omnibox_apitest.cc165 EXPECT_EQ(ACMatchClassification::MATCH,
/external/iproute2/examples/
H A Dcbq.init-v0.7.3877 MATCH=0; CHANGE=0
902 ### If the time matches, remember params and set MATCH flag
910 MATCH=1
923 if [ $MATCH -ne 0 ]; then
/external/tcpdump/missing/
H A Dgetaddrinfo.c248 #define MATCH(x, y, w) \ macro
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,
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java435 * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH COUNT.
452 * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH DESCRIPTION.
1075 XPath defMatch = new XPath("*", this, this, XPath.MATCH, errorListener);
1092 defMatch = new XPath("text() | @*", this, this, XPath.MATCH, errorListener);
1109 defMatch = new XPath("/", this, this, XPath.MATCH, errorListener);
H A DElemNumber.java738 XPath.MATCH, support.getErrorListener());
745 this, XPath.MATCH, support.getErrorListener());
751 countMatchPattern = new XPath("text()", this, this, XPath.MATCH, support.getErrorListener());
756 countMatchPattern = new XPath("comment()", this, this, XPath.MATCH, support.getErrorListener());
761 countMatchPattern = new XPath("/", this, this, XPath.MATCH, support.getErrorListener());
767 + ")", this, this, XPath.MATCH, support.getErrorListener());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h203 BCNORMAL, MATCH enumerator in enum:WebCore::EMatchNearestMailBlockquoteColor
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java184 XPath rootMatch = new XPath("/", stylesheet, stylesheet, XPath.MATCH,
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.cc337 const bool use_bold_font = !!(style & ACMatchClassification::MATCH);

Completed in 1879 milliseconds

12