/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
unordered_map | 47 typename _Hash = std::hash<_Key>, 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 _Hash, _Pred, _Alloc> > 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 451 template<typename _Key, typename _Tp, typename _Hash, 454 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 455 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 458 template<typename _Key, typename _Tp, typename _Hash, 461 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 462 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
unordered_set | 47 typename _Hash = std::hash<_Value>, 51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash, 450 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 452 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 453 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 456 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 458 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 459 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
unordered_map | 47 typename _Hash = std::hash<_Key>, 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 _Hash, _Pred, _Alloc> > 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 451 template<typename _Key, typename _Tp, typename _Hash, 454 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 455 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 458 template<typename _Key, typename _Tp, typename _Hash, 461 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 462 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
unordered_set | 47 typename _Hash = std::hash<_Value>, 51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash, 450 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 452 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 453 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 456 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 458 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 459 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
unordered_map | 47 typename _Hash = std::hash<_Key>, 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 _Hash, _Pred, _Alloc> > 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 477 template<typename _Key, typename _Tp, typename _Hash, 480 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 481 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 484 template<typename _Key, typename _Tp, typename _Hash, 487 operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 488 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
unordered_set | 47 typename _Hash = std::hash<_Value>, 51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_unordered_container<unordered_set<_Value, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash, 475 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 477 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 478 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 481 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 483 operator==(const unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 484 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/external/jetty/src/java/org/eclipse/jetty/io/ |
ByteArrayBuffer.java | 161 if (_hash != 0 && obj instanceof AbstractBuffer) 164 if (ab._hash != 0 && _hash != ab._hash) 192 if (_hash != 0 && b instanceof AbstractBuffer) 195 if (ab._hash != 0 && _hash != ab._hash) return false; 242 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put) 250 _hash = 31 * _hash + b [all...] |
AbstractBuffer.java | 51 protected int _hash; field in class:AbstractBuffer 181 if (_hash != 0 && obj instanceof AbstractBuffer) 184 if (ab._hash != 0 && _hash != ab._hash) return false; 208 if (_hash != 0 && b instanceof AbstractBuffer) 211 if (ab._hash != 0 && _hash != ab._hash) return false; 293 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put) [all...] |
/external/freetype/src/cache/ |
ftccache.h | 214 FT_Offset _hash = (FT_Offset)(hash); \ 223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 233 if ( _node->hash == _hash && \ 243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
gim_contact.h | 96 GUINT _hash=0; local 98 _hash = *_uitmp; 100 _hash += (*_uitmp)<<4; 102 _hash += (*_uitmp)<<8; 103 return _hash;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/ |
ftccache.h | 214 FT_Offset _hash = (FT_Offset)(hash); \ 223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 233 if ( _node->hash == _hash && \ 243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
AsciiUtil.java | 166 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey 170 _hash = AsciiUtil.toLowerString(key).hashCode(); 184 return _hash;
|
BaseLocale.java | 29 private transient volatile int _hash = 0; field in class:BaseLocale 129 int h = _hash; 144 _hash = h; 155 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key 208 int h = _hash; 227 _hash = h;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
AsciiUtil.java | 162 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey 166 _hash = AsciiUtil.toLowerString(key).hashCode(); 180 return _hash;
|
BaseLocale.java | 25 private transient volatile int _hash = 0; field in class:BaseLocale 125 int h = _hash; 140 _hash = h; 151 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key 204 int h = _hash; 223 _hash = h;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
AsciiUtil.java | 162 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey 166 _hash = AsciiUtil.toLowerString(key).hashCode(); 180 return _hash;
|
BaseLocale.java | 25 private transient volatile int _hash = 0; field in class:BaseLocale 125 int h = _hash; 140 _hash = h; 151 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key 204 int h = _hash; 223 _hash = h;
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 32 IHashCalc *_hash;
member in class:COutStreamWithHash 45 void InitCRC() { _hash->InitForNewFile(); }
265 _hashStreamSpec->_hash = hash;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_map.h | 43 typename _Hash = hash<_Key>, 46 typename _Tr = __umap_traits<__cache_default<_Key, _Hash>::value>> 49 _Pred, _Hash, 60 typename _Hash = hash<_Key>, 63 typename _Tr = __ummap_traits<__cache_default<_Key, _Hash>::value>> 66 _Pred, _Hash, 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 94 class _Hash = hash<_Key>, 99 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable; 761 * @tparam _Hash Hashing function object type, defaults to hash<_Value> [all...] |
unordered_set.h | 42 typename _Hash = hash<_Value>, 45 typename _Tr = __uset_traits<__cache_default<_Value, _Hash>::value>> 47 __detail::_Identity, _Pred, _Hash, 57 typename _Hash = hash<_Value>, 60 typename _Tr = __umset_traits<__cache_default<_Value, _Hash>::value>> 63 _Pred, _Hash, 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 90 class _Hash = hash<_Value>, 95 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable; 683 * @tparam _Hash Hashing function object type, defaults to hash<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_map.h | 43 typename _Hash = hash<_Key>, 46 typename _Tr = __umap_traits<__cache_default<_Key, _Hash>::value>> 49 _Pred, _Hash, 60 typename _Hash = hash<_Key>, 63 typename _Tr = __ummap_traits<__cache_default<_Key, _Hash>::value>> 66 _Pred, _Hash, 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 94 class _Hash = hash<_Key>, 99 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable; 761 * @tparam _Hash Hashing function object type, defaults to hash<_Value> [all...] |
unordered_set.h | 42 typename _Hash = hash<_Value>, 45 typename _Tr = __uset_traits<__cache_default<_Value, _Hash>::value>> 47 __detail::_Identity, _Pred, _Hash, 57 typename _Hash = hash<_Value>, 60 typename _Tr = __umset_traits<__cache_default<_Value, _Hash>::value>> 63 _Pred, _Hash, 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 90 class _Hash = hash<_Value>, 95 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable; 683 * @tparam _Hash Hashing function object type, defaults to hash<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
unordered_map.h | 43 typename _Hash = hash<_Key>, 46 typename _Tr = __umap_traits<__cache_default<_Key, _Hash>::value>> 49 _Pred, _Hash, 60 typename _Hash = hash<_Key>, 63 typename _Tr = __ummap_traits<__cache_default<_Key, _Hash>::value>> 66 _Pred, _Hash, 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 94 class _Hash = hash<_Key>, 99 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable; 761 * @tparam _Hash Hashing function object type, defaults to hash<_Value> [all...] |
unordered_set.h | 42 typename _Hash = hash<_Value>, 45 typename _Tr = __uset_traits<__cache_default<_Value, _Hash>::value>> 47 __detail::_Identity, _Pred, _Hash, 57 typename _Hash = hash<_Value>, 60 typename _Tr = __umset_traits<__cache_default<_Value, _Hash>::value>> 63 _Pred, _Hash, 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 90 class _Hash = hash<_Value>, 95 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable; 683 * @tparam _Hash Hashing function object type, defaults to hash<_Value> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unordered_map.h | 43 typename _Hash = hash<_Key>, 46 typename _Tr = __umap_traits<__cache_default<_Key, _Hash>::value>> 49 _Pred, _Hash, 60 typename _Hash = hash<_Key>, 63 typename _Tr = __ummap_traits<__cache_default<_Key, _Hash>::value>> 66 _Pred, _Hash, 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 95 class _Hash = hash<_Key>, 100 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable; 792 * @tparam _Hash Hashing function object type, defaults to hash<_Value> [all...] |