Home
last modified time | relevance | path

Searched defs:Matches (Results 1 – 23 of 23) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dcodec.cc35 bool AudioCodec::Matches(int payload, const std::string& nm) const { in Matches() function in cricket::AudioCodec
40 bool AudioCodec::Matches(const AudioCodec& codec) const { in Matches() function in cricket::AudioCodec
61 bool VideoCodec::Matches(int payload, const std::string& nm) const { in Matches() function in cricket::VideoCodec
66 bool VideoCodec::Matches(const VideoCodec& codec) const { in Matches() function in cricket::VideoCodec
Dcryptoparams.h42 bool Matches(const CryptoParams& params) const { in Matches() function
/external/easymock/src/org/easymock/internal/matchers/
DMatches.java22 public class Matches implements IArgumentMatcher, Serializable { class
28 public Matches(String regex) { in Matches() method in Matches
/external/llvm/lib/Support/
DRegex.cpp55 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match()
96 SmallVector<StringRef, 8> Matches; in sub() local
/external/llvm/utils/TableGen/
DStringMatcher.cpp24 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, in EmitStringMatcherForChar()
DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
DAsmMatcherEmitter.cpp1755 std::vector<StringMatcher::StringPair> Matches; in EmitMatchTokenString() local
1778 std::vector<StringMatcher::StringPair> Matches; in EmitMatchRegisterName() local
/external/chromium/net/proxy/
Dproxy_bypass_rules.cc27 virtual bool Matches(const GURL& url) const { in Matches() function in net::__anond9b91fbf0111::HostnamePatternRule
63 virtual bool Matches(const GURL& url) const { in Matches() function in net::__anond9b91fbf0111::BypassLocalRule
95 virtual bool Matches(const GURL& url) const { in Matches() function in net::__anond9b91fbf0111::BypassIPBlockRule
169 bool ProxyBypassRules::Matches(const GURL& url) const { in Matches() function in net::ProxyBypassRules
Dproxy_config_service_common_unittest.cc72 ::testing::AssertionResult ProxyRulesExpectation::Matches( in Matches() function in net::ProxyRulesExpectation
/external/chromium/chrome/browser/bookmarks/
Dbookmark_index.h59 typedef std::vector<Match> Matches; typedef
/external/llvm/unittests/Support/
DRegexTest.cpp27 SmallVector<StringRef, 1> Matches; in TEST_F() local
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pattern.cc68 bool ContentSettingsPattern::Matches(const GURL& url) const { in Matches() function in ContentSettingsPattern
/external/chromium/chrome/browser/history/
Dquery_parser.cc104 bool QueryNodeWord::Matches(const string16& word, bool exact) const { in Matches() function in QueryNodeWord
144 virtual bool Matches(const string16& word, bool exact) const { in Matches() function in QueryNodeList
213 bool QueryNodePhrase::Matches(const string16& word, bool exact) const { in Matches() function in QueryNodePhrase
/external/chromium/net/base/
Dx509_cert_types_mac.cc300 bool CertPrincipal::Matches(const CertPrincipal& against) const { in Matches() function in net::CertPrincipal
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h200 bool Matches(T x) const { in Matches() function
512 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function
563 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
Dgmock-spec-builders.h324 bool Matches(const ArgumentTuple& args) const { in Matches() function
1073 bool Matches(const ArgumentTuple& args) const { in Matches() function
/external/chromium/net/http/
Dhttp_cache.cc173 bool Matches(Transaction* trans) const { return trans == trans_; } in Matches() function in net::HttpCache::WorkItem
/external/clang/lib/Sema/
DSemaExprCXX.cpp1328 llvm::SmallVector<std::pair<DeclAccessPair,FunctionDecl*>, 2> Matches; in FindAllocationFunctions() local
1694 llvm::SmallVector<DeclAccessPair,4> Matches; in FindDeallocationFunction() local
DSemaTemplate.cpp1412 bool Matches(unsigned ParmDepth) { in Matches() function
6218 UnresolvedSet<8> Matches; in ActOnExplicitInstantiation() local
DSemaOverload.cpp7607 llvm::SmallVector<std::pair<DeclAccessPair, FunctionDecl*>, 4> Matches; member in clang::AddressOfFunctionResolver
/external/v8/src/
Disolate.h419 bool Matches(Isolate* isolate, ThreadId thread_id) const { in Matches() function
Djsregexp.h477 bool Matches(NodeInfo* that) { in Matches() function
Dliveobjectlist.cc257 inline bool Matches(HeapObject* obj) { in Matches() function in v8::internal::LolFilter