/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_rules_registry_unittest.cc | 296 EXPECT_TRUE(ContainsKey(matches_ids, std::make_pair(kExtensionId, kRuleId1))); 297 EXPECT_TRUE(ContainsKey(matches_ids, std::make_pair(kExtensionId, kRuleId2))); 306 std::make_pair(kExtensionId, kRuleId2); 605 WebRequestRule::GlobalRuleId expected_pair = std::make_pair(kExtensionId, 667 EXPECT_EQ(WebRequestRule::GlobalRuleId(std::make_pair(kExtensionId, [all...] |
/external/chromium_org/content/renderer/media/ |
rtc_video_decoder.cc | 324 bool inserted = assigned_picture_buffers_.insert(std::make_pair( 383 picture_buffers_at_display_.insert(std::make_pair( 548 .insert(std::make_pair(bitstream_buffer.id(), shm_buffer)).second; 580 std::make_pair(shm_buffer.release(), buffer_data); 608 std::make_pair(encoded_image, buffer_data);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 304 Bindings.push_back(std::make_pair(ParamLoc, ArgVal)); 510 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); 588 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); 838 Optional<const ObjCMethodDecl *> &Val = PMC[std::make_pair(IDecl, Sel)]; 896 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
hashtable_policy.h | 407 // increase bucket count? If so, return make_pair(true, n), where n 408 // is the new bucket count. If not, return make_pair(false, 0). 452 // If p > __n_bkt, return make_pair(true, p); otherwise return 453 // make_pair(false, 0). In principle this isn't very different from 477 return std::make_pair(true, *__p); 483 return std::make_pair(false, 0); 487 return std::make_pair(false, 0); 548 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 567 return __h->_M_insert_bucket(std::make_pair(std::move(__k),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hashtable_policy.h | 407 // increase bucket count? If so, return make_pair(true, n), where n 408 // is the new bucket count. If not, return make_pair(false, 0). 452 // If p > __n_bkt, return make_pair(true, p); otherwise return 453 // make_pair(false, 0). In principle this isn't very different from 477 return std::make_pair(true, *__p); 483 return std::make_pair(false, 0); 487 return std::make_pair(false, 0); 548 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 567 return __h->_M_insert_bucket(std::make_pair(std::move(__k),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hashtable_policy.h | 407 // increase bucket count? If so, return make_pair(true, n), where n 408 // is the new bucket count. If not, return make_pair(false, 0). 452 // If p > __n_bkt, return make_pair(true, p); otherwise return 453 // make_pair(false, 0). In principle this isn't very different from 477 return std::make_pair(true, *__p); 483 return std::make_pair(false, 0); 487 return std::make_pair(false, 0); 548 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), 567 return __h->_M_insert_bucket(std::make_pair(std::move(__k),
|
/external/chromium_org/chrome/browser/apps/app_shim/ |
extension_app_shim_handler_mac.cc | 227 HostMap::iterator it = hosts_.find(make_pair(profile, app_id)); 368 if (!hosts_.insert(make_pair(make_pair(profile, app_id), host)).second) {
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_startup_unittest.cc | 100 std::make_pair(SigninManagerFactory::GetInstance(), 103 std::make_pair(ProfileOAuth2TokenServiceFactory::GetInstance(), 106 std::make_pair(ProfileSyncServiceFactory::GetInstance(),
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
l10n_util.cc | 156 std::make_pair(language_id, native_display_name); 179 std::make_pair(*it, native_display_name); 210 std::make_pair(base_language_codes[i], native_display_name);
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 234 disks_.insert(std::make_pair(disk->device_path(), disk)); 252 mount_points_.insert(std::make_pair(mount_point.mount_path, mount_point)); 467 disks_.insert(std::make_pair(disk_info.device_path(), disk));
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_cache_storage.cc | 95 cache_refs_.insert(std::make_pair(cache_name, cache)); 506 cache_map_.insert(std::make_pair(indexed_cache_names->at(i), 532 cache_map_.insert(std::make_pair(cache_name, cache->AsWeakPtr()));
|
/external/chromium_org/media/cast/test/ |
cast_benchmarks.cc | 356 std::make_pair(testing_clock_receiver_->NowTicks(), render_time)); 365 std::make_pair(testing_clock_receiver_->NowTicks(), playout_time)); 524 results_.push_back(std::make_pair(x, result));
|
/external/chromium_org/media/cdm/ppapi/ |
cdm_wrapper.h | 314 promise_to_session_id_map_.insert(std::make_pair(session_id, promise_id)); 330 web_session_to_session_id_map_.insert(std::make_pair( 368 promises_needing_usable_keys_event_.insert(std::make_pair(
|
/external/chromium_org/media/filters/ |
audio_renderer_algorithm_unittest.cc | 578 internal::Interval exclude_interval = std::make_pair(-100, -10); 584 exclude_interval = std::make_pair(2, 5); 590 exclude_interval = std::make_pair(-100, -10);
|
gpu_video_decoder.cc | 267 std::make_pair(bitstream_buffer.id(), 352 bool inserted = assigned_picture_buffers_.insert(std::make_pair( 463 picture_buffers_at_display_.insert(std::make_pair(
|
/external/chromium_org/media/formats/webm/ |
webm_cluster_parser.cc | 52 text_track_map_.insert(std::make_pair( 137 text_buffers_map_.insert(std::make_pair(itr->first, text_buffers)); 419 buffer->set_discard_padding(std::make_pair(
|
/external/chromium_org/net/quic/ |
quic_sent_packet_manager.cc | 18 using std::make_pair; 298 packets_acked_.push_back(make_pair(sequence_number, *it)); 698 packets_lost_.push_back(make_pair(sequence_number, transmission_info)); [all...] |
/external/chromium_org/sync/internal_api/attachments/ |
attachment_service_impl_unittest.cc | 57 attachments->insert(std::make_pair(*iter, attachment)); 103 download_requests.insert(std::make_pair(id, callback)); 138 upload_requests.insert(std::make_pair(id, callback));
|
/external/chromium_org/tools/clang/blink_gc_plugin/ |
RecordInfo.cpp | 150 return &cache_.insert(std::make_pair(record, RecordInfo(record, this))) 320 bases->insert(std::make_pair(base, BasePoint(spec, info, status))); 346 fields->insert(std::make_pair(field, FieldPoint(field, edge)));
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 68 SystemHeaderPrefixes.push_back(std::make_pair(Prefix, IsSystemHeader)); 157 std::make_pair(Group, DirectoryLookup(DE, Type, isFramework))); 168 std::make_pair(Group,
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
RegistryTest.cpp | 94 Context.push_back(std::make_pair(*Ctor, ArgNo1)); 104 Context.push_back(std::make_pair(*Ctor, ArgNo1)); 108 Context.push_back(std::make_pair(*Ctor, ArgNo2));
|
/external/deqp/modules/egl/ |
teglChooseConfigTests.cpp | 94 m_attributes.push_back(std::make_pair((EGLenum)attributes[0], (EGLint)attributes[1])); 190 if (!found) attributes.push_back(std::make_pair(dontCareAttributes[ndx], EGL_DONT_CARE)); 420 out.push_back(std::make_pair(spec.attribute, spec.getValue(rnd)));
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 605 mi2iMap.insert(std::make_pair(mi, newIndex)); 635 mi2iMap.insert(std::make_pair(newMI, replaceBaseIndex)); 667 MBBRanges.push_back(std::make_pair(startIdx, endIdx));
|
/external/llvm/lib/Analysis/ |
BranchProbabilityInfo.cpp | 593 Weights.find(std::make_pair(Src, IndexInSuccessors)); 614 MapI = Weights.find(std::make_pair(Src, I.getSuccessorIndex())); 626 Weights[std::make_pair(Src, IndexInSuccessors)] = Weight;
|
/external/llvm/lib/MC/MCParser/ |
ELFAsmParser.cpp | 28 MCAsmParser::ExtensionDirectiveHandler Handler = std::make_pair( 555 std::make_pair(ELFSection, std::make_pair(nullptr, nullptr)));
|