HomeSort by relevance Sort by last modified time
    Searched defs:Matches (Results 1 - 4 of 4) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
Matches.java 22 public class Matches implements IArgumentMatcher, Serializable {
28 public Matches(String regex) {
32 public boolean matches(Object actual) { method in class:Matches
33 return (actual instanceof String) && ((String) actual).matches(regex);
37 buffer.append("matches(\"" + regex.replaceAll("\\\\", "\\\\\\\\")
  /external/chromium/net/http/
http_cache.cc 95 bool Matches(CompletionCallback* cb) const { return cb == callback_; }
672 if (entry->writer->Matches(cb)) {
681 if ((*it)->Matches(cb)) {
  /external/v8/src/
jsregexp.h 445 // matches the given one.
446 bool Matches(NodeInfo* that) {
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 140 milliseconds