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

<<11121314151617181920>>

  /external/llvm/lib/IR/
DebugLoc.cpp 230 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
244 ScopeInlinedAtRecords.push_back(std::make_pair(DebugRecVH(Scope, this, Idx),
289 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
291 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
343 assert(Ctx->ScopeInlinedAtIdx[std::make_pair(OldScope, OldInlinedAt)] == Idx&&
345 Ctx->ScopeInlinedAtIdx.erase(std::make_pair(OldScope, OldInlinedAt));
  /art/compiler/dex/
dataflow_iterator-inl.h 150 loop_head_stack_->Insert(std::make_pair(loop_head_idx, true)); // Recalculating this loop.
167 loop_head_stack_->Insert(std::make_pair(idx, false)); // Not recalculating.
  /external/chromium_org/chrome/browser/invalidation/
invalidator_storage_unittest.cc 94 map.insert(std::make_pair(storage1.object_id(), storage1));
95 map.insert(std::make_pair(storage2.object_id(), storage2));
  /external/chromium_org/chrome/utility/media_galleries/
picasa_albums_indexer.cc 60 std::make_pair(section, folder_path_.Append(filename))).second) {
72 std::make_pair(deduped_filename, folder_path_.Append(filename)))
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager.cc 66 textures_to_mailboxes_.insert(std::make_pair(texture, target_name));
67 mailbox_to_textures_.insert(std::make_pair(target_name, texture_it));
id_manager.cc 17 std::make_pair(client_id, service_id));
vertex_array_manager.cc 42 std::make_pair(client_id, vertex_attrib_manager));
  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.cc 57 policies_.insert(std::make_pair(sandbox_policy_id, policy));
88 sandboxed_processes_.insert(std::make_pair(handle, effective_policy_id_));
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
testdata_source.cc 86 std::make_pair(normal_prefix + key, value));
131 std::make_pair(aggregate_key, "{\"" + key + "\": " + value));
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 109 std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRootIndex()));
120 todo.push_back(std::make_pair(*vBegin1, *vCur2));
161 todo.push(std::make_pair(Scalar(), root));
173 todo.push(std::make_pair(val, *vBegin));
255 todo.push(std::make_pair(Scalar(), std::make_pair(tree1.getRootIndex(), tree2.getRootIndex())));
284 todo.push(std::make_pair(val, std::make_pair(*vBegin1, *vCur2)));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 450 return std::make_pair(align(Size, I.getAlignment()), Zero);
455 return std::make_pair(align(Size, I.getAlignment()), Zero);
468 return std::make_pair(align(Size, A.getParamAlignment()), Zero);
493 return std::make_pair(Size, Zero);
503 return std::make_pair(Size, Zero);
510 return std::make_pair(Size, Zero);
523 return std::make_pair(Zero, Zero);
543 return std::make_pair(PtrData.first, PtrData.second + Offset);
557 return std::make_pair(align(Size, GV.getAlignment()), Zero);
584 return std::make_pair(Zero, Zero)
    [all...]
  /external/openfst/src/include/fst/
rational.h 82 fst_tuples_.push_back(make_pair(impl.fst_tuples_[i].first,
136 fst_tuples_.push_back(make_pair(-1, fst1.Copy()));
137 fst_tuples_.push_back(make_pair(-2, fst2.Copy()));
159 fst_tuples_.push_back(make_pair(-1, fst1.Copy()));
160 fst_tuples_.push_back(make_pair(-2, fst2.Copy()));
186 fst_tuples_.push_back(make_pair(-1, fst.Copy()));
206 fst_tuples_.push_back(make_pair(-nonterminals_, fst.Copy()));
227 fst_tuples_.push_back(make_pair(-nonterminals_, fst.Copy()));
  /external/chromium_org/media/base/
audio_discard_helper_unittest.cc 223 std::make_pair(base::TimeDelta(), kDuration / 2));
246 std::make_pair(base::TimeDelta(), kDuration * 2));
267 std::make_pair(base::TimeDelta(), kDuration / 4));
297 std::make_pair(kDuration / 8, kDuration / 16));
326 std::make_pair(kDuration / 2, base::TimeDelta()));
356 std::make_pair(kDuration / 2, kDuration / 4));
383 std::make_pair(base::TimeDelta(), kDuration / 2));
433 std::make_pair(kDuration / 8, kDuration / 16));
466 std::make_pair(kInfiniteDuration(), base::TimeDelta()));
496 std::make_pair(kInfiniteDuration(), base::TimeDelta()))
    [all...]
  /external/chromium_org/ash/wm/
resize_shadow_controller.cc 57 window_shadows_.insert(std::make_pair(window, shadow));
  /external/chromium_org/cc/test/
fake_content_layer_client.h 42 draw_rects_.push_back(std::make_pair(rect, paint));
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc 31 commands_.insert(std::make_pair(commands_.size(), devices[i]));
  /external/chromium_org/components/autofill/core/browser/
autofill_regexes.cc 61 matchers_.insert(std::make_pair(pattern, matcher));
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.cc 26 bookmarks_.insert(std::make_pair(url, title));
  /external/chromium_org/components/pairing/
message_buffer.cc 52 pending_data_.push_back(std::make_pair(io_buffer, size));
  /external/chromium_org/content/child/
websocket_dispatcher.cc 24 bridges_.insert(std::make_pair(channel_id_max_, bridge));
  /external/chromium_org/extensions/renderer/
api_test_base.h 41 service_factories_.insert(std::make_pair(
  /external/chromium_org/gpu/command_buffer/client/
gpu_memory_buffer_tracker.cc 36 buffers_.insert(std::make_pair(image_id, buffer));
  /external/chromium_org/ipc/
ipc_forwarding_message_filter.cc 26 handlers_.insert(std::make_pair(routing_id, handler));
  /external/chromium_org/media/audio/
audio_power_monitor.cc 81 return std::make_pair(power_dbfs, clipped);
  /external/chromium_org/media/cdm/
player_tracker_impl.cc 31 player_callbacks_map_.insert(std::make_pair(

Completed in 386 milliseconds

<<11121314151617181920>>