HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 501 - 525 of 7461) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/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-5/arch-arm/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-8/arch-arm/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-arm/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-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/extensions/browser/
quota_service.h 18 #include <map>
67 // All QuotaLimitHeuristic instances in this map are owned by us.
68 typedef std::map<FunctionName, QuotaLimitHeuristics> FunctionHeuristicsMap;
77 void PurgeFunctionHeuristicsMap(FunctionHeuristicsMap* map);
82 // key for the mapping. As an extension invokes functions, the map keeps
85 std::map<ExtensionId, FunctionHeuristicsMap> function_heuristics_;
90 typedef std::map<std::string, std::string> ViolationErrorMap;
96 // A QuotaLimitHeuristic is two things: 1, A heuristic to map extension
175 // Ownership of |map| is given to the new QuotaLimitHeuristic.
177 BucketMapper* map,
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 21 function findAddress(addr, map) {
22 if (map.length < 1) {
23 return 'MAP Unavailable';
25 if (addr < map[0].offs) {
29 for (var i = 1; i < map.length; i++) {
30 if (addr < map[i].offs) {
31 var offs = addr - map[i - 1].offs;
32 var filename = map[i - 1].file;
45 return filename + ' ' + map[i - 1].name + ' + 0x' + offs.toString(16);
49 var last = map.length - 1
    [all...]
  /external/deqp/framework/delibs/decpp/
deSTLUtil.hpp 73 // Utilities for map-like container types
77 const typename M::mapped_type* tryLookup (const M& map,
80 typename M::const_iterator it = map.find(key);
81 if (it == map.end())
88 const typename M::mapped_type& lookupDefault (const M& map,
92 const typename M::mapped_type* ptr = tryLookup(map, key);
99 const typename M::mapped_type& lookup (const M& map, const typename M::key_type& key)
101 const typename M::mapped_type* ptr = tryLookup(map, key);
103 throw std::out_of_range("key not found in map");
107 //! Map `key` to `value`. This differs from `map[key] = value` in that ther
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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;
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 41 public abstract RegisterSpec map(RegisterSpec registerSpec); method in class:RegisterMapper
48 public final RegisterSpecList map(RegisterSpecList sources) { method in class:RegisterMapper
53 newSources.set(i, map(sources.get(i)));
67 public final RegisterSpecSet map(RegisterSpecSet sources) { method in class:RegisterMapper
74 newSources.put(map(registerSpec)); method
  /external/ceres-solver/internal/ceres/
evaluator.h 35 #include <map>
193 virtual map<string, int> CallStatistics() const {
194 return map<string, int>();
197 virtual map<string, double> TimeStatistics() const {
198 return map<string, double>();
  /external/chromium_org/chrome/browser/devtools/device/
port_forwarding_controller.h 8 #include <map>
50 typedef std::map<int, PortStatus> PortStatusMap;
51 typedef std::map<std::string, PortStatusMap> DevicesStatus;
68 typedef std::map<std::string, Connection*> Registry;
93 typedef std::map<int, std::string> ForwardingMap;
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_apitest.cc 66 HostContentSettingsMap* map = local
79 map->GetContentSetting(example_url,
84 map->GetContentSetting(example_url,
89 map->GetContentSetting(example_url,
94 map->GetContentSetting(example_url,
102 map->GetContentSetting(example_url,
108 map->GetContentSetting(example_url,
117 map->GetContentSetting(
120 map->GetContentSetting(
123 map->GetContentSetting
140 HostContentSettingsMap* map = local
    [all...]
  /external/chromium_org/content/common/service_worker/
service_worker_types.h 8 #include <map>
42 const std::map<std::string, std::string>& headers);
47 std::map<std::string, std::string> headers;
64 const std::map<std::string, std::string>& headers,
70 std::map<std::string, std::string> headers;
  /external/chromium_org/sync/sessions/
model_type_registry.h 8 #include <map>
33 typedef std::map<ModelType, UpdateHandler*> UpdateHandlerMap;
34 typedef std::map<ModelType, CommitContributor*> CommitContributorMap;
35 typedef std::map<ModelType, DirectoryTypeDebugInfoEmitter*>
103 // Map of DebugInfoEmitters for directory types.
109 std::map<ModelSafeGroup, scoped_refptr<ModelSafeWorker> > workers_map_;
  /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/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
main.cpp 6 #include <map>
8 #define intint_map std::map<int, int>
9 #define strint_map std::map<std::string, int>
10 #define intstr_map std::map<int, std::string>
11 #define strstr_map std::map<std::string, std::string>
  /system/core/libbacktrace/
BacktraceImpl.h 56 BacktraceCurrent(BacktraceImpl* impl, BacktraceMap* map);
64 BacktracePtrace(BacktraceImpl* impl, pid_t pid, pid_t tid, BacktraceMap* map);
70 Backtrace* CreateCurrentObj(BacktraceMap* map);
71 Backtrace* CreatePtraceObj(pid_t pid, pid_t tid, BacktraceMap* map);
72 Backtrace* CreateThreadObj(pid_t tid, BacktraceMap* map);
  /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...]

Completed in 1245 milliseconds

<<21222324252627282930>>