Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 25 of 48) sorted by relevance

12

/external/easymock/src/org/easymock/internal/
DILegacyMatcherMethods.java23 void setDefaultMatcher(org.easymock.ArgumentsMatcher matcher); in setDefaultMatcher()
26 void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher); in setMatcher()
DExpectedInvocation.java34 private final org.easymock.ArgumentsMatcher matcher; field in ExpectedInvocation
45 org.easymock.ArgumentsMatcher matcher) { in ExpectedInvocation()
131 public ExpectedInvocation withMatcher(@SuppressWarnings("deprecation") in withMatcher()
DLegacyMatcherProvider.java48 public void setDefaultMatcher(ArgumentsMatcher matcher) { in setDefaultMatcher()
58 public void setMatcher(Method method, ArgumentsMatcher matcher) { in setMatcher()
DReplayState.java136 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher()
141 public void setDefaultMatcher(org.easymock.ArgumentsMatcher matcher) { in setDefaultMatcher()
DMocksBehavior.java231 public void setDefaultMatcher(org.easymock.ArgumentsMatcher matcher) { in setDefaultMatcher()
236 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher()
DInvocation.java135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) { in matches()
142 public String toString(org.easymock.ArgumentsMatcher matcher) { in toString()
DMocksControl.java279 public void setLegacyDefaultMatcher(org.easymock.ArgumentsMatcher matcher) { in setLegacyDefaultMatcher()
288 public void setLegacyMatcher(org.easymock.ArgumentsMatcher matcher) { in setLegacyMatcher()
DRecordState.java380 public void setDefaultMatcher(org.easymock.ArgumentsMatcher matcher) { in setDefaultMatcher()
385 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher()
387 behavior.setMatcher(lastInvocation.getMethod(), matcher); in setMatcher() local
/external/proguard/src/proguard/util/
DSettableMatcher.java31 private StringMatcher matcher; field in SettableMatcher
34 public void setMatcher(StringMatcher matcher) in setMatcher()
DNotMatcher.java31 private final StringMatcher matcher; field in NotMatcher
34 public NotMatcher(StringMatcher matcher) in NotMatcher()
DFileNameParser.java108 StringMatcher matcher = parser.parse(args[0]); in main() local
DNameParser.java93 StringMatcher matcher = parser.parse(args[0]); in main() local
DListMatcher.java57 StringMatcher matcher = matchers[index]; in matches() local
DClassNameParser.java203 StringMatcher matcher = parser.parse(args[0]); in main() local
DListParser.java124 StringMatcher matcher = parser.parse(args[0]); in main() local
/external/chromium/third_party/icu/source/test/intltest/
Dregextst.cpp534 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
594 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
648 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
856 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
868 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
884 RegexMatcher matcher("(A)+A$", testString, 0, status); in API_Match() local
911 RegexMatcher matcher("abc", testString, 0, status); in API_Match() local
955 RegexMatcher *matcher = pat->matcher(data, status); in API_Replace() local
1590 RegexMatcher *matcher = NULL; in regex_find() local
2412 RegexMatcher matcher(pattern, s, flags, status); in Bug6149() local
[all …]
/external/v8/test/cctest/
Dtest-parsing.cc64 i::KeywordMatcher matcher; in TEST() local
90 i::KeywordMatcher matcher; in TEST() local
/external/icu4c/i18n/
Drepattrn.cpp435 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, in matcher() function in RegexPattern
448 RegexMatcher *RegexPattern::matcher(UText *input, in matcher() function in RegexPattern
476 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { in matcher() function in RegexPattern
512 RegexMatcher *matcher = NULL; in matches() local
536 RegexMatcher *matcher = NULL; in matches() local
/external/guava/src/com/google/common/base/
DPlatform.java56 static CharMatcher precomputeCharMatcher(CharMatcher matcher) { in precomputeCharMatcher()
/external/icu4c/test/intltest/
Dregextst.cpp536 RegexMatcher matcher(&pattern, 0, status); in UTextBasic() local
713 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
773 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
827 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
1035 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1047 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1063 RegexMatcher matcher("(A)+A$", testString, 0, status); in API_Match() local
1090 RegexMatcher matcher("abc", testString, 0, status); in API_Match() local
1134 RegexMatcher *matcher = pat->matcher(data, status); in API_Replace() local
1749 RegexMatcher *matcher = pat->matcher(&input, RegexPattern::PATTERN_IS_UTEXT, status); in API_Match_UTF8() local
[all …]
/external/chromium/third_party/icu/source/i18n/
Drepattrn.cpp329 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, in matcher() function in RegexPattern
356 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { in matcher() function in RegexPattern
392 RegexMatcher *matcher = NULL; in matches() local
/external/chromium/third_party/icu/source/tools/genrb/
Dprscmnts.cpp93 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getText() local
153 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status); in getCount() local
192 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status); in getAt() local
/external/icu4c/tools/genrb/
Dprscmnts.cpp93 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status); in getText() local
153 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status); in getCount() local
192 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status); in getAt() local
/external/apache-http/src/org/apache/http/protocol/
DHttpRequestHandlerRegistry.java53 private final UriPatternMatcher matcher; field in HttpRequestHandlerRegistry
/external/bluetooth/glib/gio/
Dgfileinfo.c1806 matcher_add (GFileAttributeMatcher *matcher, in matcher_add()
1885 GFileAttributeMatcher *matcher; in g_file_attribute_matcher_new() local
1939 g_file_attribute_matcher_ref (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_ref()
1958 g_file_attribute_matcher_unref (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_unref()
1985 g_file_attribute_matcher_matches_only (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_matches_only()
2008 matcher_matches_id (GFileAttributeMatcher *matcher, in matcher_matches_id()
2037 g_file_attribute_matcher_matches_id (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_matches_id()
2062 g_file_attribute_matcher_matches (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_matches()
2094 g_file_attribute_matcher_enumerate_namespace (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_enumerate_namespace()
2144 g_file_attribute_matcher_enumerate_next (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_enumerate_next()

12