HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 326 - 350 of 3027) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/Shared/
ImmutableDictionary.cpp 38 ImmutableDictionary::ImmutableDictionary(MapType& map)
40 m_map.swap(map);
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 14 #include <map>
42 // Puts a pointer to anything in the map and associates it with id. Note, id
43 // needs to be unique for all items in the map.
46 // Removes item from map.
49 // Finds item with associated with id and removes it from the map.
52 // Returns the number of elements stored in the map.
55 // Returns a pointer to the first MapItem in the map.
58 // Returns a pointer to the last MapItem in the map.
61 // Returns a pointer to the MapItem stored after item in the map.
64 // Returns a pointer to the MapItem stored before item in the map
    [all...]
  /frameworks/base/services/java/com/android/server/
AttributeCache.java 101 HashMap<int[], Entry> map = null; local
104 map = pkg.mMap.get(resId);
105 if (map != null) {
106 ent = map.get(styleable);
126 if (map == null) {
127 map = new HashMap<int[], Entry>();
128 pkg.mMap.put(resId, map);
134 map.put(styleable, ent);
  /frameworks/rs/driver/linkloader/include/
StubLayout.h 20 #include <map>
28 std::map<void *, void *> stub_index;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
TrustletSession.h 38 #include <map>
45 std::map<uint32_t, CWsm_ptr> buffers;
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 28 import java.util.Map;
65 * So a custom ASN.1 Time choice type should map its notation to Date object.
235 // create map of all identifiers
236 TreeMap<BigInteger, BigInteger> map = new TreeMap<BigInteger, BigInteger>(); local
249 addIdentifier(map, choiceToAdd[0][j], index);
256 addIdentifier(map, t.id, index);
261 addIdentifier(map, t.constrId, index);
266 int size = map.size();
268 Iterator<Map.Entry<BigInteger, BigInteger>> it = map.entrySet().iterator()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.access/
index_key.pass.cpp 10 // <map>
12 // class map
16 #include <map>
32 std::map<int, double> m(ar, ar+sizeof(ar)/sizeof(ar[0]));
size.pass.cpp 10 // <map>
12 // class map
16 #include <map>
21 typedef std::map<int, double> M;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.cons/
initializer_list_compare.pass.cpp 10 // <map>
12 // class map
14 // map(initializer_list<value_type> il, const key_compare& comp);
16 #include <map>
25 std::map<int, double, C> m({
initializer_list_compare_alloc.pass.cpp 10 // <map>
12 // class map
14 // map(initializer_list<value_type> il, const key_compare& comp, const allocator_type& a);
16 #include <map>
27 std::map<int, double, C, A> m({
iter_iter.pass.cpp 10 // <map>
12 // class map
15 // map(InputIterator first, InputIterator last);
17 #include <map>
35 std::map<int, double> m(ar, ar+sizeof(ar)/sizeof(ar[0]));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
map.h 1 // Profiling map implementation -*- C++ -*-
30 /** @file profile/map.h
44 /// Class std::map wrapper with performance instrumentation.
47 class map class in namespace:__profile
48 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
73 map(const _Compare& __comp = _Compare(), function in class:__profile::map
79 map(_InputIterator __first, _InputIterator __last, function in class:__profile::map
85 map(const map& __x function in class:__profile::map
89 map(const _Base& __x) function in class:__profile::map
94 map(map&& __x) function in class:__profile::map
98 map(initializer_list<value_type> __l, function in class:__profile::map
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
map.h 1 // Profiling map implementation -*- C++ -*-
30 /** @file profile/map.h
44 /// Class std::map wrapper with performance instrumentation.
47 class map class in namespace:__profile
48 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
73 map(const _Compare& __comp = _Compare(), function in class:__profile::map
79 map(_InputIterator __first, _InputIterator __last, function in class:__profile::map
85 map(const map& __x function in class:__profile::map
89 map(const _Base& __x) function in class:__profile::map
94 map(map&& __x) function in class:__profile::map
98 map(initializer_list<value_type> __l, function in class:__profile::map
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
map.h 1 // Profiling map implementation -*- C++ -*-
30 /** @file profile/map.h
44 /// Class std::map wrapper with performance instrumentation.
47 class map class in namespace:__profile
48 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
73 map(const _Compare& __comp = _Compare(), function in class:__profile::map
79 map(_InputIterator __first, _InputIterator __last, function in class:__profile::map
85 map(const map& __x function in class:__profile::map
89 map(const _Base& __x) function in class:__profile::map
94 map(map&& __x) function in class:__profile::map
98 map(initializer_list<value_type> __l, function in class:__profile::map
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
map.h 1 // Profiling map implementation -*- C++ -*-
24 /** @file profile/map.h
38 /// Class std::map wrapper with performance instrumentation.
41 class map class in namespace:__profile
42 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
67 map(const _Compare& __comp = _Compare(), function in class:__profile::map
73 map(_InputIterator __first, _InputIterator __last, function in class:__profile::map
79 map(const map& __x function in class:__profile::map
83 map(const _Base& __x) function in class:__profile::map
93 map(initializer_list<value_type> __l, function in class:__profile::map
    [all...]
  /external/smack/src/com/kenai/jbosh/
ComposableBody.java 21 import java.util.Map;
65 * Map of all attributes to their values.
67 private final Map<BodyQName, String> attrs;
88 private Map<BodyQName, String> map; field in class:ComposableBody.Builder
110 result.map = source.getAttributes();
141 if (map == null) {
142 map = new HashMap<BodyQName, String>();
144 map = new HashMap<BodyQName, String>(map);
    [all...]
  /frameworks/base/core/java/android/util/
LruCache.java 20 import java.util.Map;
63 private final LinkedHashMap<K, V> map; field in class:LruCache
85 this.map = new LinkedHashMap<K, V>(0, 0.75f, true);
118 mapValue = map.get(key);
127 * Attempt to create a value. This may take a long time, and the map
129 * added to the map while create() was working, we leave that value in
130 * the map and release the created value.
140 mapValue = map.put(key, createdValue);
144 map.put(key, mapValue);
174 previous = map.put(key, value)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 20 import java.util.Map;
67 private final LinkedHashMap<K, V> map; field in class:LruCache
89 this.map = new LinkedHashMap<K, V>(0, 0.75f, true);
122 mapValue = map.get(key);
131 * Attempt to create a value. This may take a long time, and the map
133 * added to the map while create() was working, we leave that value in
134 * the map and release the created value.
144 mapValue = map.put(key, createdValue);
148 map.put(key, mapValue);
178 previous = map.put(key, value)
    [all...]
  /frameworks/native/libs/utils/
PropertyMap.cpp 112 void PropertyMap::addAll(const PropertyMap* map) {
113 for (size_t i = 0; i < map->mProperties.size(); i++) {
114 mProperties.add(map->mProperties.keyAt(i), map->mProperties.valueAt(i));
126 PropertyMap* map = new PropertyMap(); local
127 if (!map) {
128 ALOGE("Error allocating property map.");
134 Parser parser(map, tokenizer);
143 delete map;
145 *outMap = map;
    [all...]
  /system/core/toolbox/
readtty.c 13 } map[] = { variable in typeref:struct:__anon44030
30 for(i = 0; i < sizeof(map) / sizeof(map[0]); i++) {
31 if(key == map[i].key) {
32 next = strchr(map[i].chars, current);
35 return map[i].chars[1];
45 for(i = 0; i < sizeof(map) / sizeof(map[0]); i++) {
46 if(key == map[i].key) {
47 next = strchr(map[i].chars+1, current)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 81 const feature_map_t *map = features.bsearch (&feature_tag); local
82 if (shift) *shift = map ? map->shift : 0;
83 return map ? map->mask : 0;
87 const feature_map_t *map = features.bsearch (&feature_tag); local
88 return map ? map->needs_fallback : false;
92 const feature_map_t *map = features.bsearch (&feature_tag); local
93 return map ? map->_1_mask : 0
97 const feature_map_t *map = features.bsearch (&feature_tag); local
102 const feature_map_t *map = features.bsearch (&feature_tag); local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
ListMap.java 38 import java.util.Map;
39 import java.util.Map.Entry;
43 * Implementation of a Map that favors iteration speed rather than
48 public final class ListMap<K, V> implements Map<K, V>, Cloneable, Serializable {
51 Map<String, String> map = new ListMap<String, String>(); local
52 map.put( "bob", "hello");
53 System.out.println(map.get("bob"));
54 map.remove("bob");
55 System.out.println(map.size())
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMap.java 35 import java.util.Map;
46 * of a separate map which can still change, an instance of {@code
49 * ("constant maps") and also lets you easily make a "defensive copy" of a map
80 * Returns the empty sorted map.
101 * Returns an immutable map containing a single entry.
110 * Returns an immutable sorted map containing the given entries, sorted by the
123 * Returns an immutable sorted map containing the given entries, sorted by the
136 * Returns an immutable sorted map containing the given entries, sorted by the
149 * Returns an immutable sorted map containing the given entries, sorted by the
162 * Returns an immutable map containing the same entries as {@code map}, sorte
477 final transient ImmutableSortedMap<K, V> map; field in class:ImmutableSortedMap.EntrySet
511 final ImmutableSortedMap<K, V> map; field in class:ImmutableSortedMap.EntrySetSerializedForm
    [all...]
RegularImmutableMap.java 199 final transient RegularImmutableMap<K, V> map; field in class:RegularImmutableMap.EntrySet
201 EntrySet(RegularImmutableMap<K, V> map) {
202 super(map.entries);
203 this.map = map;
209 V mappedValue = map.get(entry.getKey());
226 final RegularImmutableMap<K, V> map; field in class:RegularImmutableMap.KeySet
228 KeySet(RegularImmutableMap<K, V> map) {
229 super(map.entries, map.keySetHashCode)
255 final RegularImmutableMap<?, V> map; field in class:RegularImmutableMap.Values
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
e820.h 40 struct e820entry map[E820MAX]; member in struct:e820map

Completed in 1158 milliseconds

<<11121314151617181920>>