HomeSort by relevance Sort by last modified time
    Searched refs:Matches (Results 1 - 7 of 7) 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/easymock/src/org/easymock/
EasyMock.java 696 * Expects a boolean that matches both given expectations.
710 * Expects a byte that matches both given expectations.
724 * Expects a char that matches both given expectations.
738 * Expects a double that matches both given expectations.
752 * Expects a float that matches both given expectations.
766 * Expects an int that matches both given expectations.
780 * Expects a long that matches both given expectations.
794 * Expects a short that matches both given expectations.
808 * Expects an Object that matches both given expectations.
824 * Expects a boolean that matches one of the given expectations.
1332 public static String matches(String regex) { method in class:EasyMock
    [all...]
  /external/v8/src/
messages.js 31 // Matches Script::Type from objects.h
36 // Matches Script::CompilationType from objects.h
jsregexp.h 445 // matches the given one.
446 bool Matches(NodeInfo* that) {
    [all...]
jsregexp.cc 543 // if input string matches at current position
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 2050 milliseconds