/ndk/tests/build/issue53404-backward-compatibility/jni/ |
issue53404-backward-compatibility.cpp | 1 #include <ext/hash_map>
|
/external/clang/test/Modules/Inputs/submodules/ |
hash_map.h | 1 template<typename Key, typename Data> class hash_map { }; class
|
module.map | 4 explicit module hash_map { header "hash_map.h" }
|
/external/chromium/android/ext/ |
fake_hash.h | 4 #include <hash_map> 8 using std::hash_map;
|
/external/protobuf/vsprojects/ |
config.h | 4 /* the location of <hash_map> */ 5 #define HASH_MAP_H <hash_map> 7 /* the namespace of hash_map/hash_set */ 8 // Apparently Microsoft decided to move hash_map *back* to the std namespace 21 /* define if the compiler has hash_map */
|
/external/protobuf/m4/ |
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>]) [all...] |
/external/stlport/etc/ |
std_headers.txt | 7 hash_map
|
/packages/inputmethods/LatinIME/native/jni/src/ |
hash_map_compat.h | 23 #include <ext/hash_map> 25 #include <hash_map> 29 #define hash_map_compat stlport::hash_map 31 #define hash_map_compat __gnu_cxx::hash_map
|
/external/clang/test/Modules/ |
submodules.cpp | 22 // hash_map still isn't available. 23 hash_map<int, float> ints_to_floats; // expected-error{{unknown type name 'hash_map'}} \ 26 @import std.hash_map; 28 hash_map<int, float> ints_to_floats2;
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p6.cpp | 22 template<typename T> struct Hash_map { 27 Hash_map<S> *x; 28 const Hash_map<S> *foo() {
|
/external/clang/test/SemaCXX/ |
PR11358.cpp | 23 class hash_map { class in namespace:test2 30 void MapTest(hash_map<KeyType, ValueType> map) { 31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
|
/external/chromium/base/ |
hash_tables.h | 8 // of hash_map. Allows all platforms to use |base::hash_map| and 11 // base::hash_map<int> my_map; 30 #include <hash_map> 33 using stdext::hash_map; 37 // This is a hack to disable the gcc 4.4 warning about hash_map and hash_set 45 #include <ext/hash_map> 55 using __gnu_cxx::hash_map;
|
/external/chromium/chrome/browser/ |
resources_util.cc | 15 // A wrapper class that holds a hash_map between resource strings and resource 17 // thread safety in initializing the hash_map for us. 20 typedef base::hash_map<std::string, int> StringIntMap;
|
/external/oprofile/module/ |
op_dname.c | 30 static struct op_hash_index * hash_map; variable in typeref:struct:op_hash_index 47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE)); 48 if (!hash_map) 52 hash_map[i].name = 0; 53 hash_map[i].parent = -1; 56 op_pool_start = (char *)(hash_map + OP_HASH_MAP_NR); 62 hash_map[0].name = alloc_in_pool("/", 1); 63 hash_map[0].parent = 0; 71 rvfree(hash_map, PAGE_ALIGN(OP_HASH_MAP_SIZE)); 100 pos = (ulong)hash_map; [all...] |
/external/stlport/stlport/stl/ |
_hash_map.h | 45 class hash_map class in inherits:__stlport_class 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} function in class:hash_map 89 explicit hash_map(size_type __n) function in class:hash_map 91 hash_map(size_type __n, const hasher& __hf) function in class:hash_map 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map 98 hash_map(__move_source<_Self> src) function in class:hash_map 105 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n function in class:hash_map 113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 132 hash_map(const value_type* __f, const value_type* __l) function in class:hash_map 135 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map 138 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 142 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 148 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map 151 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map 154 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map 158 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 45 class hash_map class in inherits:__stlport_class 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} function in class:hash_map 89 explicit hash_map(size_type __n) function in class:hash_map 91 hash_map(size_type __n, const hasher& __hf) function in class:hash_map 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map 98 hash_map(__move_source<_Self> src) function in class:hash_map 105 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n function in class:hash_map 113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 132 hash_map(const value_type* __f, const value_type* __l) function in class:hash_map 135 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map 138 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 142 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 148 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map 151 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map 154 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map 158 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 45 class hash_map class in inherits:__stlport_class 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} function in class:hash_map 89 explicit hash_map(size_type __n) function in class:hash_map 91 hash_map(size_type __n, const hasher& __hf) function in class:hash_map 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map 98 hash_map(__move_source<_Self> src) function in class:hash_map 105 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n function in class:hash_map 113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 132 hash_map(const value_type* __f, const value_type* __l) function in class:hash_map 135 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map 138 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 142 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 148 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map 151 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map 154 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map 158 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 45 class hash_map class in inherits:__stlport_class 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} function in class:hash_map 89 explicit hash_map(size_type __n) function in class:hash_map 91 hash_map(size_type __n, const hasher& __hf) function in class:hash_map 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map 98 hash_map(__move_source<_Self> src) function in class:hash_map 105 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n function in class:hash_map 113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 132 hash_map(const value_type* __f, const value_type* __l) function in class:hash_map 135 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map 138 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 142 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 148 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map 151 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map 154 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map 158 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 45 class hash_map class in inherits:__stlport_class 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} function in class:hash_map 89 explicit hash_map(size_type __n) function in class:hash_map 91 hash_map(size_type __n, const hasher& __hf) function in class:hash_map 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map 98 hash_map(__move_source<_Self> src) function in class:hash_map 105 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n function in class:hash_map 113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 132 hash_map(const value_type* __f, const value_type* __l) function in class:hash_map 135 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map 138 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 142 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 148 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map 151 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map 154 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map 158 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_hash_map.h | 45 class hash_map class in inherits:__stlport_class 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} function in class:hash_map 89 explicit hash_map(size_type __n) function in class:hash_map 91 hash_map(size_type __n, const hasher& __hf) function in class:hash_map 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_map 98 hash_map(__move_source<_Self> src) function in class:hash_map 105 hash_map(_InputIterator __f, _InputIterator __l) function in class:hash_map 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n function in class:hash_map 113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_map 132 hash_map(const value_type* __f, const value_type* __l) function in class:hash_map 135 hash_map(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_map 138 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 142 hash_map(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_map 148 hash_map(const_iterator __f, const_iterator __l) function in class:hash_map 151 hash_map(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_map 154 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map 158 hash_map(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_map [all...] |
/ndk/sources/cxx-stl/llvm-libc++/include/ext/ |
hash_map | 2 //===-------------------------- hash_map ----------------------------------===// 16 hash_map synopsis 23 class hash_map 43 explicit hash_map(size_type n = 193, const hasher& hf = hasher(), 47 hash_map(InputIterator f, InputIterator l, 51 hash_map(const hash_map&); 52 ~hash_map(); 53 hash_map& operator=(const hash_map&) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
backward_warning.h | 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map 46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map 46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map 46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 45 <unordered_map>, unordered_map <ext/hash_map>, hash_map 46 <unordered_map>, unordered_multimap <ext/hash_map>, hash_multimap
|