Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 25 of 46) sorted by relevance

12

/external/oprofile/libutil/
Dop_file.c131 #define MATCH 1 in get_matching_pathnames() macro
154 case NO_RECURSION + MATCH: in get_matching_pathnames()
157 case MATCH_ANY_ENTRY_RECURSION + MATCH: in get_matching_pathnames()
172 case MATCH_DIR_ONLY_RECURSION + MATCH: in get_matching_pathnames()
/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider_unittest.cc306 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[1].style); in TEST_F()
310 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[3].style); in TEST_F()
314 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[5].style); in TEST_F()
318 EXPECT_EQ(ACMatchClassification::MATCH, spans_a[7].style); in TEST_F()
331 EXPECT_EQ(ACMatchClassification::MATCH, spans_b[0].style); in TEST_F()
335 EXPECT_EQ(ACMatchClassification::MATCH, spans_b[2].style); in TEST_F()
Dbuiltin_provider.cc43 ACMatchClassification::MATCH | ACMatchClassification::URL)); in Start()
Dautocomplete_match.h49 MATCH = 1 << 1, // A match for the user's search term enumerator
Dautocomplete_popup_view_gtk_unittest.cc337 ACMatchClassification(runLength1, ACMatchClassification::MATCH)); in TEST_F()
395 ACMatchClassification::URL | ACMatchClassification::MATCH; in TEST_F()
Dautocomplete_popup_view_mac_unittest.mm223 ACMatchClassification(runLength1, ACMatchClassification::MATCH));
270 const int kURLMatch = ACMatchClassification::URL|ACMatchClassification::MATCH;
356 ACMatchClassification(runLength1, ACMatchClassification::MATCH));
402 ACMatchClassification(0, ACMatchClassification::MATCH));
492 ACMatchClassification(runLength1, ACMatchClassification::MATCH));
Dautocomplete_match.cc147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM)); in ClassifyLocationInString()
Dextension_app_provider.cc130 ACMatchClassification(pos, ACMatchClassification::MATCH)); in HighlightMatch()
Dhistory_quick_provider.cc231 ACMatchClassification::MATCH)); in SpansFromTermMatch()
Dhistory_contents_provider.cc245 ACMatchClassification(i->first, ACMatchClassification::MATCH)); in ClassifyDescription()
/external/clang/test/
Dmake_test_dirs.pl11 $next_indent_level = length($MATCH);
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java147 public static final int MATCH = 1; field in XPath
179 else if (MATCH == type) in XPath()
228 else if (MATCH == type) in XPath()
/external/iproute2/examples/
Dcbq.init-v0.7.3877 MATCH=0; CHANGE=0
910 MATCH=1
923 if [ $MATCH -ne 0 ]; then
/external/qemu/distrib/zlib-1.2.3/
Dinflate.h43 MATCH, /* o: waiting for output space to copy string */ enumerator
/external/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/external/tcpdump/missing/
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/llvm/cmake/modules/
DChooseMSVCCRT.cmake31 string(REGEX MATCH "${${regex}}" ${crt_current} "${${flagsvar}}")
39 string(REGEX MATCH "${${regex}}" current_flag "${${flagsvar}}")
DFindBison.cmake18 string (REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" BISON_VERSION "${_bison_VERSION}")
DVersionFromVCS.cmake39 string(REGEX MATCH r[0-9]+ git_svn_rev ${git_output})
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java738 XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
745 this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
751 … countMatchPattern = new XPath("text()", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
756 … countMatchPattern = new XPath("comment()", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
761 countMatchPattern = new XPath("/", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
767 + ")", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
DStylesheetRoot.java1075 XPath defMatch = new XPath("*", this, this, XPath.MATCH, errorListener); in initDefaultRule()
1092 defMatch = new XPath("text() | @*", this, this, XPath.MATCH, errorListener); in initDefaultRule()
1109 defMatch = new XPath("/", this, this, XPath.MATCH, errorListener); in initDefaultRule()
/external/clang/unittests/
DCMakeLists.txt18 string(REGEX MATCH "([^/]+)$" test_name ${test_dirname})
/external/chromium/chrome/browser/extensions/
Dextension_omnibox_unittest.cc14 const int kMatch = ACMatchClassification::MATCH;
Dextension_omnibox_apitest.cc165 EXPECT_EQ(ACMatchClassification::MATCH, in IN_PROC_BROWSER_TEST_F()
/external/llvm/unittests/
DCMakeLists.txt2 string(REGEX MATCH "([^/]+)$" test_name ${test_dirname})

12