/external/clang/include/clang/ASTMatchers/ |
ASTMatchersMacros.h | 30 // return InnerMatcher.matches(*Node.getMemberDecl(), Finder, Builder); 69 /// The code should return true if 'Node' matches. 75 bool matches(const Type &Node, ASTMatchFinder *Finder, \ 83 inline bool internal::matcher_##DefineMatcher##Matcher::matches( \ 99 /// The code should return true if 'Node' matches. 112 bool matches(const Type &Node, ASTMatchFinder *Finder, \ 125 inline bool internal::matcher_##DefineMatcher##OverloadId##Matcher::matches( \ 142 /// The code should return true if 'Node' matches. 157 bool matches(const Type &Node, ASTMatchFinder *Finder, \ 173 inline bool internal::matcher_##DefineMatcher##OverloadId##Matcher::matches( \ [all...] |
/external/icu/icu4c/source/common/ |
dictionarydata.h | 61 * Wrapper class around generic dictionaries, implementing matches(). 70 // this should emulate CompactTrieDictionary::matches() 71 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, 84 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, 101 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
|
/external/iproute2/tc/ |
f_cgroup.c | 47 if (matches(*argv, "match") == 0) { 54 } else if (matches(*argv, "action") == 0) { 62 } else if (matches(*argv, "police") == 0) {
|
q_qfq.c | 42 if (matches(*argv, "help") == 0) { 66 if (matches(*argv, "weight") == 0) { 72 } else if (matches(*argv, "maxpkt") == 0) {
|
f_basic.c | 63 if (matches(*argv, "match") == 0) { 70 } else if (matches(*argv, "classid") == 0 || 79 } else if (matches(*argv, "action") == 0) { 87 } else if (matches(*argv, "police") == 0) {
|
/external/lldb/source/Utility/ |
SharingPtr.cpp | 97 uint32_t matches = 0; local 103 ++matches; 108 if (matches == 0)
|
/external/chromium_org/chrome/browser/resources/options/ |
language_dictionary_overlay.css | 5 #language-dictionary-overlay-no-matches { 37 #language-dictionary-overlay-word-list.no-search-matches {
|
/external/chromium_org/components/url_matcher/ |
regex_set_matcher.cc | 39 std::set<StringPattern::ID>* matches) const { 40 size_t old_number_of_matches = matches->size(); 58 matches->insert(id); 60 return old_number_of_matches != matches->size();
|
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
CSPSource.h | 23 bool matches(const KURL&) const;
|
/external/easymock/src/org/easymock/internal/matchers/ |
CompareTo.java | 33 public boolean matches(Object actual) {
method in class:CompareTo
|
EqualsWithDelta.java | 35 public boolean matches(Object actual) {
method in class:EqualsWithDelta
|
Find.java | 33 public boolean matches(Object actual) {
method in class:Find
|
Same.java | 33 public boolean matches(Object actual) {
method in class:Same
|
/external/hamcrest/integration/src/org/hamcrest/ |
MatcherAssert.java | 12 if (!matcher.matches(actual)) {
|
/external/hamcrest/src/org/hamcrest/core/ |
IsInstanceOf.java | 27 public boolean matches(Object item) { method in class:IsInstanceOf
|
IsSame.java | 21 public boolean matches(Object arg) { method in class:IsSame
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
ZapProcessor.java | 41 if (wildcard.matches(desc))
|
/external/lldb/include/lldb/Interpreter/ |
CommandObjectRegexCommand.h | 58 StringList &matches);
|
/external/lldb/source/Interpreter/ |
CommandObjectRegexCommand.cpp | 129 StringList &matches) 141 matches); 142 return matches.GetSize(); 146 matches.Clear();
|
/external/mockito/src/org/mockito/internal/matchers/ |
CompareTo.java | 20 public boolean matches(Object actual) { method in class:CompareTo
|
Find.java | 23 public boolean matches(Object actual) { method in class:Find
|
InstanceOf.java | 23 public boolean matches(Object actual) { method in class:InstanceOf
|
Same.java | 23 public boolean matches(Object actual) { method in class:Same
|
/external/mockito/src/org/mockito/internal/matchers/apachecommons/ |
ReflectionEquals.java | 23 public boolean matches(Object actual) { method in class:ReflectionEquals
|
/external/proguard/lib/ |
retrace.jar | |