HomeSort by relevance Sort by last modified time
    Searched refs:make_pair (Results 151 - 175 of 1609) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/notifications/
balloon_view_host_chromeos.cc 31 message_callbacks_.insert(std::make_pair(message, callback));
  /external/chromium_org/chrome/browser/
process_singleton_startup_lock.cc 48 std::make_pair(command_line.argv(), current_directory));
platform_util_linux.cc 29 env.push_back(std::make_pair("MM_NOTTTY", "1"));
37 env.push_back(std::make_pair("GNOME_DISABLE_CRASH_DIALOG", ""));
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.cc 76 std::make_pair(extension->id(), iter->second.command_name());
102 std::make_pair(extension->id(), browser_action.command_name());
114 std::make_pair(extension->id(), page_action.command_name());
126 std::make_pair(extension->id(), script_badge.command_name());
  /external/chromium_org/chrome/test/ui/
javascript_test_util.cc 43 results->insert(std::make_pair(it.key(), result));
  /external/chromium_org/net/test/embedded_test_server/
http_response.h 53 custom_headers_.push_back(std::make_pair(key, value));
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
AtomicStringKeyedMRUCache.h 58 m_cache.append(std::make_pair(key, createValueForKey(key)));
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_cache.cc 55 cache_impl_->insert(make_pair(pattern, regexp));
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 22 full_screen_windows_->insert(std::make_pair(hwnd_, 1));
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 188 Macros.push_back(std::make_pair(Name, false));
191 Macros.push_back(std::make_pair(Name, true));
194 RemappedFiles.push_back(std::make_pair(From, To));
202 RemappedFileBuffers.push_back(std::make_pair(From, To));
  /external/stlport/test/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);
  /frameworks/compile/mclinker/lib/MC/
ContextFactory.cpp 31 f_KeyMap.insert(std::make_pair(pPath, result));
  /ndk/tests/device/test-gnustl-full/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);
  /ndk/tests/device/test-stlport/unit/
pair_test.cpp 28 pair<int, int> p = make_pair(1, 10);
  /external/chromium_org/chrome/installer/util/
app_commands.cc 77 commands_.insert(std::make_pair(command_id, command)));
88 return std::make_pair(commands_.begin(), commands_.end());
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 156 PCLabelMap.insert(std::make_pair(Id, Addr));
172 Sym2IndirectSymMap.insert(std::make_pair(SymAddr, IndSymAddr));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 39 if (WorklistMap.insert(std::make_pair(I, Worklist.size())).second) {
60 WorklistMap.insert(std::make_pair(I, Idx++));
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 68 f_KeyMap.insert(std::make_pair(pKey, data));
81 f_KeyMap.insert(std::make_pair(pKey, data));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 54 return std::make_pair(point_iterator(&p_l->m_value), false);
63 return std::make_pair(point_iterator(&p_l->m_value), true);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 54 return std::make_pair(point_iterator(&p_l->m_value), false);
63 return std::make_pair(point_iterator(&p_l->m_value), true);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 54 return std::make_pair(point_iterator(&p_l->m_value), false);
63 return std::make_pair(point_iterator(&p_l->m_value), true);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 54 return std::make_pair(point_iterator(&p_l->m_value), false);
63 return std::make_pair(point_iterator(&p_l->m_value), true);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 54 return std::make_pair(point_iterator(&p_l->m_value), false);
63 return std::make_pair(point_iterator(&p_l->m_value), true);
  /external/chromium_org/content/browser/media/
encrypted_media_browsertest.cc 89 query_params.push_back(std::make_pair("keysystem", key_system));
90 query_params.push_back(std::make_pair("runencrypted", "1"));
99 query_params.push_back(std::make_pair("mediafile", media_file));
100 query_params.push_back(std::make_pair("mediatype", media_type));
101 query_params.push_back(std::make_pair("keysystem", key_system));
103 query_params.push_back(std::make_pair("usemse", "1"));
  /external/chromium_org/net/tools/quic/
spdy_utils.cc 56 block->insert(make_pair(name, hi->second.as_string()));
70 block->insert(make_pair(kV3Host, host_header.as_string()));
72 block->insert(make_pair(kV3Host, host_and_port));
74 block->insert(make_pair(kV3Path, path));
75 block->insert(make_pair(kV3Scheme, scheme));
78 block->insert(make_pair(kV3Method, headers.request_method().as_string()));

Completed in 918 milliseconds

1 2 3 4 5 67 8 91011>>