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

12 3

  /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/chromium/net/base/
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 {
x509_certificate_mac.cc     [all...]
  /external/pcre/
pcregexp.pas 69 Matches:Pointer;
470 Matches:=nil;
500 GetMem(Matches,SizeOf(TMatchArray));
510 if Matches <> nil then
511 FreeMem(Matches,SizeOf(TMatchArray));
520 MatchesCount:=pcre_exec( RegExpC, RegExpExt, AStr, ALen, PMatchArray(Matches)^[1],
521 Options, Matches, MAX_MATCHES ) else
523 Options, Matches, MAX_MATCHES );
544 Options, Matches, MAX_MATCHES );
555 Pos:=PMatchArray(Matches)^[ANom];
    [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/chromium/net/proxy/
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/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
  /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/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/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 90 // matches. After that, if the operand to be matched has its index
164 /// operand matches this class; this is not valid for Token or register kinds.
394 /// AsmOperands - The textual operands that this instruction matches,
824 "' (which matches register prefix)";
    [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...]
  /external/v8/src/
liveobjectlist.cc 171 // the general type, then we should reject the ones that matches the
257 inline bool Matches(HeapObject* obj) {
647 if (!filter->Matches(heap_obj)) {
685 if (!filter->Matches(heap_obj)) {
865 if (!filter->Matches(heap_obj)) {
1044 break; // No more matches. Let's move on.
    [all...]
isolate.cc 369 if (data->Matches(isolate, thread_id)) return data;
messages.js 31 // Matches Script::Type from objects.h
36 // Matches Script::CompilationType from objects.h
41 // Matches Messages::kNoLineNumberInfo from v8.h
501 // avoid matches against sources that invoke evals with sourceURL.
    [all...]
isolate.h 419 bool Matches(Isolate* isolate, ThreadId thread_id) const {
    [all...]

Completed in 541 milliseconds

12 3