HomeSort by relevance Sort by last modified time
    Searched refs:hash (Results 276 - 300 of 3090) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
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/runtime/
utf.cc 72 int32_t hash = 0; local
74 hash = hash * 31 + chars->Get(offset + i);
76 return hash;
80 int32_t hash = 0; local
82 hash = hash * 31 + *chars++;
84 return hash;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 35 * The input data and results of computing are defined in Secure Hash Standard,
66 int[] words = new int[INDEX +6]; // working array to compute hash
68 // values defined in examples in Secure Hash Standard
70 int[] hash = {0xA9993E36, 0x4706816A, 0xBA3E2571, 0x7850C26C, 0x9CD0D89D }; local
75 words[0] = 0x61626380; // constants from Secure Hash Standard
91 hash[k] == hash1[k] );
93 assertTrue("false2: k=" + k + " j=" + Integer.toHexString(j), hash[k] == j );
106 // values defined in examples in Secure Hash Standard
107 int[] hash = {0x84983e44, 0x1c3bd26e, 0xbaae4aa1, 0xf95129e5, 0xe54670f1 }; local
109 // string defined in examples in Secure Hash Standar
131 int[] hash = {0x34aa973c, 0xd4c4daa4, 0xf61eeb2b, 0xdbad2731, 0x6534016f }; local
    [all...]
  /external/apache-http/src/org/apache/http/
HttpHost.java 207 int hash = LangUtils.HASH_SEED; local
208 hash = LangUtils.hashCode(hash, this.lcHostname);
209 hash = LangUtils.hashCode(hash, this.port);
210 hash = LangUtils.hashCode(hash, this.schemeName);
211 return hash;
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 213 int hash = LangUtils.HASH_SEED; local
214 hash = LangUtils.hashCode(hash, this.name);
215 hash = LangUtils.hashCode(hash, this.value);
217 hash = LangUtils.hashCode(hash, this.parameters[i]);
219 return hash;
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_store.h 22 // Stores external data referenced by policies. Data is keyed by (policy, hash),
23 // the name of the policy referencing it and its SHA1 hash. Outdated entries are
24 // removed by calling Prune() with the list of (policy, hash) entries that are
39 // Removes all entries from the store whose (policy, hash) pair is not found
43 // Stores |data| under (policy, hash). Returns true if the store succeeded.
45 const std::string& hash,
48 // Loads the entry at (policy, hash) into |data|, verifies that it does not
49 // exceed |max_size| and matches the expected |hash|, then returns true.
50 // Returns false if no entry is found at (policy, hash), there is a problem
51 // during the load, the entry exceeds |max_size| or does not match |hash|
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
misspelling.h 7 // Stores the spellcheck suggestion, its uint32 hash identifier, and user's
27 // misspelling.hash = GenerateRandomHash();
38 uint32 hash);
62 // The hash that identifies the misspelling.
63 uint32 hash; member in class:Misspelling
  /external/chromium_org/components/policy/core/common/cloud/
cloud_external_data_manager.h 32 MetadataEntry(const std::string& url, const std::string& hash);
37 std::string hash; member in struct:policy::CloudExternalDataManager::MetadataEntry
  /external/chromium_org/net/quic/
quic_ack_notifier_manager.h 16 struct hash<net::QuicAckNotifier*> { struct in namespace:BASE_HASH_NAMESPACE
18 return hash<size_t>()(reinterpret_cast<size_t>(ptr));
  /external/chromium_org/remoting/host/
pin_hash_unittest.cc 17 std::string hash = MakeHostPinHash("Host ID", "1234"); local
18 ASSERT_EQ("hmac:bk6RVRFLpLO89mr4QPHSg8CemUUtI90r2F0VfvTmWLI=", hash);
  /external/chromium_org/third_party/skia/include/gpu/
GrKey.h 15 typedef intptr_t Hash;
17 explicit GrKey(Hash hash) : fHash(hash) {}
33 const Hash fHash;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
povray.php 176 # normal hash lines
178 # syntax functions hash thingis
  /external/skia/include/gpu/
GrKey.h 15 typedef intptr_t Hash;
17 explicit GrKey(Hash hash) : fHash(hash) {}
33 const Hash fHash;
  /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;
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ImageAttachmentRequest.java 48 int hash = 17; local
49 hash += 31 * hash + mLookupUri.hashCode();
50 hash += 31 * hash + mRendition;
51 hash += 31 * hash + mDestW;
52 return hash;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 14 *(.hash)
i386linux.xu 14 *(.hash)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.xr 14 *(.hash)
i386linux.xu 14 *(.hash)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.xr 14 *(.hash)
i386linux.xu 14 *(.hash)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
i386linux.xr 14 *(.hash)

Completed in 1392 milliseconds

<<11121314151617181920>>