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

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 229 std::make_pair(L"c:\\foo\\", L"%foo%"));
231 std::make_pair(L"c:\\foo\\bar\\", L"%x%"));
  /external/chromium_org/chrome/browser/prefs/
pref_hash_filter_unittest.cc 137 return std::make_pair(
150 return std::make_pair(
237 check_results_.insert(std::make_pair(path, result));
250 invalid_keys_results_.insert(std::make_pair(path, invalid_keys_result));
267 std::make_pair(path, std::make_pair(value, strategy))).second);
281 std::make_pair(path, std::make_pair(new_value, strategy))).second);
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
form_cache.cc 124 initial_select_values_.insert(std::make_pair(select_element,
134 std::make_pair(input_element, input_element.isChecked()));
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc 162 fds_to_map.push_back(std::make_pair(fds[1], kNaClZygoteDescriptor));
163 fds_to_map.push_back(std::make_pair(sandboxdesc, nacl_sandbox_descriptor));
  /external/chromium_org/content/browser/frame_host/
frame_tree.cc 87 std::make_pair(root_->frame_tree_node_id(), root_.get()));
161 std::make_pair(node->frame_tree_node_id(), node.get()));
  /external/chromium_org/media/base/
stream_parser_unittest.cc 101 text_map_.insert(std::make_pair(kTextTrackIdA, text_buffers_a_));
107 text_map_.insert(std::make_pair(kTextTrackIdB, text_buffers_b_));
  /external/chromium_org/media/cast/logging/
encoding_event_subscriber.cc 79 std::make_pair(relative_rtp_timestamp, event_proto));
133 std::make_pair(relative_rtp_timestamp, event_proto));
  /external/chromium_org/media/cast/net/rtcp/
rtcp.cc 50 return std::make_pair(
358 last_reports_sent_queue_.push(std::make_pair(last_report, now));
  /external/chromium_org/third_party/re2/util/
sparse_array.h 327 p = make_pair(dense_.begin() + sparse_to_dense_[new_value.index_], false);
329 p = make_pair(set_new(new_value.index_, new_value.second), true);
  /external/chromium_org/ui/events/
latency_info.cc 255 LatencyMap::key_type key = std::make_pair(component, id);
295 std::make_pair(type, id));
  /external/llvm/include/llvm/MC/
MCContext.h 389 std::make_pair(Sec, std::make_pair(nullptr, nullptr)));
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 58 Worklist.push_back(std::make_pair(V, GraphT::child_begin(V)));
99 Worklist.push_back(std::make_pair(Succ, GraphT::child_begin(Succ)));
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 111 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
131 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
  /external/llvm/lib/Support/
ScaledNumber.cpp 44 return std::make_pair(Lower, 0);
94 return std::make_pair(Dividend, Shift);
Timer.cpp 284 TimersToPrint.push_back(std::make_pair(T.Time, T.Name));
371 TimersToPrint.push_back(std::make_pair(T->Time, T->Name));
  /external/regex-re2/util/
sparse_array.h 326 p = make_pair(dense_.begin() + sparse_to_dense_[new_value.index_], false);
328 p = make_pair(set_new(new_value.index_, new_value.second), true);
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 219 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie));
332 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/
multiset.h 298 return std::make_pair(iterator(__res.first),
310 return std::make_pair(const_iterator(__res.first),
set.h 308 return std::make_pair(iterator(__res.first),
320 return std::make_pair(const_iterator(__res.first),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 298 return std::make_pair(iterator(__res.first),
310 return std::make_pair(const_iterator(__res.first),
set.h 308 return std::make_pair(iterator(__res.first),
320 return std::make_pair(const_iterator(__res.first),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 299 return std::make_pair(iterator(__res.first),
311 return std::make_pair(const_iterator(__res.first),
set.h 309 return std::make_pair(iterator(__res.first),
321 return std::make_pair(const_iterator(__res.first),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 298 return std::make_pair(iterator(__res.first),
310 return std::make_pair(const_iterator(__res.first),

Completed in 1193 milliseconds

<<31323334353637383940>>