/external/oprofile/libutil/ |
D | op_file.c | 131 #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/ |
D | history_quick_provider_unittest.cc | 306 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()
|
D | builtin_provider.cc | 43 ACMatchClassification::MATCH | ACMatchClassification::URL)); in Start()
|
D | autocomplete_match.h | 49 MATCH = 1 << 1, // A match for the user's search term enumerator
|
D | autocomplete_popup_view_gtk_unittest.cc | 337 ACMatchClassification(runLength1, ACMatchClassification::MATCH)); in TEST_F() 395 ACMatchClassification::URL | ACMatchClassification::MATCH; in TEST_F()
|
D | autocomplete_popup_view_mac_unittest.mm | 223 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));
|
D | autocomplete_match.cc | 147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM)); in ClassifyLocationInString()
|
D | extension_app_provider.cc | 130 ACMatchClassification(pos, ACMatchClassification::MATCH)); in HighlightMatch()
|
D | history_quick_provider.cc | 231 ACMatchClassification::MATCH)); in SpansFromTermMatch()
|
D | history_contents_provider.cc | 245 ACMatchClassification(i->first, ACMatchClassification::MATCH)); in ClassifyDescription()
|
/external/clang/test/ |
D | make_test_dirs.pl | 11 $next_indent_level = length($MATCH);
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPath.java | 147 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/ |
D | cbq.init-v0.7.3 | 877 MATCH=0; CHANGE=0 910 MATCH=1 923 if [ $MATCH -ne 0 ]; then
|
/external/qemu/distrib/zlib-1.2.3/ |
D | inflate.h | 43 MATCH, /* o: waiting for output space to copy string */ enumerator
|
/external/zlib/ |
D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
/external/tcpdump/missing/ |
D | getaddrinfo.c | 248 #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/ |
D | ChooseMSVCCRT.cmake | 31 string(REGEX MATCH "${${regex}}" ${crt_current} "${${flagsvar}}") 39 string(REGEX MATCH "${${regex}}" current_flag "${${flagsvar}}")
|
D | FindBison.cmake | 18 string (REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" BISON_VERSION "${_bison_VERSION}")
|
D | VersionFromVCS.cmake | 39 string(REGEX MATCH r[0-9]+ git_svn_rev ${git_output})
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 738 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()
|
D | StylesheetRoot.java | 1075 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/ |
D | CMakeLists.txt | 18 string(REGEX MATCH "([^/]+)$" test_name ${test_dirname})
|
/external/chromium/chrome/browser/extensions/ |
D | extension_omnibox_unittest.cc | 14 const int kMatch = ACMatchClassification::MATCH;
|
D | extension_omnibox_apitest.cc | 165 EXPECT_EQ(ACMatchClassification::MATCH, in IN_PROC_BROWSER_TEST_F()
|
/external/llvm/unittests/ |
D | CMakeLists.txt | 2 string(REGEX MATCH "([^/]+)$" test_name ${test_dirname})
|