/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
copy_alloc.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));
|
assign_copy.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 33 test_hash<std::hash<int> >, 49 test_hash<std::hash<int> >(8), 55 test_hash<std::hash<int> >(2), 80 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 110 test_hash<std::hash<int> >, 126 test_hash<std::hash<int> >(8), 132 test_hash<std::hash<int> >(2), 157 assert(c.hash_function() == test_hash<std::hash<int> >(8)) [all...] |
move.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 33 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 55 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 69 test_hash<std::hash<int> >, 85 test_hash<std::hash<int> >(8), 124 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 133 test_hash<std::hash<int> >, 148 test_hash<std::hash<int> >(8) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/ |
allocator.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 31 test_hash<std::hash<NotConstructible> >, 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 49 test_hash<std::hash<NotConstructible> >, 55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 67 typedef test_hash<std::hash<T>> HF; 87 typedef test_hash<std::hash<T>> HF;
|
copy_alloc.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));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/ |
allocator.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 31 test_hash<std::hash<NotConstructible> >, 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 49 test_hash<std::hash<NotConstructible> >, 55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 67 typedef test_hash<std::hash<T>> HF; 87 typedef test_hash<std::hash<T>> HF;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 243 - (void) createNilNode:(unsigned)hash; 246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type; 249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 243 - (void) createNilNode:(unsigned)hash; 246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type; 249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventListener.h | 243 - (void) createNilNode:(unsigned)hash; 246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type; 249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventListener.h | 243 - (void) createNilNode:(unsigned)hash; 246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type; 249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
|
ANTLRPtrStack.h | 38 /* form hash value for string s */ 39 - (NSInteger)hash:(NSString *)s;
|
/external/deqp/modules/internal/ |
ditImageIOTests.cpp | 64 const deUint32 hash = deMemoryHash(texture.getAccess().getDataPtr(), imageSize); local 66 if (hash != m_expectedHash) 68 m_testCtx.getLog() << TestLog::Message << "ERROR: expected hash " << tcu::toHex(m_expectedHash) << ", got " << tcu::toHex(hash) << TestLog::EndMessage; 70 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Hash check failed");
|
/external/fio/ |
filehash.c | 6 #include "hash.h" 17 static unsigned short hash(const char *name) function 49 struct flist_head *bucket = &file_hash[hash(name)]; 91 flist_add_tail(&f->hash_list, &file_hash[hash(f->file_name)]); 108 log_err("fio: file hash not empty on exit\n");
|
/external/guava/guava-tests/test/com/google/common/hash/ |
ChecksumHashFunctionTest.java | 15 package com.google.common.hash; 17 import static com.google.common.hash.Hashing.ChecksumType.ADLER_32; 18 import static com.google.common.hash.Hashing.ChecksumType.CRC_32;
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_copy.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 33 test_hash<std::hash<int> >, 49 test_hash<std::hash<int> >(8), 55 test_hash<std::hash<int> >(2), 80 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 110 test_hash<std::hash<int> >, 126 test_hash<std::hash<int> >(8), 132 test_hash<std::hash<int> >(2), 157 assert(c.hash_function() == test_hash<std::hash<int> >(8)) [all...] |
move.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 33 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 55 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 69 test_hash<std::hash<int> >, 85 test_hash<std::hash<int> >(8), 124 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 133 test_hash<std::hash<int> >, 148 test_hash<std::hash<int> >(8) [all...] |
/external/openssh/ |
kexecdh.c | 61 u_char *hash, size_t *hashlen) 89 if (ssh_digest_buffer(hash_alg, b, hash, *hashlen) != 0) { 96 dump_digest("hash", hash, *hashlen);
|
kexgex.c | 58 u_char *hash, size_t *hashlen) 91 if (ssh_digest_buffer(hash_alg, b, hash, *hashlen) != 0) { 98 dump_digest("hash", hash, *hashlen);
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
MarshalRegistry.java | 104 this.hash = typeReference.hashCode() ^ nativeType; 109 private final int hash; field in class:MarshalRegistry.MarshalToken 124 return hash;
|
/frameworks/base/core/java/android/view/inputmethod/ |
CursorAnchorInfo.java | 165 int hash = floatHash > 0 ? (int) floatHash : (int)(-floatHash); local 166 hash *= 31; 167 hash += mInsertionMarkerFlags; 168 hash *= 31; 169 hash += mSelectionStart + mSelectionEnd + mComposingTextStart; 170 hash *= 31; 171 hash += Objects.hashCode(mComposingText); 172 hash *= 31; 173 hash += Objects.hashCode(mCharacterBoundsArray); 174 hash *= 31 [all...] |
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
ViewDumpParser.java | 42 Object hash = getProperty(props, "__hash__"); local 44 if (name instanceof String && hash instanceof Integer) { 45 return String.format(Locale.US, "%s@%x", name, hash);
|
/libcore/luni/src/main/java/java/security/cert/ |
Certificate.java | 93 * Returns an integer hash code for the certificate. Any two objects which 97 * @return the certificate's hash 103 int hash = 0; local 105 hash += i*encoded[i]; 107 return hash;
|
/ndk/sources/cxx-stl/stlport/src/ |
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<messages_base::catalog>, 80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
hash.h | 38 uint32_t isl_hash_string(uint32_t hash, const char *s); 39 uint32_t isl_hash_mem(uint32_t hash, const void *p, size_t len); 45 uint32_t hash; member in struct:isl_hash_table_entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
hash.h | 38 uint32_t isl_hash_string(uint32_t hash, const char *s); 39 uint32_t isl_hash_mem(uint32_t hash, const void *p, size_t len); 45 uint32_t hash; member in struct:isl_hash_table_entry
|