Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 25 of 165) sorted by relevance

1234567

/external/emma/core/java12/com/vladium/util/
DWCMatcher.java71 public abstract boolean matches (String s); in matches() method in WCMatcher
72 public abstract boolean matches (char [] chars); in matches() method in WCMatcher
118 public final boolean matches (final String s) in matches() method in WCMatcher.AllMatcher
125 public final boolean matches (final char [] chars) in matches() method in WCMatcher.AllMatcher
137 public final boolean matches (final String s) in matches() method in WCMatcher.EmptyMatcher
144 public final boolean matches (final char [] chars) in matches() method in WCMatcher.EmptyMatcher
156 public final boolean matches (final String s) in matches() method in WCMatcher.StartsWithMatcher
163 public final boolean matches (final char [] chars) in matches() method in WCMatcher.StartsWithMatcher
194 public final boolean matches (final String s) in matches() method in WCMatcher.EndsWithMatcher
201 public final boolean matches (final char [] chars) in matches() method in WCMatcher.EndsWithMatcher
[all …]
/external/proguard/src/proguard/util/
DConstantMatcher.java30 private boolean matches; field in ConstantMatcher
36 public ConstantMatcher(boolean matches) in ConstantMatcher()
44 public boolean matches(String string) in matches() method in ConstantMatcher
DStringMatcher.java37 public boolean matches(String string); in matches() method
DEmptyStringMatcher.java32 public boolean matches(String string) in matches() method in EmptyStringMatcher
DNotMatcher.java42 public boolean matches(String string) in matches() method in NotMatcher
DSettableMatcher.java42 public boolean matches(String string) in matches() method in SettableMatcher
DOrMatcher.java44 public boolean matches(String string) in matches() method in OrMatcher
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
Dmarkdown.php376 function _stripLinkDefinitions_callback($matches) {
521 function _hashHTMLBlocks_callback($matches) {
662 function _doHardBreaks_callback($matches) {
737 function _doAnchors_reference_callback($matches) {
771 function _doAnchors_inline_callback($matches) {
847 function _doImages_reference_callback($matches) {
875 function _doImages_inline_callback($matches) {
924 function _doHeaders_callback_setext($matches) {
933 function _doHeaders_callback_atx($matches) {
997 function _doLists_callback($matches) {
[all …]
/external/webkit/Source/WebCore/css/
DMediaQueryList.cpp30 …aQueryList::create(PassRefPtr<MediaQueryMatcher> vector, PassRefPtr<MediaList> media, bool matches) in create()
35 …st::MediaQueryList(PassRefPtr<MediaQueryMatcher> vector, PassRefPtr<MediaList> media, bool matches) in MediaQueryList()
87 bool MediaQueryList::matches() in matches() function in WebCore::MediaQueryList
/external/chromium/chrome/browser/history/
Dhistory_types_unittest.cc20 const size_t* matches = result.MatchesForURL(result[i].url(), &match_count); in CheckHistoryResultConsistency() local
78 const size_t* matches = results.MatchesForURL(url1, &match_count); in TEST() local
122 const size_t* matches = results.MatchesForURL(url2, &match_count); in TEST() local
154 const size_t* matches = results.MatchesForURL(url1, &match_count); in TEST() local
Dvisit_database_unittest.cc88 std::vector<VisitRow> matches; in TEST_F() local
117 std::vector<VisitRow> matches; in TEST_F() local
240 std::vector<VisitRow> matches; in TEST_F() local
Dsnippet.h57 const MatchPositions& matches() const { return matches_; } in matches() function
/external/webkit/Source/WebKit/win/
DWebUserContentURLPattern.cpp116 HRESULT WebUserContentURLPattern::matchesSubdomains(BOOL* matches) in matchesSubdomains()
124 HRESULT WebUserContentURLPattern::matchesURL(BSTR url, BOOL* matches) in matchesURL()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_index_unittest.cc53 std::vector<bookmark_utils::TitleMatch> matches; in ExpectMatches() local
70 Snippet::MatchPositions* matches) { in ExtractMatchPositions()
88 std::vector<bookmark_utils::TitleMatch> matches; in ExpectMatchPositions() local
203 std::vector<bookmark_utils::TitleMatch> matches; in TEST_F() local
215 std::vector<bookmark_utils::TitleMatch> matches; in TEST_F() local
282 std::vector<bookmark_utils::TitleMatch> matches; in TEST_F() local
Dbookmark_index.cc84 Matches matches; in GetBookmarksWithTitlesMatching() local
110 void BookmarkIndex::SortMatches(const Matches& matches, in SortMatches()
160 Matches* matches) { in GetBookmarksWithTitleMatchingTerm()
204 Matches* matches) { in CombineMatchesInPlace()
/external/webkit/Source/WebCore/inspector/front-end/
DSearchController.js44 updateSearchMatchesCount: function(matches, panel) argument
140 _updateSearchMatchesCount: function(matches) argument
/external/v8/test/mjsunit/
Dregexp-indexof.js28 function CheckMatch(re, str, matches) { argument
/external/chromium/webkit/glue/
Dregular_expression_unittest.cc25 const Match* matches, in testMatches()
66 const Match matches[] = { in TEST() local
88 const Match matches[] = { in TEST() local
/external/easymock/src/org/easymock/internal/
DExpectedInvocation.java88 public boolean matches(Invocation actual) { in matches() method in ExpectedInvocation
96 private boolean matches(Object[] arguments) { in matches() method in ExpectedInvocation
DAlwaysMatcher.java25 public boolean matches(Object[] expected, Object[] actual) { in matches() method in AlwaysMatcher
/external/easymock/src/org/easymock/
DIArgumentMatcher.java37 boolean matches(Object argument); in matches() method
DArgumentsMatcher.java43 boolean matches(Object[] expected, Object[] actual); in matches() method
/external/easymock/src/org/easymock/internal/matchers/
DNull.java31 public boolean matches(Object actual) { in matches() method in Null
DAny.java32 public boolean matches(Object actual) { in matches() method in Any
/external/llvm/utils/TableGen/
DStringMatcher.h41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()

1234567