/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
TypeAhead.cpp | 60 int TypeAhead::handleEvent(KeyboardEvent* event, MatchModeFlags matchMode) 80 if (matchMode & CycleFirstChar && c == m_repeatingChar) { 85 } else if (matchMode & MatchPrefix) { 113 if (matchMode & MatchIndex) {
|
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.8.in | 52 .BI "\-m\fP, \fB\-\-matchmode" " mode" 146 .BI "\-m\fP, \fB\-\-matchmode" " mode" 174 .BI "\-m\fP, \fB\-\-matchmode" " noslash"
|
icupkg.cpp | 46 // TODO: add --matchmode=regex for using the ICU regex engine for item name pattern matching? 118 "\t-m mode or --matchmode mode set the matching mode for item names with\n" 137 "\tIf --matchmode noslash (-m noslash) is set, then the '*'\n" 171 UOPTION_DEF("matchmode", 'm', UOPT_REQUIRES_ARG),
|
/external/icu/icu4c/source/tools/icupkg/ |
icupkg.8.in | 52 .BI "\-m\fP, \fB\-\-matchmode" " mode" 146 .BI "\-m\fP, \fB\-\-matchmode" " mode" 174 .BI "\-m\fP, \fB\-\-matchmode" " noslash"
|
icupkg.cpp | 46 // TODO: add --matchmode=regex for using the ICU regex engine for item name pattern matching? 119 "\t-m mode or --matchmode mode set the matching mode for item names with\n" 163 "\tIf --matchmode noslash (-m noslash) is set, then the '*'\n" 199 UOPTION_DEF("matchmode", 'm', UOPT_REQUIRES_ARG),
|
/external/clang/lib/ASTMatchers/ |
ASTMatchFinder.cpp | 439 AncestorMatchMode MatchMode) override { 445 MatchMode); 493 BoundNodesTreeBuilder *Builder, AncestorMatchMode MatchMode) { 525 } else if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { 530 Parent, Matcher, &Result.Nodes, MatchMode); 545 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) {
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 121 boolean matchMode(QName m1)
|
TemplateList.java | 560 && head.matchMode(mode)) 618 && head.matchMode(mode)) 689 && head.matchMode(mode))
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
package.h | 159 uint32_t matchMode;
|
package.cpp | 399 matchMode=0; 946 if(matchMode&MATCH_NOSLASH) { 965 matchMode=mode; [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
package.h | 176 uint32_t matchMode;
|
package.cpp | 402 matchMode=0; 1003 if(matchMode&MATCH_NOSLASH) { [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | 745 AncestorMatchMode MatchMode) { 750 Matcher, Builder, MatchMode); 770 AncestorMatchMode MatchMode) = 0; [all...] |
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaEncoder.cs | 108 public uint GetPrice(bool matchMode, byte matchByte, byte symbol)
113 if (matchMode)
[all...] |
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Encoder.java | 108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol)
113 if (matchMode)
[all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/ |
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar | |