Home
last modified time | relevance | path

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

123456789

/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
DEmptyStringMatcher.java32 public boolean matches(String string) in matches() method in EmptyStringMatcher
DStringMatcher.java37 public boolean matches(String string); in matches() method
DSettableMatcher.java42 public boolean matches(String string) in matches() method in SettableMatcher
DNotMatcher.java42 public boolean matches(String string) in matches() method in NotMatcher
/external/libvpx/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/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h221 virtual bool matches(const T &Node, in matches() function
282 bool matches(const T &Node, in matches() function
296 virtual bool matches(const ast_type_traits::DynTypedNode DynNode, in matches() function
316 virtual bool matches(const QualType &Node, in matches() function
336 virtual bool matches(const T &Node, in matches() function
424 virtual bool matches(const T &Node, in matches() function
749 virtual bool matches(const T &Node, in matches() function
771 virtual bool matches(const T &Node, in matches() function
817 virtual bool matches(const T &Node, in matches() function
843 virtual bool matches(const T& Node, in matches() function
[all …]
/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/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DRequestMatcher.java6 public boolean matches(HttpRequest request); in matches() method
/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/hamcrest/src/org/hamcrest/
DMatcher.java36 boolean matches(Object item); in matches() method
/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
/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/mockito/src/org/mockito/internal/matchers/
DAnyVararg.java18 public boolean matches(Object arg) { in matches() method in AnyVararg
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLabel.java234 public boolean matches(int atom) { in matches() method in Label
244 public boolean matches(IntSet set) { in matches() method in Label
256 public boolean matches(Label other) { in matches() method in Label

123456789