HomeSort by relevance Sort by last modified time
    Searched refs:hash (Results 176 - 200 of 3742) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8)
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
59 test_hash<std::hash<NotConstructible> >(8)
62 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
54 test_hash<std::hash<NotConstructible> >,
60 test_hash<std::hash<NotConstructible> >(8),
64 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 test_hash<std::hash<NotConstructible> >,
37 test_hash<std::hash<NotConstructible> >(8),
42 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
55 test_hash<std::hash<NotConstructible> >,
61 test_hash<std::hash<NotConstructible> >(8),
66 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8),
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
52 test_hash<std::hash<NotConstructible> >,
57 test_hash<std::hash<NotConstructible> >(8),
61 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
58 test_hash<std::hash<NotConstructible> >(8),
63 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8),
40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
52 test_hash<std::hash<NotConstructible> >,
57 test_hash<std::hash<NotConstructible> >(8),
61 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
31 test_hash<std::hash<NotConstructible> >,
36 test_hash<std::hash<NotConstructible> >(8),
41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
53 test_hash<std::hash<NotConstructible> >,
58 test_hash<std::hash<NotConstructible> >(8),
63 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
  /art/test/004-SignalTest/src/
Main.java 32 int hash = o.hashCode(); local
35 System.out.println("hash: " + hash);
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_JniStaticTest.cpp 34 jint hash = env->CallIntMethod(coreClass, midHashCode); local
36 return hash;
  /external/apache-http/src/org/apache/http/
HttpHost.java 212 int hash = LangUtils.HASH_SEED; local
213 hash = LangUtils.hashCode(hash, this.lcHostname);
214 hash = LangUtils.hashCode(hash, this.port);
215 hash = LangUtils.hashCode(hash, this.schemeName);
216 return hash;
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 218 int hash = LangUtils.HASH_SEED; local
219 hash = LangUtils.hashCode(hash, this.name);
220 hash = LangUtils.hashCode(hash, this.value);
222 hash = LangUtils.hashCode(hash, this.parameters[i]);
224 return hash;
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
StringMapFunnel.java 19 import com.google.common.hash.Funnel;
20 import com.google.common.hash.PrimitiveSink;
  /external/conscrypt/src/main/java/org/conscrypt/ct/
CTLogInfo.java 53 * Get the log's ID, that is the SHA-256 hash of it's public key
89 int hash = 1; local
90 hash = hash * 31 + publicKey.hashCode();
91 hash = hash * 31 + description.hashCode();
92 hash = hash * 31 + url.hashCode();
94 return hash;
  /external/google-breakpad/src/common/
unordered.h 41 // For hash<string>.
42 #include "util/hash/hash.h"
44 template <class T, class U, class H = __gnu_cxx::hash<T> >
46 template <class T, class H = __gnu_cxx::hash<T> >
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context.h 86 struct BASE_EXPORT hash<base::trace_event::Backtrace> { struct in namespace:BASE_HASH_NAMESPACE
91 struct BASE_EXPORT hash<base::trace_event::AllocationContext> { struct in namespace:BASE_HASH_NAMESPACE
  /external/libvpx/
update_libvpx.sh 60 # Get the current commit hash.
61 hash=$(git log -1 --format="%H")
68 echo "Commit: $hash"
78 # Output the current commit hash.
79 echo "Current HEAD: $hash"
82 # Output log for upstream from current hash.
90 $prev_hash..$hash)"
98 $hash..$prev_hash)"
  /external/llvm/test/MC/AsmParser/
comments-x86-darwin.s 3 .align 3 # test single hash after align
5 foo: # single hash should be ignored as comment
  /external/v8/third_party/binutils/Linux_x64/Release/lib/ldscripts/
i386linux.xr 14 *(.hash)
i386linux.xu 14 *(.hash)
  /frameworks/base/location/java/android/location/
Country.java 176 int hash = mHashCode; local
177 if (hash == 0) {
178 hash = 17;
179 hash = hash * 13 + mCountryIso.hashCode();
180 hash = hash * 13 + mSource;
181 mHashCode = hash;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
integral.pass.cpp 13 // struct hash
31 std::hash<T> >::value), "");
32 std::hash<T> h;
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/
i386linux.xr 18 *(.hash)
i386linux.xu 18 *(.hash)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 39 * when the hash value is not stored.
48 size_type hash = ranged_probe_fn_base::operator()(r_key); local
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
resize_no_store_hash_fn_imps.hpp 39 * hash value is not stored.
49 size_type hash = ranged_probe_fn_base::operator()(r_key); local
53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);

Completed in 754 milliseconds

1 2 3 4 5 6 78 91011>>