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

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
e820.h 40 struct e820entry map[E820MAX]; member in struct:e820map
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
e820.h 40 struct e820entry map[E820MAX]; member in struct:e820map
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
map 42 # include_next <map>
44 # include _STLP_NATIVE_HEADER(map)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
e820.h 40 struct e820entry map[E820MAX]; member in struct:e820map
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
e820.h 40 struct e820entry map[E820MAX]; member in struct:e820map
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
e820.h 40 struct e820entry map[E820MAX]; member in struct:e820map
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
map 42 # include_next <map>
44 # include _STLP_NATIVE_HEADER(map)
  /external/chromium/chrome/browser/
character_encoding.cc 7 #include <map>
76 typedef std::map<int, std::pair<const char*, int> >
78 typedef std::map<const std::string, int> CanonicalEncodingNameToIdMapType;
104 typedef std::map<std::string, const char*>
137 // Testing and building map is not thread safe, this function is supposed to
187 // A static map object which contains all resourceid-nonsequenced canonical
258 const CanonicalNameDisplayNameMapType* map = local
261 DCHECK(map);
264 map->find(encoding_name);
265 DCHECK(found_name != map->end())
274 const IdToCanonicalEncodingNameMapType* map = local
304 const CanonicalEncodingNameToIdMapType* map = local
318 const IdToCanonicalEncodingNameMapType* map = local
332 const IdToCanonicalEncodingNameMapType* map = local
377 const CanonicalEncodingNameToIdMapType* map = local
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 9 #include <map>
93 typedef std::map<int, SkBitmap*> ImageCache;
96 typedef std::map<int, scoped_refptr<RefCountedMemory> > RawImages;
99 typedef std::map<uint32, base::StringPiece> RawDataForWriting;
102 typedef std::map<int, FilePath> FilePathMap;
122 std::map<int, SkColor>* temp_colors);
123 void GenerateMissingColors(std::map<int, SkColor>* temp_colors);
215 // References to raw PNG data. This map isn't touched when |data_pack_| is
  /external/chromium_org/chrome/browser/
character_encoding.cc 7 #include <map>
78 typedef std::map<int, std::pair<const char*, int> >
80 typedef std::map<const std::string, int> CanonicalEncodingNameToIdMapType;
106 typedef std::map<std::string, const char*> CanonicalNameDisplayNameMapType;
135 // Testing and building map is not thread safe, this function is supposed to
185 // A static map object which contains all resourceid-nonsequenced canonical
260 const CanonicalNameDisplayNameMapType* map = local
262 DCHECK(map);
265 map->find(encoding_name);
266 DCHECK(found_name != map->end())
275 const IdToCanonicalEncodingNameMapType* map = local
304 const CanonicalEncodingNameToIdMapType* map = local
317 const IdToCanonicalEncodingNameMapType* map = local
330 const IdToCanonicalEncodingNameMapType* map = local
374 const CanonicalEncodingNameToIdMapType* map = local
    [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 8 #include <map>
139 // A map allowing a WordID to be determined given a word.
140 typedef std::map<string16, WordID> WordMap;
142 // A map from character to the word_ids of words containing that character.
144 typedef std::map<char16, WordIDSet> CharWordIDMap;
146 // A map from word (by word_id) to history items containing that word.
150 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
151 typedef std::map<HistoryID, WordIDSet> HistoryIDWordMap;
170 // A map from history_id to the history's URL and title.
171 typedef std::map<HistoryID, HistoryInfoMapValue> HistoryInfoMap
    [all...]
  /external/chromium_org/net/quic/
quic_stream_factory.h 8 #include <map>
126 typedef std::map<HostPortProxyPair, QuicClientSession*> SessionMap;
128 typedef std::map<QuicClientSession*, AliasSet> SessionAliasMap;
130 typedef std::map<HostPortProxyPair, QuicCryptoClientConfig*> CryptoConfigMap;
131 typedef std::map<HostPortProxyPair, Job*> JobMap;
132 typedef std::map<QuicStreamRequest*, Job*> RequestMap;
134 typedef std::map<Job*, RequestSet> JobRequestsMap;
167 // clear the data in the map.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperMap.h 80 MapType map; local
81 map.swap(m_map);
82 for (typename MapType::iterator it = map.begin(); it != map.end(); ++it) {
105 inline void DOMWrapperMap<void>::makeWeakCallback(v8::Isolate* isolate, v8::Persistent<v8::Object>* wrapper, DOMWrapperMap<void>* map)
110 ASSERT(map->get(key) == *wrapper);
111 map->removeAndDispose(key);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-private.hh 68 * Shapers should use plan->map to add their features and callbacks.
75 * Shapers should use plan->map to override features and add callbacks after
135 * Shapers should use map to get feature masks and set on buffer.
176 if (planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT ||
307 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
318 if (planner->map.found_script[0] &&
320 planner->map.script_index[0],
321 planner->map.language_index[0],
331 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2'))
349 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')
    [all...]
  /external/chromium_org/v8/src/
contexts.h 105 V(STRING_FUNCTION_PROTOTYPE_MAP_INDEX, Map, string_function_prototype_map) \
138 V(FUNCTION_MAP_INDEX, Map, function_map) \
139 V(STRICT_MODE_FUNCTION_MAP_INDEX, Map, strict_mode_function_map) \
140 V(FUNCTION_WITHOUT_PROTOTYPE_MAP_INDEX, Map, function_without_prototype_map) \
141 V(STRICT_MODE_FUNCTION_WITHOUT_PROTOTYPE_MAP_INDEX, Map, \
143 V(REGEXP_RESULT_MAP_INDEX, Map, regexp_result_map)\
182 V(GENERATOR_FUNCTION_MAP_INDEX, Map, generator_function_map) \
183 V(STRICT_MODE_GENERATOR_FUNCTION_MAP_INDEX, Map, \
185 V(GENERATOR_OBJECT_PROTOTYPE_MAP_INDEX, Map, \
187 V(GENERATOR_RESULT_MAP_INDEX, Map, generator_result_map)
397 Map* map = this->map(); local
401 Map* map = this->map(); local
405 Map* map = this->map(); local
409 Map* map = this->map(); local
413 Map* map = this->map(); local
417 Map* map = this->map(); local
421 Map* map = this->map(); local
    [all...]
  /external/clang/tools/libclang/
ARCMigrate.cpp 117 unsigned clang_remap_getNumFiles(CXRemapping map) {
118 return static_cast<Remap *>(map)->Vec.size();
122 void clang_remap_getFilenames(CXRemapping map, unsigned index,
126 static_cast<Remap *>(map)->Vec[index].first);
129 static_cast<Remap *>(map)->Vec[index].second);
132 void clang_remap_dispose(CXRemapping map) {
133 delete static_cast<Remap *>(map);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 66 * Shapers should use plan->map to add their features and callbacks.
73 * Shapers should use plan->map to override features and add callbacks after
133 * Shapers should use map to get feature masks and set on buffer.
174 if (planner->map.chosen_script[0] != HB_OT_TAG_DEFAULT_SCRIPT ||
291 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T'))
302 if (planner->map.found_script[0] &&
304 planner->map.script_index[0],
305 planner->map.language_index[0],
315 if (planner->map.chosen_script[0] == HB_TAG ('m','y','m','2'))
333 if (planner->map.chosen_script[0] == HB_TAG ('D','F','L','T')
    [all...]
  /external/webrtc/src/system_wrappers/source/
map.cc 54 // Remove all map items. Please note that std::map::clear() can't be
56 // associated with it (i.e. using std::map::clear would introduce a
76 std::map<int, MapItem*>::const_iterator it = map_.begin();
86 std::map<int, MapItem*>::const_reverse_iterator it = map_.rbegin();
100 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_);
119 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_);
131 std::map<int, MapItem*>::const_iterator it = map_.find(id);
145 std::map<int, MapItem*>::iterator it = map_.find(item->item_id_);
157 std::map<int, MapItem*>::iterator it = map_.find(id)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 30 import java.util.Map;
37 public List<Map> events = Lists.newArrayList();
47 Map<String, Object> map = Maps.newHashMap(); local
49 map.put("event", event);
50 map.put("path", path);
52 events.add(map);
110 Iterator<Map> it = mObserver.events.iterator();
113 Map map = it.next() local
    [all...]
  /frameworks/native/libs/input/
VirtualKeyMap.cpp 55 ALOGE("Error %d opening virtual key map file %s.", status, filename.string());
57 VirtualKeyMap* map = new VirtualKeyMap(); local
58 if (!map) {
59 ALOGE("Error allocating virtual key map.");
65 Parser parser(map, tokenizer);
69 ALOGD("Parsed key character map file '%s' %d lines in %0.3fms.",
74 delete map;
76 *outMap = map;
87 VirtualKeyMap::Parser::Parser(VirtualKeyMap* map, Tokenizer* tokenizer) :
88 mMap(map), mTokenizer(tokenizer)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
credit_card_field.cc 196 bool CreditCardField::ClassifyField(ServerFieldTypeMap* map) const {
197 bool ok = AddClassification(number_, CREDIT_CARD_NUMBER, map);
198 ok = ok && AddClassification(type_, CREDIT_CARD_TYPE, map);
200 map);
207 ok = ok && AddClassification(cardholder_, CREDIT_CARD_NAME, map);
212 CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR, map);
215 CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR, map);
218 ok = ok && AddClassification(expiration_month_, CREDIT_CARD_EXP_MONTH, map);
222 map);
226 map);
    [all...]
form_field.cc 54 ServerFieldTypeMap* map) {
68 ParseFormFieldsPass(EmailField::Parse, &remaining_fields, map);
71 ParseFormFieldsPass(PhoneField::Parse, &remaining_fields, map);
74 ParseFormFieldsPass(AddressField::Parse, &remaining_fields, map);
77 ParseFormFieldsPass(CreditCardField::Parse, &remaining_fields, map);
80 ParseFormFieldsPass(NameField::Parse, &remaining_fields, map);
129 ServerFieldTypeMap* map) {
134 return map->insert(make_pair(field->unique_name(), type)).second;
178 ServerFieldTypeMap* map) {
191 // Add entries into the map for each field type found in |form_field|
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMapTest.java 53 import java.util.Map;
54 import java.util.Map.Entry;
148 @Override protected Map<K, V> makeEmptyMap() {
154 @Override protected void assertMoreInvariants(Map<K, V> map) {
156 for (Entry<K, V> entry : map.entrySet()) {
161 assertEquals("{" + joiner.join(map.entrySet()) + "}",
162 map.toString());
163 assertEquals("[" + joiner.join(map.entrySet()) + "]",
164 map.entrySet().toString())
283 ImmutableMap<String, Integer> map local
285 assertEquals(Collections.<String, Integer>emptyMap(), map); local
289 ImmutableMap<String, Integer> map = new Builder<String, Integer>() local
296 ImmutableMap<String, Integer> map = new Builder<String, Integer>() local
308 ImmutableMap<String, Integer> map = new Builder<String, Integer>() local
352 ImmutableMap<String, Integer> map = new Builder<String, Integer>() local
355 assertEquals(Collections.<String, Integer>emptyMap(), map); local
367 ImmutableMap<String, Integer> map = new Builder<String, Integer>() local
521 ImmutableMap<String, Integer> map = ImmutableMap.of("one", 1); local
568 Map<String, IntHolder> map = ImmutableMap.of("a", holderA, "b", holderB); local
579 Map<String, Integer> map = ImmutableMap.of("one", 1, "two", 2, "three", 3); local
    [all...]
  /external/javassist/src/main/javassist/util/
HotSwapper.java 79 private Map newClassFiles;
112 Map arguments = connector.defaultArguments();
157 Map map = new HashMap(); local
158 map.put(classtype, classFile);
159 reload2(map, className);
165 * @param classFiles a map between fully-qualified class names
170 public void reload(Map classFiles) {
173 Map map = new HashMap() local
248 Map map = newClassFiles; local
    [all...]
  /libcore/luni/src/main/java/java/net/
CookieStoreImpl.java 24 import java.util.Map;
31 /** this map may have null keys! */
32 private final Map<URI, List<HttpCookie>> map = new HashMap<URI, List<HttpCookie>>(); field in class:CookieStoreImpl
40 List<HttpCookie> cookies = map.get(uri);
43 map.put(uri, cookies);
69 List<HttpCookie> cookiesForUri = map.get(uri);
82 for (Map.Entry<URI, List<HttpCookie>> entry : map.entrySet()) {
106 for (List<HttpCookie> list : map.values())
    [all...]

Completed in 634 milliseconds

<<21222324252627282930>>