/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
TransformerMap.java | 182 int hash = defaultTransformer.hashCode(); local 184 hash = hash * 31 + t.hashCode(); 186 return hash;
|
/external/conscrypt/src/main/java/org/conscrypt/ |
KeyManagerImpl.java | 53 private final Hashtable<String, PrivateKeyEntry> hash; field in class:KeyManagerImpl 62 this.hash = new Hashtable<String, PrivateKeyEntry>(); 75 hash.put(alias, entry); 104 if (hash.containsKey(alias)) { 105 Certificate[] certs = hash.get(alias).getCertificateChain(); 133 if (hash.containsKey(alias)) { 134 return hash.get(alias).getPrivateKey(); 157 for (Enumeration<String> aliases = hash.keys(); aliases.hasMoreElements();) { 159 final KeyStore.PrivateKeyEntry entry = hash.get(alias);
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashFunctionEnum.java | 17 package com.google.common.hash; 20 * An enum that contains all of the known hash functions. 39 // Hash functions found in //javatests for comparing against current implementation of CityHash.
|
MessageDigestHashFunctionTest.java | 17 package com.google.common.hash; 65 .hash() 79 .hash() 82 sha1.hash();
|
/external/icu/icu4c/source/common/unicode/ |
stringtriebuilder.h | 183 // Hash set of nodes, maps from nodes to integer 1. 191 Node(int32_t initialHash) : hash(initialHash), offset(0) {} 192 inline int32_t hashCode() const { return hash; } 242 int32_t hash; member in class:StringTrieBuilder::Node 272 hash=hash*37+v; 333 hash=(hash*37+c)*37+value; 341 hash=(hash*37+c)*37+hashCode(node) [all...] |
/external/libcxx/test/std/containers/unord/unord.map/ |
db_local_iterators_7.pass.cpp | 39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
max_bucket_count.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 35 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
copy.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 32 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 59 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 72 test_hash<std::hash<int> >, 88 test_hash<std::hash<int> >(8), 99 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 113 test_hash<std::hash<int> >, 129 test_hash<std::hash<int> >(8) [all...] |
init_size.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 33 test_hash<std::hash<int> >, 54 assert(c.hash_function() == test_hash<std::hash<int> >()); 67 test_hash<std::hash<int> >, 88 assert(c.hash_function() == test_hash<std::hash<int> >());
|
move_alloc.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 35 test_hash<std::hash<int> >, 50 test_hash<std::hash<int> >(8), 61 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 76 test_hash<std::hash<int> >, 91 test_hash<std::hash<int> >(8), 102 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 118 test_hash<std::hash<int> >, 133 test_hash<std::hash<int> >(8) [all...] |
range_size.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 35 test_hash<std::hash<int> >, 58 assert(c.hash_function() == test_hash<std::hash<int> >()); 71 test_hash<std::hash<int> >, 94 assert(c.hash_function() == test_hash<std::hash<int> >());
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
db_local_iterators_7.pass.cpp | 39 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
|
max_bucket_count.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 35 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
copy.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 32 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 73 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 86 test_hash<std::hash<int> >, 102 test_hash<std::hash<int> >(8), 127 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 141 test_hash<std::hash<int> >, 157 test_hash<std::hash<int> >(8) [all...] |
/external/libcxx/test/std/containers/unord/unord.multiset/ |
clear.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 43 typedef std::unordered_multiset<int, std::hash<int>,
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
copy.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 31 test_hash<std::hash<int> >, 47 test_hash<std::hash<int> >(8), 66 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 78 test_hash<std::hash<int> >, 94 test_hash<std::hash<int> >(8), 113 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 126 test_hash<std::hash<int> >, 142 test_hash<std::hash<int> >(8) [all...] |
init_size.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 32 test_hash<std::hash<int> >, 53 assert(c.hash_function() == test_hash<std::hash<int> >()); 65 test_hash<std::hash<int> >, 86 assert(c.hash_function() == test_hash<std::hash<int> >());
|
range_size.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 33 test_hash<std::hash<int> >, 56 assert(c.hash_function() == test_hash<std::hash<int> >()); 68 test_hash<std::hash<int> >, 91 assert(c.hash_function() == test_hash<std::hash<int> >());
|
/external/libcxx/test/std/containers/unord/unord.set/ |
clear.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 43 typedef std::unordered_set<int, std::hash<int>, std::equal_to<int>, min_allocator<int>> C;
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
init_size.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 32 test_hash<std::hash<int> >, 53 assert(c.hash_function() == test_hash<std::hash<int> >()); 65 test_hash<std::hash<int> >, 86 assert(c.hash_function() == test_hash<std::hash<int> >());
|
move_alloc.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 34 test_hash<std::hash<int> >, 49 test_hash<std::hash<int> >(8), 60 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 75 test_hash<std::hash<int> >, 90 test_hash<std::hash<int> >(8), 101 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 117 test_hash<std::hash<int> >, 132 test_hash<std::hash<int> >(8) [all...] |
range_size.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 33 test_hash<std::hash<int> >, 56 assert(c.hash_function() == test_hash<std::hash<int> >()); 68 test_hash<std::hash<int> >, 91 assert(c.hash_function() == test_hash<std::hash<int> >());
|
/external/libcxx/test/std/diagnostics/syserr/syserr.hash/ |
error_code.pass.cpp | 13 // struct hash 29 typedef std::hash<T> H;
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/ |
thread_id.pass.cpp | 15 // struct hash 30 typedef std::hash<std::thread::id> H;
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
pointer.pass.cpp | 13 // struct hash 30 typedef std::hash<T> H;
|