HomeSort by relevance Sort by last modified time
    Searched refs:Matches (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium/testing/gmock/test/
gmock_link_test.h 608 EXPECT_TRUE(m.Matches(helper));
611 EXPECT_TRUE(m2.Matches(&helper));
619 EXPECT_TRUE(m.Matches(helper));
622 EXPECT_TRUE(m2.Matches(&helper));
628 EXPECT_TRUE(m.Matches(NULL));
636 EXPECT_TRUE(m.Matches(&n));
642 EXPECT_TRUE(m.Matches(NULL));
648 EXPECT_TRUE(m.Matches(1));
654 EXPECT_TRUE(m.Matches(1));
660 EXPECT_FALSE(m.Matches(1))
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 198 EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules()));
proxy_config_service_common_unittest.cc 18 // Helper to verify that |expected_proxy| matches |actual_proxy|. If it does
72 ::testing::AssertionResult ProxyRulesExpectation::Matches(
proxy_config.cc 41 bool bypass_proxy = bypass_rules.Matches(url);
proxy_config_service_linux_unittest.cc 31 // The strange capitalization is so that the field matches the
640 EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules()));
948 EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules()));
    [all...]
  /external/chromium/net/base/
x509_cert_types_mac_unittest.cc 223 ASSERT_TRUE(spamco.Matches(spamco));
226 EXPECT_FALSE(bogus.Matches(spamco));
227 EXPECT_FALSE(spamco.Matches(bogus));
230 EXPECT_TRUE(bogus.Matches(spamco));
231 EXPECT_TRUE(spamco.Matches(bogus));
235 EXPECT_FALSE(bogus.Matches(spamco));
236 EXPECT_FALSE(spamco.Matches(bogus));
240 EXPECT_TRUE(bogus.Matches(spamco));
241 EXPECT_TRUE(spamco.Matches(bogus));
244 EXPECT_FALSE(bogus.Matches(spamco))
    [all...]
x509_cert_types.h 64 bool Matches(const CertPrincipal& against) const;
x509_cert_types_mac.cc 252 // byte-for-byte by a Matches() call.
300 bool CertPrincipal::Matches(const CertPrincipal& against) const {
  /external/chromium/chrome/browser/content_settings/
content_settings_mock_provider.cc 74 if (requesting_url_pattern_.Matches(requesting_url) &&
content_settings_pattern.cc 26 // - [*.]domain.tld (matches domain.tld and all sub-domains)
27 // - host (matches an exact hostname)
28 // - a.b.c.d (matches an exact IPv4 ip)
29 // - [a:b:c:d:e:f:g:h] (matches an exact IPv6 ip)
68 bool ContentSettingsPattern::Matches(const GURL& url) const {
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 10 // Implements an algorithm to efficiently search for matches on AST nodes.
11 // Uses memoization to support recursive matches like HasDescendant.
14 // calling the Matches(...) method of each matcher we are running on each
114 // Creates an AST visitor that matches 'matcher' on all children or
131 Matches(false) {}
151 return Matches;
190 Matches = false;
219 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node),
221 Matches = true;
235 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node)
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 164 // Returns the expectation that matches the given function arguments
324 bool Matches(const ArgumentTuple& args) const {
325 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args);
    [all...]
gmock-matchers.h 68 // used by a matcher to explain why a value matches or doesn't match.
114 // Returns true iff the matcher matches x; also explains the match
193 // Returns true iff the matcher matches x; also explains the match
199 // Returns true iff this matcher matches x.
200 bool Matches(T x) const {
213 // Explains why x matches, or doesn't match, the matcher.
246 // object that can check whether a value of type T matches. The
449 // A<T>() returns a matcher that matches any value of type T.
475 // Matches the value against the given matcher, prints the value and explains
486 return matcher.Matches(value)
2109 const bool matches = inner_matcher_.MatchAndExplain(*it, &inner_listener); local
    [all...]
  /external/regex-re2/re2/
bitstate.cc 218 if (ip->Matches(c)) {
prog.h 114 inline bool Matches(int c) {
190 // full matches.
195 kManyMatch // for SearchDFA, records set of matches
270 // If matches != NULL and kind == kManyMatch and there is a match,
271 // SearchDFA fills matches with the match IDs of the final matching state.
275 vector<int>* matches);
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 438 EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules()));
503 EXPECT_TRUE(tests[i].proxy_rules.Matches(io_config.proxy_rules()));
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 172 if (answer_params[0].Matches(*it)) {
mediasessionclient.cc 271 if (ours->Matches(*theirs)) {
307 if (ours->Matches(*theirs)) {
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/chromium/net/http/
http_cache.cc 173 bool Matches(Transaction* trans) const { return trans == trans_; }
964 if (pending_op->writer->Matches(trans)) {
973 if ((*it)->Matches(trans)) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 90 // matches. After that, if the operand to be matched has its index
175 /// operand matches this class; this is not valid for Token or register kinds.
409 /// AsmOperands - The textual operands that this instruction matches,
491 // Give matches that require more features higher precedence. This is useful
    [all...]
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 337 EXPECT_TRUE(GetParam().proxy_rules.Matches(config.proxy_rules()));
  /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...]

Completed in 1044 milliseconds

12 3