/external/easymock/src/org/easymock/internal/ |
D | ILegacyMatcherMethods.java | 23 void setDefaultMatcher(org.easymock.ArgumentsMatcher matcher); in setDefaultMatcher() 26 void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher); in setMatcher()
|
D | ExpectedInvocation.java | 34 private final org.easymock.ArgumentsMatcher matcher; field in ExpectedInvocation 45 org.easymock.ArgumentsMatcher matcher) { in ExpectedInvocation() 131 public ExpectedInvocation withMatcher(@SuppressWarnings("deprecation") in withMatcher()
|
D | LegacyMatcherProvider.java | 48 public void setDefaultMatcher(ArgumentsMatcher matcher) { in setDefaultMatcher() 58 public void setMatcher(Method method, ArgumentsMatcher matcher) { in setMatcher()
|
D | ReplayState.java | 136 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher() 141 public void setDefaultMatcher(org.easymock.ArgumentsMatcher matcher) { in setDefaultMatcher()
|
D | MocksBehavior.java | 231 public void setDefaultMatcher(org.easymock.ArgumentsMatcher matcher) { in setDefaultMatcher() 236 public void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher) { in setMatcher()
|
D | Invocation.java | 135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) { in matches() 142 public String toString(org.easymock.ArgumentsMatcher matcher) { in toString()
|
D | MocksControl.java | 279 public void setLegacyDefaultMatcher(org.easymock.ArgumentsMatcher matcher) { in setLegacyDefaultMatcher() 288 public void setLegacyMatcher(org.easymock.ArgumentsMatcher matcher) { in setLegacyMatcher()
|
D | RecordState.java | 380 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/ |
D | SettableMatcher.java | 31 private StringMatcher matcher; field in SettableMatcher 34 public void setMatcher(StringMatcher matcher) in setMatcher()
|
D | NotMatcher.java | 31 private final StringMatcher matcher; field in NotMatcher 34 public NotMatcher(StringMatcher matcher) in NotMatcher()
|
D | FileNameParser.java | 108 StringMatcher matcher = parser.parse(args[0]); in main() local
|
D | NameParser.java | 93 StringMatcher matcher = parser.parse(args[0]); in main() local
|
D | ListMatcher.java | 57 StringMatcher matcher = matchers[index]; in matches() local
|
D | ClassNameParser.java | 203 StringMatcher matcher = parser.parse(args[0]); in main() local
|
D | ListParser.java | 124 StringMatcher matcher = parser.parse(args[0]); in main() local
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | regextst.cpp | 534 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/ |
D | test-parsing.cc | 64 i::KeywordMatcher matcher; in TEST() local 90 i::KeywordMatcher matcher; in TEST() local
|
/external/icu4c/i18n/ |
D | repattrn.cpp | 435 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/ |
D | Platform.java | 56 static CharMatcher precomputeCharMatcher(CharMatcher matcher) { in precomputeCharMatcher()
|
/external/icu4c/test/intltest/ |
D | regextst.cpp | 536 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/ |
D | repattrn.cpp | 329 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/ |
D | prscmnts.cpp | 93 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/ |
D | prscmnts.cpp | 93 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/ |
D | HttpRequestHandlerRegistry.java | 53 private final UriPatternMatcher matcher; field in HttpRequestHandlerRegistry
|
/external/bluetooth/glib/gio/ |
D | gfileinfo.c | 1806 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()
|