Searched refs:map (Results 151 - 175 of 5687) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
H A Dmain.cpp1 #include <map>
4 #define intint_map std::map<int, int>
5 #define strint_map std::map<std::string, int>
6 #define intstr_map std::map<int, std::string>
7 #define strstr_map std::map<std::string, std::string>
/external/nist-sip/java/gov/nist/core/
H A DMultiValueMapImpl.java35 private HashMap<String, ArrayList<V>> map = new HashMap<String, ArrayList<V>>(); field in class:MultiValueMapImpl
45 ArrayList<V> keyList = map.get(key);
48 map.put(key, keyList);
56 Set pairs = map.entrySet();
72 Set pairs = map.entrySet();
79 map.clear();
83 ArrayList returnList = new ArrayList(map.size());
85 Set pairs = map.entrySet();
101 obj.map = (HashMap<Object, ArrayList<V>>) this.map
[all...]
/external/chromium_org/components/policy/core/common/
H A Dschema_map_unittest.cc70 scoped_refptr<SchemaMap> map = new SchemaMap(); local
71 EXPECT_TRUE(map->GetDomains().empty());
72 EXPECT_FALSE(map->GetComponents(POLICY_DOMAIN_CHROME));
73 EXPECT_FALSE(map->GetComponents(POLICY_DOMAIN_EXTENSIONS));
74 EXPECT_FALSE(map->GetSchema(PolicyNamespace(POLICY_DOMAIN_CHROME, "")));
75 EXPECT_FALSE(map->HasComponents());
79 scoped_refptr<SchemaMap> map = new SchemaMap(); local
80 EXPECT_FALSE(map->HasComponents());
88 map = new SchemaMap(domain_map);
89 EXPECT_FALSE(map
98 scoped_refptr<SchemaMap> map = CreateTestMap(); local
159 PolicyMap& map = expected_bundle.Get(extension_ns); local
311 DomainMap map; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.c139 void ppHRegRemap ( HRegRemap* map )
143 for (i = 0; i < map->n_used; i++) {
145 ppHReg(map->orig[i]);
147 ppHReg(map->replacement[i]);
154 void initHRegRemap ( HRegRemap* map )
156 map->n_used = 0;
160 void addToHRegRemap ( HRegRemap* map, HReg orig, HReg replacement ) argument
163 for (i = 0; i < map->n_used; i++)
164 if (sameHReg(map->orig[i], orig))
171 vassert(map
178 lookupHRegRemap( HRegRemap* map, HReg orig ) argument
[all...]
/external/fio/t/
H A Daxmap.c24 struct axmap *map; local
33 map = axmap_new(size);
45 if (axmap_isset(map, val)) {
50 axmap_set(map, val);
51 if (!axmap_isset(map, val)) {
61 ff = axmap_next_free(map, osize);
68 axmap_free(map);
75 struct axmap *map; local
82 map = axmap_new(map_size);
86 if (axmap_isset(map, va
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c645 * For cube map textures, either the \c face parameter can be used, of course,
662 /* This branch may be taken even if the texture target is a cube map. In
1070 struct intel_miptree_map *map,
1076 int x = map->x;
1077 int y = map->y;
1087 base = intel_region_map(intel, mt->region, map->mode);
1090 map->ptr = NULL;
1099 map->stride = mt->region->pitch * mt->cpp;
1100 map->ptr = base + y * map
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1476 struct intel_miptree_map *map = calloc(1, sizeof(*map)); local
1501 struct intel_miptree_map **map; local
1521 struct intel_miptree_map *map; local
1565 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
1603 struct intel_miptree_map *map; local
1655 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c645 * For cube map textures, either the \c face parameter can be used, of course,
662 /* This branch may be taken even if the texture target is a cube map. In
1070 struct intel_miptree_map *map,
1076 int x = map->x;
1077 int y = map->y;
1087 base = intel_region_map(intel, mt->region, map->mode);
1090 map->ptr = NULL;
1099 map->stride = mt->region->pitch * mt->cpp;
1100 map->ptr = base + y * map
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1476 struct intel_miptree_map *map = calloc(1, sizeof(*map)); local
1501 struct intel_miptree_map **map; local
1521 struct intel_miptree_map *map; local
1565 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
1603 struct intel_miptree_map *map; local
1655 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c645 * For cube map textures, either the \c face parameter can be used, of course,
662 /* This branch may be taken even if the texture target is a cube map. In
1070 struct intel_miptree_map *map,
1076 int x = map->x;
1077 int y = map->y;
1087 base = intel_region_map(intel, mt->region, map->mode);
1090 map->ptr = NULL;
1099 map->stride = mt->region->pitch * mt->cpp;
1100 map->ptr = base + y * map
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1476 struct intel_miptree_map *map = calloc(1, sizeof(*map)); local
1501 struct intel_miptree_map **map; local
1521 struct intel_miptree_map *map; local
1565 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
1603 struct intel_miptree_map *map; local
1655 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c645 * For cube map textures, either the \c face parameter can be used, of course,
662 /* This branch may be taken even if the texture target is a cube map. In
1070 struct intel_miptree_map *map,
1076 int x = map->x;
1077 int y = map->y;
1087 base = intel_region_map(intel, mt->region, map->mode);
1090 map->ptr = NULL;
1099 map->stride = mt->region->pitch * mt->cpp;
1100 map->ptr = base + y * map
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1476 struct intel_miptree_map *map = calloc(1, sizeof(*map)); local
1501 struct intel_miptree_map **map; local
1521 struct intel_miptree_map *map; local
1565 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
1603 struct intel_miptree_map *map; local
1655 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c645 * For cube map textures, either the \c face parameter can be used, of course,
662 /* This branch may be taken even if the texture target is a cube map. In
1070 struct intel_miptree_map *map,
1076 int x = map->x;
1077 int y = map->y;
1087 base = intel_region_map(intel, mt->region, map->mode);
1090 map->ptr = NULL;
1099 map->stride = mt->region->pitch * mt->cpp;
1100 map->ptr = base + y * map
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1476 struct intel_miptree_map *map = calloc(1, sizeof(*map)); local
1501 struct intel_miptree_map **map; local
1521 struct intel_miptree_map *map; local
1565 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
1603 struct intel_miptree_map *map; local
1655 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c645 * For cube map textures, either the \c face parameter can be used, of course,
662 /* This branch may be taken even if the texture target is a cube map. In
1070 struct intel_miptree_map *map,
1076 int x = map->x;
1077 int y = map->y;
1087 base = intel_region_map(intel, mt->region, map->mode);
1090 map->ptr = NULL;
1099 map->stride = mt->region->pitch * mt->cpp;
1100 map->ptr = base + y * map
1068 intel_miptree_map_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1110 intel_miptree_unmap_gtt(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1120 intel_miptree_map_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1181 intel_miptree_unmap_blit(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1194 intel_miptree_map_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1240 intel_miptree_unmap_s8(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1270 intel_miptree_map_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1301 intel_miptree_unmap_etc1(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1335 intel_miptree_map_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1405 intel_miptree_unmap_depthstencil(struct intel_context *intel, struct intel_mipmap_tree *mt, struct intel_miptree_map *map, unsigned int level, unsigned int slice) argument
1476 struct intel_miptree_map *map = calloc(1, sizeof(*map)); local
1501 struct intel_miptree_map **map; local
1521 struct intel_miptree_map *map; local
1565 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
1603 struct intel_miptree_map *map; local
1655 struct intel_miptree_map *map = mt->level[level].slice[slice].map; local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBundle.java22 Map<String, Object> map = new TreeMap<String, Object>(); field in class:ShadowBundle
30 map.clear();
35 map.remove(key);
40 return map.get(key);
45 map.put(key, value);
50 Object value = map.get(key);
59 Object value = map.get(key);
65 map.put(key, value);
75 Object value = map.get(key);
81 map
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DBiMapGenerators.java45 Map<String, Integer> map = Maps.newLinkedHashMap();
47 map.put(elements[i], i);
49 return ImmutableBiMap.copyOf(map).keySet();
56 Map<Integer, String> map = Maps.newLinkedHashMap();
58 map.put(i, elements[i]);
60 return ImmutableBiMap.copyOf(map).values();
72 Map<String, String> map = Maps.newLinkedHashMap();
75 map.put(entry.getValue(), entry.getKey());
77 return ImmutableBiMap.copyOf(map).inverse().entrySet();
84 Map<Integer, String> map
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java77 MapMakerInternalMap<Object, Object> map = makeMap(createMapMaker());
79 assertSame(Strength.STRONG, map.keyStrength);
80 assertSame(Strength.STRONG, map.valueStrength);
81 assertSame(map.keyStrength.defaultEquivalence(), map.keyEquivalence);
82 assertSame(map.valueStrength.defaultEquivalence(), map.valueEquivalence);
84 assertEquals(0, map.expireAfterAccessNanos);
85 assertEquals(0, map.expireAfterWriteNanos);
86 assertEquals(MapMaker.UNSET_INT, map
268 checkStrength( MapMakerInternalMap<Object, Object> map, Strength keyStrength, Strength valueStrength) argument
506 assertConnected( MapMakerInternalMap<K, V> map, ReferenceEntry<K, V> one, ReferenceEntry<K, V> two) argument
1037 countLiveEntries(MapMakerInternalMap<K, V> map) argument
1206 assertNotificationEnqueued( MapMakerInternalMap<K, V> map, K key, V value, int hash) argument
1406 checkAndDrainRecencyQueue(MapMakerInternalMap<K, V> map, Segment<K, V> segment, List<ReferenceEntry<K, V>> reads) argument
1414 checkEvictionQueues(MapMakerInternalMap<K, V> map, Segment<K, V> segment, List<ReferenceEntry<K, V>> readOrder, List<ReferenceEntry<K, V>> writeOrder) argument
1440 checkExpirationTimes(MapMakerInternalMap<K, V> map) argument
[all...]
H A DForMapMultimapAsMapImplementsMapTest.java40 Map<String, Integer> map = Maps.newHashMap();
41 return Multimaps.forMap(map).asMap();
45 Map<String, Integer> map = Maps.newHashMap();
46 map.put("foo", 1);
47 map.put("bar", 2);
48 map.put("cow", 3);
49 return Multimaps.forMap(map).asMap();
H A DForwardingMapTest.java67 @Override public void putAll(Map<? extends K, ? extends V> map) { argument
68 standardPutAll(map);
125 Map<String, String> map = Maps.newLinkedHashMap();
127 map.put(entry.getKey(), entry.getValue());
129 return new StandardImplForwardingMap<String, String>(map);
164 final Map<String, Boolean> map = createProxyInstance(Map.class);
167 return map;
249 final Map<String, Boolean> map = createMock(Map.class);
252 expect(map.containsKey(anyObject())).andReturn(false).anyTimes();
253 expect(map
[all...]
/external/chromium_org/v8/src/ic/
H A Dstub-cache.cc25 static Code::Flags CommonStubCacheChecks(Name* name, Map* map, argument
48 Code* StubCache::Set(Name* name, Map* map, Code* code) { argument
49 Code::Flags flags = CommonStubCacheChecks(name, map, code->flags());
52 int primary_offset = PrimaryOffset(name, flags, map);
59 Map* old_map = primary->map;
71 primary->map = map;
77 Code* StubCache::Get(Name* name, Map* map, Code::Flags flags) { argument
78 flags = CommonStubCacheChecks(name, map, flags);
79 int primary_offset = PrimaryOffset(name, flags, map);
114 Map* map = primary_[i].map; local
129 Map* map = secondary_[i].map; local
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dutil.js89 * Returns the key such that map[key] == value, or the string '?' if
91 * @param {!Object} map The object being used as a lookup table.
92 * @param {Object} value The value to be found in |map|.
95 function getKeyWithValue(map, value) {
96 for (var key in map) {
97 if (map[key] == value)
104 * Returns a new map with the keys and values of the input map inverted.
105 * @param {!Object} map The object to have its keys and values reversed. Not
107 * @return {Object} The new map wit
[all...]
/external/chromium_org/base/metrics/
H A Dhistogram_snapshot_manager.h8 #include <map>
51 std::map<std::string, HistogramSamples*> logged_samples_;
54 std::map<std::string, int> inconsistencies_;
/external/chromium_org/components/power/
H A Dorigin_power_map.h8 #include <map>
20 typedef std::map<GURL, int> PercentOriginMap;
34 // Returns a map of all origins to the integer percentage usage of power
42 // Notifies observers to let them know that the origin power map has finished
46 // Clears all URLs out of the map.
52 typedef std::map<GURL, double> OriginMap;
/external/chromium_org/components/precache/core/
H A Dprecache_url_table.h8 #include <map>
48 void GetAllDataForTesting(std::map<GURL, base::Time>* map);
/external/chromium_org/extensions/common/
H A Dextension_icon_set.h8 #include <map>
22 // Access to the underlying map from icon size->{path, bitmap}.
23 typedef std::map<int, std::string> IconMap;
28 const IconMap& map() const { return map_; } function in class:ExtensionIconSet
/external/chromium_org/media/cast/logging/
H A Dlog_deserializer.h8 #include <map>
18 typedef std::map<RtpTimestamp,
21 typedef std::map<RtpTimestamp,
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Dregion_data_builder.h20 #include <map>
68 typedef std::map<std::string, const RegionData*> LanguageRegionMap;
69 typedef std::map<std::string, LanguageRegionMap*> RegionCodeDataMap;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dshortnumberinfo.h22 #include <map>
32 using std::map;
62 scoped_ptr<map<string, PhoneMetadata> >

Completed in 5056 milliseconds

1234567891011>>