HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 426 - 450 of 6327) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_map.h 0 // Map implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{map}
79 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
84 * The private tree data is declared exactly the same way for map and
90 class map class
111 friend class map<_Key, _Tp, _Compare, _Alloc>;
124 /// This turns a red-black tree into a [multi]map.
154 map() function in class:map
158 * @brief Creates a %map with no elements.
163 map(const _Compare& __comp function in class:map
174 map(const map& __x) function in class:map
200 map(initializer_list<value_type> __l, function in class:map
218 map(_InputIterator __first, _InputIterator __last) function in class:map
235 map(_InputIterator __first, _InputIterator __last, function in class:map
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
map.h 1 // Debugging map implementation -*- C++ -*-
26 /** @file debug/map.h
41 /// Class std::map with safety/checking/debug instrumentation.
44 class map class in namespace:__debug
45 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
63 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map>
65 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map>
76 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map
81 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map
89 map(const map& __x) function in class:__debug::map
92 map(const _Base& __x) function in class:__debug::map
101 map(initializer_list<value_type> __l, function in class:__debug::map
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_map.h 0 // Map implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{map}
77 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
82 * The private tree data is declared exactly the same way for map and
88 class map class
109 friend class map<_Key, _Tp, _Compare, _Alloc>;
122 /// This turns a red-black tree into a [multi]map.
152 map() function in class:map
156 * @brief Creates a %map with no elements.
161 map(const _Compare& __comp function in class:map
172 map(const map& __x) function in class:map
183 map(map&& __x) function in class:map
197 map(initializer_list<value_type> __l, function in class:map
214 map(_InputIterator __first, _InputIterator __last) function in class:map
230 map(_InputIterator __first, _InputIterator __last, function in class:map
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_map.h 0 // Map implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{map}
79 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
84 * The private tree data is declared exactly the same way for map and
90 class map class
111 friend class map<_Key, _Tp, _Compare, _Alloc>;
124 /// This turns a red-black tree into a [multi]map.
154 map() function in class:map
158 * @brief Creates a %map with no elements.
163 map(const _Compare& __comp function in class:map
174 map(const map& __x) function in class:map
200 map(initializer_list<value_type> __l, function in class:map
218 map(_InputIterator __first, _InputIterator __last) function in class:map
235 map(_InputIterator __first, _InputIterator __last, function in class:map
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
map.h 1 // Debugging map implementation -*- C++ -*-
26 /** @file debug/map.h
41 /// Class std::map with safety/checking/debug instrumentation.
44 class map class in namespace:__debug
45 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
63 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map>
65 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map>
76 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map
81 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map
89 map(const map& __x) function in class:__debug::map
92 map(const _Base& __x) function in class:__debug::map
101 map(initializer_list<value_type> __l, function in class:__debug::map
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
map.h 1 // Debugging map implementation -*- C++ -*-
25 /** @file debug/map.h
40 /// Class std::map with safety/checking/debug instrumentation.
43 class map class in namespace:__debug
44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
62 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map>
64 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map>
75 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map
80 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map
88 map(const map& __x) function in class:__debug::map
91 map(const _Base& __x) function in class:__debug::map
100 map(initializer_list<value_type> __l, function in class:__debug::map
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
CookieManagerTest.java 28 import java.util.Map;
36 Map<String, List<String>> map) throws IOException {
39 manager.get(uri, map);
48 Map<String, List<String>> map) throws IOException {
51 manager.put(uri, map);
60 * @tests {@link java.net.CookieManager#get(java.net.URI, java.util.Map)} &
61 * @tests {@link java.net.CookieManager#put(java.net.URI, java.util.Map)}
80 private static Map<String, List<String>> addCookie(String[][] cookies)
146 Map<String, List<String>> map = manager.get(new URI("http:\/\/a.b.c\/"), local
275 Map<String, List<String>> map = manager.get(uri, local
    [all...]
  /external/oprofile/module/ia64/
op_syscalls.c 112 struct vm_area_struct * map; local
128 for (map = mm->mmap; map; map = map->vm_next) {
129 if (!(map->vm_flags & VM_EXEC) || !map->vm_file)
131 if (!(map->vm_flags & VM_EXECUTABLE))
134 oprof_output_map(map->vm_start, map->vm_end-map->vm_start
    [all...]
  /external/oprofile/module/x86/
op_syscalls.c 73 struct vm_area_struct * map; local
89 for (map = mm->mmap; map; map = map->vm_next) {
90 if (!(map->vm_flags & VM_EXEC) || !map->vm_file)
92 if (!(map->vm_flags & VM_EXECUTABLE))
95 oprof_output_map(map->vm_start, map->vm_end-map->vm_start
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
addressmap_unittest.cc 95 AddressMap<ValueT> map(malloc, free);
102 CHECK(!map.Find(p));
104 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p));
105 map.Insert(p, make_pair(i, ptrs_and_sizes[i].size));
106 CHECK(result = map.Find(p));
108 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
111 map.Insert(p, make_pair(i + N, ptrs_and_sizes[i].size));
112 CHECK(result = map.Find(p));
120 CHECK(map.FindAndRemove(p, &removed));
127 CHECK(result = map.Find(p))
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
addressmap_unittest.cc 95 AddressMap<ValueT> map(malloc, free);
102 CHECK(!map.Find(p));
104 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p));
105 map.Insert(p, make_pair(i, ptrs_and_sizes[i].size));
106 CHECK(result = map.Find(p));
108 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p));
111 map.Insert(p, make_pair(i + N, ptrs_and_sizes[i].size));
112 CHECK(result = map.Find(p));
120 CHECK(map.FindAndRemove(p, &removed));
127 CHECK(result = map.Find(p))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy.h 9 #include <map>
49 typedef std::map<GURL, bool> CachedResults;
50 typedef std::map<std::string, scoped_refptr<const Extension> > Extensions;
  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.h 9 #include <map>
24 typedef std::map<GURL, ContentSetting> StateMap;
51 typedef std::map<ContentSetting, std::set<std::string> >
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 10 #include <map>
59 typedef std::map<syncable::ModelType,
61 typedef std::map<syncable::ModelType, DataTypeController::State> StateMap;
  /external/chromium/chrome/browser/ui/gtk/
global_menu_bar.h 8 #include <map>
39 typedef std::map<int, GtkWidget*> IDMenuItemMap;
43 std::map<int, GtkWidget*>* id_to_menu_item,
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h 14 #include <map>
53 typedef std::map<std::string,
55 typedef std::map<RequestID, URLRequestChromeJob*> PendingRequestMap;
74 // destructed to ensure that the pointers in this map remain valid.
  /external/chromium_org/chrome/browser/content_settings/
content_settings_usages_state.h 8 #include <map>
29 typedef std::map<GURL, ContentSetting> StateMap;
56 typedef std::map<ContentSetting, std::set<std::string> >
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_api.h 8 #include <map>
52 typedef std::map<std::string,
53 std::map<GURL,
  /external/chromium_org/chrome/browser/extensions/
extension_renderer_state.h 8 #include <map>
40 // if we have the IDs in our map. Called on the IO thread.
53 typedef std::map<RenderId, TabAndWindowId> TabAndWindowIdMap;
54 typedef std::map<RenderId, WebViewInfo> WebViewInfoMap;
59 // Adds or removes a render view from our map.
  /external/chromium_org/chrome/browser/
internal_auth.h 8 #include <map>
23 const std::map<std::string, std::string>& var_value_map);
63 const std::map<std::string, std::string>& var_value_map);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_broker_service_win.h 8 #include <map>
47 typedef std::map<std::string, base::WeakPtr<NaClProcessHost> >
49 typedef std::map<int, base::WeakPtr<NaClProcessHost> >
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.h 8 #include <map>
66 typedef std::map<base::ProcessHandle, ChildProcessResource*>
72 typedef std::map<int, ChildProcessResource*> PidResourceMap;
  /external/chromium_org/chrome/browser/thumbnails/
render_widget_snapshot_taker.h 8 #include <map>
76 // Map of callback objects by sequence number.
78 typedef std::map<int,
84 std::map<content::RenderWidgetHost*, int> host_monitor_counts_;
  /external/chromium_org/chrome/browser/translate/
translate_accept_languages.h 8 #include <map>
45 // A map that associates a profile with its parsed "accept languages".
47 typedef std::map<PrefService*, LanguageSet> PrefServiceLanguagesMap;
50 // Each PrefChangeRegistrar only tracks a single PrefService, so a map from
52 typedef std::map<PrefService*, PrefChangeRegistrar*> PrefServiceRegistrarMap;
  /external/chromium_org/chrome/browser/ui/gtk/
script_bubble_gtk.h 8 #include <map>
64 std::map<std::string, GtkImage*> icon_controls_;
65 std::map<GtkWidget*, std::string> link_controls_;

Completed in 400 milliseconds

<<11121314151617181920>>