Searched refs:hash2 (Results 1 – 11 of 11) sorted by relevance
/external/apache-harmony/math/src/test/java/tests/api/java/math/ |
D | BigDecimalTest.java | 356 BigDecimal hash2 = new BigDecimal(1.00D); in test_hashCode() local 358 hash.hashCode() != hash2.hashCode() && !hash.equals(hash2)); in test_hashCode() 359 hash2 = new BigDecimal("1.0"); in test_hashCode() 361 hash.hashCode() != hash2.hashCode() && !hash.equals(hash2)); in test_hashCode() 363 hash2 = new BigDecimal(val, 2); in test_hashCode() 365 .hashCode() == hash2.hashCode() in test_hashCode() 366 && hash.equals(hash2)); in test_hashCode() 368 hash2 = new BigDecimal("-1233456.0000"); in test_hashCode() 370 .hashCode() != hash2.hashCode() in test_hashCode() 371 && !hash.equals(hash2)); in test_hashCode() [all …]
|
/external/icu4c/common/ |
D | uhash.c | 880 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ in uhash_equals() argument 884 if(hash1==hash2){ in uhash_equals() 896 if (hash1==NULL || hash2==NULL || in uhash_equals() 897 hash1->keyComparator != hash2->keyComparator || in uhash_equals() 898 hash1->valueComparator != hash2->valueComparator || in uhash_equals() 909 count2 = uhash_count(hash2); in uhash_equals() 923 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1)); in uhash_equals()
|
D | uhash.h | 727 uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 459 UInt32 hash2; 474 hash2 = len; 476 hash2 = (37 * hash2) ^ s[cnt]; 480 …thSize, "%.2u/%.2u/%.10u-%.10u.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), hash1, hash2); 482 …ze, "%.2lu/%.2lu/%.10lu-%.10lu.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), hash1, hash2);
|
/external/chromium/chrome/browser/ |
D | enumerate_modules_model_win.cc | 626 std::string hash1, hash2, hash3; in MatchAgainstBlacklist() local 629 GenerateHash(kModuleBlacklist[i].location, &hash2); in MatchAgainstBlacklist() 630 hashes += " - " + hash2; in MatchAgainstBlacklist()
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 582 int32_t hash2 = test2.hashCode(); in TestSimpleObjectStuff() local 585 test_assert(hash1 == hash2); in TestSimpleObjectStuff() 587 test_assert(hash2 == hash3); in TestSimpleObjectStuff() 669 int32_t hash2 = test2.hashCode(); in TestPOSIXParsing() local 672 test_assert(hash1 == hash2); in TestPOSIXParsing() 673 test_assert(hash2 == hash3); in TestPOSIXParsing()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_updater_unittest.cc | 835 std::string hash2 = ""; in TestMultipleExtensionDownloading() local 841 updater.FetchUpdatedExtension(id2, url2, hash2, version2); in TestMultipleExtensionDownloading()
|
/external/grub/netboot/ |
D | tlan.c | 2682 u32 hash2 = 0; 2707 hash2 |= ( 1 << ( offset - 32 ) ); 2714 TLan_DioWrite32( dev->base_addr, TLAN_HASH_2, hash2 );
|
/external/llvm/lib/Target/X86/ |
D | README.txt | 236 lambda, siod, optimizer-eval, ackermann, hash2, nestedloop, strcat, and Treesor.
|
/external/llvm/lib/Target/ |
D | README.txt | 339 The SingleSource/Benchmarks/Shootout-C++/hash and hash2 tests have examples of
|
/external/v8/test/cctest/ |
D | test-api.cc | 1650 int hash2 = v8::Object::New()->GetIdentityHash(); in THREADED_TEST() local 1654 CHECK_NE(hash, hash2); in THREADED_TEST()
|