HomeSort by relevance Sort by last modified time
    Searched refs:make_pair (Results 501 - 525 of 1971) sorted by null

<<21222324252627282930>>

  /external/chromium_org/components/keyed_service/content/
browser_context_keyed_service_factory.cc 102 mapping_.insert(std::make_pair(context, service));
refcounted_browser_context_keyed_service_factory.cc 96 mapping_.insert(std::make_pair(context, service));
  /external/chromium_org/content/browser/frame_host/
render_frame_proxy_host.cc 50 std::make_pair(
  /external/chromium_org/content/browser/loader/
certificate_resource_handler.cc 89 buffer_.push_back(std::make_pair(buffer, bytes_read));
  /external/chromium_org/google_apis/gaia/
gaia_auth_util.cc 131 std::make_pair(CanonicalizeEmail(email), is_email_valid != 0));
  /external/chromium_org/gpu/command_buffer/client/
buffer_tracker.cc 35 buffers_.insert(std::make_pair(id, buffer));
  /external/chromium_org/media/base/
text_ranges.cc 97 range_map_.insert(std::make_pair(start_time, range));
  /external/chromium_org/media/cast/net/rtp/
frame_buffer.cc 50 packets_.insert(make_pair(rtp_header.packet_id, data));
  /external/chromium_org/media/midi/
midi_manager.cc 46 pending_clients_.insert(std::make_pair(client, client_id));
usb_midi_input_stream.cc 45 std::make_pair(JackUniqueKey(jacks[i].device,
  /external/chromium_org/net/cert/
crl_set.cc 97 crl_set->crls_.push_back(make_pair(spki, std::vector<std::string>()));
  /external/chromium_org/net/quic/congestion_control/
send_algorithm_simulator.cc 14 using std::make_pair;
272 lost_packets.push_back(make_pair(sender->last_acked, info));
276 lost_packets.push_back(make_pair(sender->last_acked, info));
278 acked_packets.push_back(make_pair(sender->last_acked, info));
  /external/chromium_org/sync/syncable/
parent_child_index.cc 66 parent_children_map_.insert(std::make_pair(parent_id, children));
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
ondemand_supply_task.cc 113 rule_cache_->insert(std::make_pair(rule->GetId(), rule));
preload_supplier.cc 158 rule_index_->insert(last_index_it, std::make_pair(id, rule));
163 region_rules_->insert(last_region_it, std::make_pair(id, rule));
237 rule_index_->insert(last_index_it, std::make_pair(human_id, *it));
244 rule_index_->insert(last_latin_it, std::make_pair(latin_id, *it));
  /external/chromium_org/third_party/ots/src/
cff.cc 198 operands->push_back(std::make_pair(static_cast<uint32_t>(0),
205 operands->push_back(std::make_pair(static_cast<uint32_t>(0),
253 operands->push_back(std::make_pair((12U << 8) + op, DICT_OPERATOR));
275 operands->push_back(std::make_pair(
286 operands->push_back(std::make_pair(
315 operands->push_back(std::make_pair(result, DICT_OPERAND_INTEGER));
330 operands->push_back(std::make_pair(
731 std::make_pair(k, fd_index)).second) {
752 std::make_pair(k, fd_index)).second) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 157 make_pair(field.extendee().substr(1),
193 make_pair(containing_type, field_number),
202 by_extension_.lower_bound(make_pair(containing_type, 0));
312 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
  /external/chromium_org/third_party/re2/util/
util.h 47 using std::make_pair;
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
jni_helpers.cc 80 bool inserted = classes_.insert(std::make_pair(name, globalRef)).second;
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 195 min_bitrate_history_.push_back(std::make_pair(now_ms, bitrate_));
  /external/chromium_org/ui/base/clipboard/
custom_data_helper.cc 107 insert_result = result->insert(std::make_pair(type, base::string16()));
  /external/chromium_org/ui/gfx/geometry/
r_tree.h 125 record_map_.insert(std::make_pair(key, static_cast<Record*>(record.get())));
  /external/clang/include/clang/Basic/
SourceManager.h 338 return std::make_pair(getExpansionLocStart(), getExpansionLocEnd());
744 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc));
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 36 allocated.push_back(make_pair(x, size));
  /external/deqp/modules/egl/
teglRenderCase.cpp 319 contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
325 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
331 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
337 contexts.push_back(std::make_pair(EGL_OPENVG_BIT, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENVG_API)));

Completed in 704 milliseconds

<<21222324252627282930>>