/external/chromium_org/components/url_matcher/ |
substring_set_matcher.cc | 110 std::set<StringPattern::ID>* matches) const { 111 const size_t old_number_of_matches = matches->size(); 114 matches->insert(tree_[0].matches().begin(), tree_[0].matches().end()); 126 matches->insert(tree_[current_node].matches().begin(), 127 tree_[current_node].matches().end()); 133 return old_number_of_matches != matches->size(); 227 tree_[leads_to].AddMatches(tree_[follow_in_case_of_failure].matches()); [all...] |
/external/chromium_org/media/mp2t/ |
es_parser_h264.cc | 489 if (!video_decoder_config.Matches(last_video_decoder_config_)) {
|
/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/chromium/net/proxy/ |
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_org/chrome/browser/password_manager/ |
native_backend_gnome_x_unittest.cc | 61 bool Matches(const attribute_query& query) const { 176 if (item->Matches(query)) { 213 // Find matches and add them to a list of results. 217 if (item->Matches(query)) {
|
/external/chromium_org/net/http/ |
http_cache.cc | 174 bool Matches(Transaction* trans) const { return trans == trans_; } 953 if (pending_op->writer->Matches(trans)) { 962 if ((*it)->Matches(trans)) { [all...] |
/external/chromium_org/net/proxy/ |
proxy_config_service_linux_unittest.cc | 32 // The strange capitalization is so that the field matches the 698 EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules())); [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 176 /// operand matches this class; this is not valid for Token or register kinds. 419 /// AsmOperands - The textual operands that this instruction matches, 501 // Give matches that require more features higher precedence. This is useful [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession.cc | 141 if (crypto.Matches(*it)) { 744 if (ours->Matches(*theirs)) { 770 if (it->Matches(codec_to_match)) { [all...] |
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service_unittest.cc | 337 EXPECT_TRUE(GetParam().proxy_rules.Matches(config.proxy_rules()));
|
/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.cc | 354 if (!favorite.Matches(NetworkTypePattern::Ethernet()))
|
/external/chromium_org/chrome/browser/download/ |
download_query.cc | 175 // Returns true if |item| matches the filter specified by |value|, |cmptype|, 204 // Returns true if |accessor.Run(item)| matches |pattern|. 317 bool DownloadQuery::Matches(const DownloadItem& item) const {
|
/external/chromium_org/chrome/browser/media/ |
media_stream_devices_controller.cc | 344 // If the security origin policy matches a value in the whitelist, allow it. 364 if (pattern.IsValid() && pattern.Matches(request_.security_origin))
|
/external/chromium_org/chrome/browser/net/ |
pref_proxy_config_tracker_impl_unittest.cc | 366 EXPECT_TRUE(GetParam().proxy_rules.Matches(config.proxy_rules()));
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
externally_connectable_unittest.cc | 52 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com"))); 53 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com/"))); 54 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://example.com/index.html"))); 56 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com"))); 57 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/"))); 58 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/index.html"))); 59 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://www.google.com"))); 60 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://www.google.com/"))); 61 EXPECT_TRUE(info->matches.MatchesURL(GURL("https://google.com"))); 62 EXPECT_TRUE(info->matches.MatchesURL(GURL("https://google.com/"))) [all...] |
/external/chromium_org/chrome_frame/test/ |
test_server.cc | 183 if (response->Matches(request)) {
|
/external/chromium_org/content/browser/devtools/ |
worker_devtools_manager.cc | 254 if (instance.Matches(it->worker_url, it->worker_name,
|
/external/chromium_org/gpu/command_buffer/service/ |
texture_definition.cc | 427 bool TextureDefinition::Matches(const Texture* texture) const {
|
/external/chromium_org/gpu/config/ |
gpu_test_expectations_parser.cc | 206 bot_config.Matches(entries_[i].test_config))
|
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | [all...] |
/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/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 271 if (ours->Matches(*theirs)) { 307 if (ours->Matches(*theirs)) { [all...] |
/external/v8/src/ |
liveobjectlist.cc | 172 // the general type, then we should reject the ones that matches the 259 inline bool Matches(HeapObject* obj) { 651 if (!filter->Matches(heap_obj)) { 692 if (!filter->Matches(heap_obj)) { 872 if (!filter->Matches(heap_obj)) { 1051 break; // No more matches. Let's move on. [all...] |