/external/protobuf/m4/ |
D | stl_hash.m4 | 1 # We check two things: where the include file is for hash_map, and 2 # what namespace hash_map lives in within that include file. We 5 # on location, and HASH_NAMESPACE to be the namespace hash_map is 14 [AC_MSG_CHECKING(the location of hash_map) 19 for location in [tr1/unordered_map ext/hash_map hash_map]; do 21 for name in [unordered_map hash_map]; do 28 # implementation and avoid using it. Note that ext/hash_map works 43 AC_DEFINE(HAVE_HASH_MAP, 1, [define if the compiler has hash_map]) 46 [the location of <hash_map>]) 54 [the namespace of hash_map/hash_set]) [all …]
|
/external/oprofile/module/ |
D | op_dname.c | 30 static struct op_hash_index * hash_map; variable 47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_init_hashmap() 48 if (!hash_map) in oprof_init_hashmap() 52 hash_map[i].name = 0; in oprof_init_hashmap() 53 hash_map[i].parent = -1; in oprof_init_hashmap() 56 op_pool_start = (char *)(hash_map + OP_HASH_MAP_NR); in oprof_init_hashmap() 62 hash_map[0].name = alloc_in_pool("/", 1); in oprof_init_hashmap() 63 hash_map[0].parent = 0; in oprof_init_hashmap() 71 rvfree(hash_map, PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_free_hashmap() 100 pos = (ulong)hash_map; in oprof_hash_map_mmap() [all …]
|
/external/stlport/stlport/stl/ |
D | _hash_map.h | 45 class hash_map in _STLP_CREATE_HASH_ITERATOR_TRAITS() 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > in _STLP_CREATE_HASH_ITERATOR_TRAITS() 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 89 explicit hash_map(size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 91 hash_map(size_type __n, const hasher& __hf) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 98 hash_map(__move_source<_Self> src) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 105 hash_map(_InputIterator __f, _InputIterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_netlog_observer.h | 75 typedef base::hash_map<uint32, scoped_refptr<ResourceInfo> > RequestToInfoMap; 76 typedef base::hash_map<uint32, int> RequestToEncodedDataLengthMap; 77 typedef base::hash_map<uint32, uint32> HTTPStreamJobToSocketMap; 78 typedef base::hash_map<uint32, uint32> SocketToRequestMap;
|
D | inspectable_tab_proxy.h | 26 typedef base::hash_map<int32, NavigationController*> ControllersMap; 27 typedef base::hash_map<int32, DevToolsClientHostImpl*> IdToClientHostMap;
|
/external/chromium/chrome/browser/download/ |
D | save_file_manager.h | 227 typedef base::hash_map<int, SaveFile*> SaveFileMap; 234 typedef base::hash_map<int, SavePackage*> SavePackageMap; 247 typedef base::hash_map<std::string, SavePackage*> StartingRequestsMap; 248 typedef base::hash_map<int, StartingRequestsMap> TabToStartingRequestsMap;
|
D | save_package.h | 218 typedef base::hash_map<std::string, SaveItem*> SaveUrlItemMap; 263 typedef base::hash_map<int32, SaveItem*> SavedItemMap; 305 typedef base::hash_map<FilePath::StringType, uint32> FileNameCountMap;
|
/external/chromium/chrome/browser/net/ |
D | load_timing_observer.h | 112 typedef base::hash_map<uint32, URLRequestRecord> URLRequestToRecordMap; 113 typedef base::hash_map<uint32, HTTPStreamJobRecord> HTTPStreamJobToRecordMap; 114 typedef base::hash_map<uint32, ConnectJobRecord> ConnectJobToRecordMap; 115 typedef base::hash_map<uint32, SocketRecord> SocketToRecordMap;
|
/external/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 92 class hash_map : public std::map<Key, Data, HashFcn> { 124 class hash_map : public HASH_NAMESPACE::hash_map< 164 class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | symbol-table.h | 23 using __gnu_cxx::hash_map; 73 hash_map<int64, string>::const_iterator it = in Find() 92 hash_map<string, int64>::const_iterator it = in Find() 129 hash_map<int64, string> key_map_; 130 hash_map<string, int64> symbol_map_;
|
D | relabel.h | 23 using __gnu_cxx::hash_map; 52 hash_map<Label, Label> input_map; in Relabel() 57 hash_map<Label, Label> output_map; in Relabel() 71 typename hash_map<Label, Label>::iterator it = in Relabel() 280 typename hash_map<Label, Label>::iterator it = in Expand() 287 typename hash_map<Label, Label>::iterator it = in Expand() 301 hash_map<Label, Label> input_map_; 302 hash_map<Label, Label> output_map_;
|
D | symbol-table.cpp | 83 hash_map<string, int64>::const_iterator it = in AddSymbol() 137 hash_map<string, int64>::const_iterator it = symbol_map_.find(symbol); in Write()
|
/external/stlport/src/ |
D | message_facets.h | 43 typedef hash_map<nl_catd_type, locale, hash<nl_catd_type>, equal_to<nl_catd_type>, 78 …typedef hash_map<messages_base::catalog, nl_catd_type, hash<messages_base::catalog>, equal_to<mess… 80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
|
/external/chromium/base/ |
D | hash_tables.h | 33 using stdext::hash_map; 55 using __gnu_cxx::hash_map;
|
/external/chromium/chrome/browser/profiles/ |
D | off_the_record_profile_io_data.h | 49 typedef base::hash_map<std::string, 84 typedef base::hash_map<std::string, net::HttpTransactionFactory* >
|
D | profile_impl_io_data.h | 54 typedef base::hash_map<std::string, 103 typedef base::hash_map<std::string, net::HttpTransactionFactory* >
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_manager.h | 165 base::hash_map<int32, int32> renderer_id_to_child_id_map_; 168 base::hash_map<int32, BrowserAccessibility*> child_id_map_;
|
D | browser_accessibility_manager.cc | 80 base::hash_map<int32, BrowserAccessibility*>::iterator iter = in GetFromChildID() 264 base::hash_map<int32, int32>::iterator iter = in UpdateNode() 312 base::hash_map<int32, int32>::iterator iter = in CreateAccessibilityTree()
|
/external/chromium/net/http/ |
D | http_cache.h | 228 typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap; 229 typedef base::hash_map<std::string, PendingOp*> PendingOpsMap; 231 typedef base::hash_map<std::string, int> PlaybackCacheMap;
|
/external/stlport/test/unit/ |
D | hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; in hmap1() 314 typedef hash_map<string, size_t, hash<string>, equal_to<string> > hmap; in insert_erase() 428 hash_map<IncompleteClass, IncompleteClass> hminstances; 429 typedef hash_map<IncompleteClass, IncompleteClass>::iterator hmit;
|
/external/protobuf/ |
D | config.h.in | 6 /* the location of <hash_map> */ 9 /* the namespace of hash_map/hash_set */ 27 /* define if the compiler has hash_map */
|
/external/protobuf/vsprojects/ |
D | config.h | 5 #define HASH_MAP_H <hash_map>
|
/external/chromium/webkit/glue/ |
D | site_isolation_metrics.cc | 28 typedef base::hash_map<unsigned, WebURLRequest::TargetType> TargetTypeMap; 29 typedef base::hash_map<std::string, int> MimeTypeMap;
|
/external/chromium/android/ext/ |
D | fake_hash.h | 8 using std::hash_map;
|
/external/stlport/etc/ |
D | autoexp.dat | 529 ; stlport::hash_map, stlport::hash_multimap, stlport::hash_set, stlport::hash_multiset 532 stlp_std::hash_map<*>|stlpx_std::hash_map<*>|stlpmtx_std::hash_map<*>|stlpxmtx_std::hash_map<*>|stl… 551 stlpd_std::hash_map<*>|stlpdx_std::hash_map<*>|stlpdmtx_std::hash_map<*>|stlpdxmtx_std::hash_map<*>…
|