/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
zconf.h | 317 # pragma map(deflateInit_,"DEIN") 318 # pragma map(deflateInit2_,"DEIN2") 319 # pragma map(deflateEnd,"DEEND") 320 # pragma map(deflateBound,"DEBND") 321 # pragma map(inflateInit_,"ININ") 322 # pragma map(inflateInit2_,"ININ2") 323 # pragma map(inflateEnd,"INEND") 324 # pragma map(inflateSync,"INSY") 325 # pragma map(inflateSetDictionary,"INSEDI") 326 # pragma map(compressBound,"CMBND" [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
zconf.h | 317 # pragma map(deflateInit_,"DEIN") 318 # pragma map(deflateInit2_,"DEIN2") 319 # pragma map(deflateEnd,"DEEND") 320 # pragma map(deflateBound,"DEBND") 321 # pragma map(inflateInit_,"ININ") 322 # pragma map(inflateInit2_,"ININ2") 323 # pragma map(inflateEnd,"INEND") 324 # pragma map(inflateSync,"INSY") 325 # pragma map(inflateSetDictionary,"INSEDI") 326 # pragma map(compressBound,"CMBND" [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extensions_quota_service.h | 18 #include <map> 66 // All QuotaLimitHeuristic instances in this map are owned by us. 67 typedef std::map<FunctionName, QuotaLimitHeuristics> FunctionHeuristicsMap; 76 void PurgeFunctionHeuristicsMap(FunctionHeuristicsMap* map); 81 // key for the mapping. As an extension invokes functions, the map keeps 84 std::map<ExtensionId, FunctionHeuristicsMap> function_heuristics_; 89 typedef std::map<std::string, std::string> ViolationErrorMap; 95 // A QuotaLimitHeuristic is two things: 1, A heuristic to map extension 173 // Ownership of |map| is given to the new QuotaLimitHeuristic. 175 BucketMapper* map, [all...] |
extension_action.h | 8 #include <map> 276 void SetValue(std::map<int, T>* map, int tab_id, const T& val) { 277 (*map)[tab_id] = val; 280 template<class Map> 281 static const typename Map::mapped_type* FindOrNull( 282 const Map* map, 283 const typename Map::key_type& key) { 284 typename Map::const_iterator iter = map->find(key) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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; 49 typedef __gnu_debug::_Safe_sequence<map> _Safe_base; 64 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map> 66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map> 77 explicit map(const _Compare& __comp = _Compare(), function in class:__debug::map 82 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 90 map(const map& __x) function in class:__debug::map 93 map(const _Base& __x) function in class:__debug::map 97 map(map&& __x) function in class:__debug::map 101 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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; 49 typedef __gnu_debug::_Safe_sequence<map> _Safe_base; 64 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map> 66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map> 77 explicit map(const _Compare& __comp = _Compare(), function in class:__debug::map 82 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 90 map(const map& __x) function in class:__debug::map 93 map(const _Base& __x) function in class:__debug::map 97 map(map&& __x) function in class:__debug::map 101 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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; 49 typedef __gnu_debug::_Safe_sequence<map> _Safe_base; 64 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map> 66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map> 77 explicit map(const _Compare& __comp = _Compare(), function in class:__debug::map 82 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 90 map(const map& __x) function in class:__debug::map 93 map(const _Base& __x) function in class:__debug::map 97 map(map&& __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/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; 49 typedef __gnu_debug::_Safe_sequence<map> _Safe_base; 64 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map> 66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map> 77 explicit map(const _Compare& __comp = _Compare(), function in class:__debug::map 82 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 90 map(const map& __x) function in class:__debug::map 93 map(const _Base& __x) function in class:__debug::map 97 map(map&& __x) function in class:__debug::map 101 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/art/compiler/utils/ |
scoped_hashtable.h | 19 #include <map> 33 scopes.push_front(std::map<K, V>()); 39 for (typename std::list<std::map<K, V> >::const_iterator scopes_it = scopes.begin(); 41 typename std::map<K, V>::const_iterator result_it = (*scopes_it).find(k); 67 std::list<std::map<K, V> > scopes;
|
/external/ceres-solver/internal/ceres/ |
evaluator.h | 35 #include <map> 191 virtual map<string, int> CallStatistics() const { 192 return map<string, int>(); 195 virtual map<string, double> TimeStatistics() const { 196 return map<string, double>();
|
/external/chromium/chrome/browser/importer/ |
mork_reader.h | 47 #include <map> 67 // of a 32-bit row id or atom map key, plus the terminating null. 85 typedef std::map<IDString, ColumnDataList*> RowMap; 105 // Normalizes the cell value (resolves references to the value map). 117 typedef std::map<IDString, std::string> StringMap; 121 typedef std::map<IDString, int> IndexMap; 124 // the column map or the value map). The starting line is parsed starting at 126 // mid-entry. The pairs are added to the map. 129 StringMap* map); [all...] |
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_keyed_service_factory.h | 8 #include <map> 108 typedef std::map<content::BrowserContext*, BrowserContextKeyedService*> 110 typedef std::map<content::BrowserContext*, FactoryFunction> 114 std::map<content::BrowserContext*, BrowserContextKeyedService*> mapping_; 117 std::map<content::BrowserContext*, FactoryFunction> factories_;
|
/external/chromium_org/extensions/common/ |
event_filter.h | 8 #include <map> 89 typedef std::map<MatcherID, linked_ptr<EventMatcherEntry> > EventMatcherMap; 91 // Maps from event name to the map of matchers that are registered for it. 92 typedef std::map<std::string, EventMatcherMap> EventMatcherMultiMap; 95 // matches for those URLs map to |id|. 116 std::map<URLMatcherConditionSet::ID, MatcherID> 120 std::map<MatcherID, std::string> id_to_event_name_;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
ClassMap.java | 14 import java.util.Map; 17 * {@link Map}-like interface for mapping {@link Class} to value. 37 // Map 61 private Map<Class<?>, V> getMap(Class<?> key) { 67 private Map<Class<?>, V> getMap(ClassLoader classLoader) { 68 Object map = ClassLoaderLocalMap.get(classLoader, this); local 69 if (map == null) { 70 map = new HashMap<Class<?>, V>(); 71 ClassLoaderLocalMap.put(classLoader, this, map); 73 return (Map<Class<?>, V>) map [all...] |
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
RegexCache.java | 20 import java.util.Map; 51 private LinkedHashMap<K, V> map; field in class:RegexCache.LRUCache 57 map = new LinkedHashMap<K, V>(size * 4 / 3 + 1, 0.75f, true) { 59 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) { 66 return map.get(key); 70 map.put(key, value); 74 return map.containsKey(key);
|
/external/llvm/include/llvm/Analysis/ |
PathProfileInfo.h | 32 typedef std::map<unsigned int,ProfilePath*> ProfilePathMap; 33 typedef std::map<unsigned int,ProfilePath*>::iterator ProfilePathIterator; 35 typedef std::map<Function*,unsigned int> FunctionPathCountMap; 36 typedef std::map<Function*,ProfilePathMap> FunctionPathMap; 37 typedef std::map<Function*,ProfilePathMap>::iterator FunctionPathIterator;
|
/external/qemu/memcheck/ |
memcheck_malloc_map.c | 28 /* Allocation descriptor stored in the map. */ 42 * the map. 44 * adesc - Entry in the allocation descriptors map. 47 * map. 56 * the map. 58 * adesc - Entry in the allocation descriptors map. 60 * Address of the end of an allocation block for the given entry in the map. 72 /* Compare routine for the allocation descriptors map. 74 * d1 - First map entry to compare. 75 * d2 - Second map entry to compare [all...] |
/system/core/toolbox/ |
load_policy.c | 15 void *map; local 35 map = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0); 36 if (map == MAP_FAILED) { 41 rc = security_load_policy(map, sb.st_size); 46 munmap(map, sb.st_size);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 80 assert(!sbuf->map.count); 184 uint32 numBoxes = sbuf->map.num_ranges; 260 assert(sbuf->map.num_ranges); 271 for (i = 0; i < sbuf->map.num_ranges; ++i) { 273 sbuf->map.ranges[i].start, sbuf->map.ranges[i].end); 275 boxes[i].x = sbuf->map.ranges[i].start; 278 boxes[i].w = sbuf->map.ranges[i].end - sbuf->map.ranges[i].start; 281 boxes[i].srcx = sbuf->map.ranges[i].start 419 void *map; local 485 uint8_t *map; local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 80 assert(!sbuf->map.count); 184 uint32 numBoxes = sbuf->map.num_ranges; 260 assert(sbuf->map.num_ranges); 271 for (i = 0; i < sbuf->map.num_ranges; ++i) { 273 sbuf->map.ranges[i].start, sbuf->map.ranges[i].end); 275 boxes[i].x = sbuf->map.ranges[i].start; 278 boxes[i].w = sbuf->map.ranges[i].end - sbuf->map.ranges[i].start; 281 boxes[i].srcx = sbuf->map.ranges[i].start 419 void *map; local 485 uint8_t *map; local [all...] |
/external/oprofile/daemon/liblegacy/ |
opd_proc.c | 110 * @param map map to print 113 verb_show_sample(unsigned long offset, struct opd_map * map) 116 "map start 0x%.8lx, end 0x%.8lx, offset 0x%.8lx, name \"%s\"\n", 117 offset, map->start, map->end, map->offset, 118 map->image->name); 173 struct opd_map * map = list_entry(pos, struct opd_map, next); local 174 if (opd_is_in_map(map, sample->eip)) 268 struct opd_map * map = list_entry(pos, struct opd_map, next); local 419 struct opd_map * map = list_entry(pos, struct opd_map, next); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
SDL_svgaevents.c | 65 int map, i; local 68 for ( map=0; map<NUM_VGAKEYMAPS; ++map ) { 69 SDL_memset(vga_keymap[map], 0, NR_KEYS*sizeof(Uint16)); 71 entry.kb_table = map; 91 vga_keymap[map][i]=entry.kb_value; 92 vga_keymap[map][i]+= '0'; 95 vga_keymap[map][i]=K(KT_ASCII,'+'); 98 vga_keymap[map][i]=K(KT_ASCII,'-') 346 int map; local 389 int map; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/8/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...] |