/external/chromium_org/v8/src/ |
interface.cc | 23 ZoneHashMap* map = Chase()->exports_; local 24 if (map == NULL) return NULL; 26 ZoneHashMap::Entry* p = map->Lookup(name.location(), name->Hash(), false, 66 ZoneHashMap** map = &Chase()->exports_; local 69 if (*map == NULL) { 70 *map = new(zone->New(sizeof(ZoneHashMap))) 74 ZoneHashMap::Entry* p = (*map)->Lookup(name, hash, !IsFrozen(), allocator); 160 ZoneHashMap* map = that->exports_; local 161 if (map != NULL) { 162 for (ZoneHashMap::Entry* p = map->Start(); p != NULL; p = map->Next(p)) 202 ZoneHashMap* map = Chase()->exports_; local [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_service.h | 8 #include <map> 25 std::map<GURL, AppCacheInfoVector> infos_by_origin;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
symbol.h | 7 #include "map.h" 150 struct map *map; member in struct:map_symbol 157 struct map *map; member in struct:addr_map_symbol 177 struct map *map; member in struct:addr_location 216 int dso__load(struct dso *dso, struct map *map, symbol_filter_t filter); 217 int dso__load_vmlinux(struct dso *dso, struct map *map [all...] |
unwind.h | 9 struct map *map; member in struct:unwind_entry
|
/external/lldb/include/lldb/Symbol/ |
UnwindTable.h | 14 #include <map> 51 typedef std::map<lldb::addr_t, lldb::FuncUnwindersSP> collection;
|
/external/lldb/test/lang/cpp/stl/ |
main.cpp | 12 #include <map> 20 std::map<std::string, int> associative_array;
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugAbbrev.h | 15 #include <map> 42 typedef std::map<uint64_t, DWARFAbbreviationDeclarationSet>
|
/external/oprofile/libabi/ |
abi.h | 16 #include <map> 39 std::map<std::string, int> slots;
|
/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/core/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/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequestSetNotificationRegistration.java | 17 package android.bluetooth.client.map; 19 import android.bluetooth.client.map.utils.ObexAppParameters; 28 private static final String TYPE = "x-bt/MAP-NotificationRegistration";
|
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/isl/ |
domain.h | 4 #include <isl/map.h> 24 CloogScattering *cloog_scattering_from_isl_map(__isl_take isl_map *map);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/include/cloog/isl/ |
domain.h | 4 #include <isl/map.h> 24 CloogScattering *cloog_scattering_from_isl_map(__isl_take isl_map *map);
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
std_map.i | 82 assign(const OctSeq& octseq, std::map<K,T > *map) { 83 typedef typename std::map<K,T>::value_type value_type; 86 map->insert(value_type(it->first, it->second)); 91 struct traits_asptr<std::map<K,T> > { 92 typedef std::map<K,T> map_type; 98 res = traits_asptr_stdseq<std::map<K,T>, std::pair<K, T> >::asptr(items, val); 111 struct traits_from<std::map<K,T> > { 112 typedef std::map<K,T> map_type; 116 static octave_value from(const map_type& 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...] |
/prebuilts/ndk/9/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/9/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
asyncore.py | 125 def poll(timeout=0.0, map=None): 126 if map is None: 127 map = socket_map 128 if map: 130 for fd, obj in map.items(): 153 obj = map.get(fd) 159 obj = map.get(fd) 165 obj = map.get(fd) 170 def poll2(timeout=0.0, map=None): 172 if map is None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asyncore.py | 125 def poll(timeout=0.0, map=None): 126 if map is None: 127 map = socket_map 128 if map: 130 for fd, obj in map.items(): 153 obj = map.get(fd) 159 obj = map.get(fd) 165 obj = map.get(fd) 170 def poll2(timeout=0.0, map=None): 172 if map is None [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/ |
CacheDataTest.java | 104 JsoMap map = cache.getObj(CANADA_KEY); 106 assertTrue(map.containsKey(AddressDataKey.ID.name().toLowerCase())); 107 assertTrue(map.containsKey(AddressDataKey.LANG.name().toLowerCase())); 108 assertTrue(map.containsKey(AddressDataKey.ZIP.name().toLowerCase())); 109 assertTrue(map.containsKey(AddressDataKey.FMT.name().toLowerCase())); 110 assertTrue(map.containsKey(AddressDataKey.SUB_KEYS.name().toLowerCase())); 111 assertTrue(map.containsKey(AddressDataKey.SUB_NAMES.name().toLowerCase())); 112 assertFalse(map.containsKey(AddressDataKey.SUB_LNAMES.name().toLowerCase())); 115 map.get(AddressDataKey.SUB_NAMES.name().toLowerCase()).split(DELIM).length; 117 map.get(AddressDataKey.SUB_KEYS.name().toLowerCase()).split(DELIM).length [all...] |
/external/lldb/source/Expression/ |
Materializer.cpp | 77 void MakeAllocation (IRMemoryMap &map, Error &err) 85 lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(), 102 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope(), 114 map.Leak(mem, leak_error); 122 map.WriteMemory (mem, 135 void DestroyAllocation (IRMemoryMap &map, Error &err) 139 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), deallocate_error); 149 void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) 165 MakeAllocation(map, err); 177 map.WriteScalarToMemory(load_addr [all...] |