/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | hash_utils_test.cc | 236 uint64 hash2 = GetHash(gd, *n6); in TEST_F() local 271 uint64 hash2 = GetHash(gd, *n4); in TEST_F() local 347 uint64 hash2 = GetHash(gd, *shuffle_ds_2); in TEST_F() local 396 uint64 hash2 = GetHash(gd, *n6); in TEST_F() local 432 uint64 hash2 = GetHash(gd, *n4); in TEST_F() local 470 uint64 hash2 = GetHash(gd, *n4); in TEST_F() local 538 uint64 hash2 = GetHash(gd, *n3); in TEST_F() local 604 uint64 hash2 = GetHash(gd, *n3); in TEST_F() local 652 uint64 hash2 = GetHash(gd, *n3); in TEST_F() local 700 uint64 hash2 = GetHash(gd, *n3); in TEST_F() local [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | BloomFilterStrategies.java | 57 int hash2 = (int) (hash64 >>> 32); in MURMUR128_MITZ_32() local 80 int hash2 = (int) (hash64 >>> 32); in MURMUR128_MITZ_32() local 111 long hash2 = upperEight(bytes); in MURMUR128_MITZ_64() local 132 long hash2 = upperEight(bytes); in MURMUR128_MITZ_64() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | BloomFilterStrategies.java | 57 int hash2 = (int) (hash64 >>> 32); in MURMUR128_MITZ_32() local 80 int hash2 = (int) (hash64 >>> 32); in MURMUR128_MITZ_32() local 111 long hash2 = upperEight(bytes); in MURMUR128_MITZ_64() local 132 long hash2 = upperEight(bytes); in MURMUR128_MITZ_64() local
|
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/ |
H A D | LeakStatusTest.kt | 437 val hash2 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant 465 val hash2 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant 494 val hash2 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/statsconverters/ |
D | GaugeMetricDataConverterTest.java | 51 Long hash2 = HashUtils.murmur2Hash64("process.name.B"); in testConvertGaugeDataList_putsCorrectDataIntoPersistableBundle() local 137 Long hash2 = HashUtils.murmur2Hash64("process.name.B"); in testConvertGaugeDataList_forAggregatedAtoms_putsCorrectDataIntoPersistableBundle() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/animation/ |
H A D | AnimatableScaleMatrixTest.kt | 42 val hash2 = matrix.hashCode() in test_hashCode_remainsSameIfMatrixUpdates() constant
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/ |
H A D | HashTestUtils.java | 303 int hash2 = function.hashInt(key2).asInt(); in checkNoFunnels() local 350 int hash2 = function.hashInt(key2).asInt(); in checkAvalanche() local 396 int hash2 = function.hashInt(key2).asInt(); in checkNo2BitCharacteristics() local 447 int hash2 = function.hashInt(key2).asInt(); in check2BitAvalanche() local
|
H A D | HashCodeTest.java | 187 HashCode hash2 = HashCode.fromBytes(BaseEncoding.base16().lowerCase().decode(hash1.toString())); in testRoundTripHashCodeUsingBaseEncoding() local 219 HashCode hash2 = HashCode.fromString(hash1.toString()); in testRoundTripHashCodeUsingFromString() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | HashTestUtils.java | 303 int hash2 = function.hashInt(key2).asInt(); in checkNoFunnels() local 350 int hash2 = function.hashInt(key2).asInt(); in checkAvalanche() local 396 int hash2 = function.hashInt(key2).asInt(); in checkNo2BitCharacteristics() local 447 int hash2 = function.hashInt(key2).asInt(); in check2BitAvalanche() local
|
H A D | HashCodeTest.java | 187 HashCode hash2 = HashCode.fromBytes(BaseEncoding.base16().lowerCase().decode(hash1.toString())); in testRoundTripHashCodeUsingBaseEncoding() local 219 HashCode hash2 = HashCode.fromString(hash1.toString()); in testRoundTripHashCodeUsingFromString() local
|
/aosp_15_r20/external/cronet/net/tools/transport_security_state_generator/ |
H A D | cert_util_unittest.cc | 149 SPKIHash hash2; in TEST() local 173 SPKIHash hash2; in TEST() local
|
H A D | spki_hash_unittest.cc | 28 SPKIHash hash2; in TEST() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/ |
D | CoverArtTest.java | 155 String hash2 = artwork2.getImageHash(); in testGetImageHashSameForSameImages() local 170 String hash2 = artwork2.getImageHash(); in testGetImageHashDifferentForDifferentImages() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_cse.cpp | 311 uint32_t hash2 = hash_reg(hash, inst->src[2]); in hash_inst() local 334 uint32_t hash2 = inst->sources > 2 ? hash_reg(hash, inst->src[2]) : 1; in hash_inst() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | itestvalue.hpp | 151 std::size_t hash2 = (priority_hash)(t2); in priority_order() local 279 std::size_t hash2 = boost::hash<int>()(t2); in priority_order() local
|
/aosp_15_r20/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
H A D | PersistentHashArrayMappedTrie.java | 247 Node<K,V> node1, int hash1, Node<K,V> node2, int hash2, int bitsConsumed) { in combine() 248 assert hash1 != hash2; in combine() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | XdsNameResolverTest.java | 728 long hash2 = testCall.callOptions.getOption(XdsNameResolver.RPC_HASH_KEY); in resolved_rpcHashingByHeader_withoutSubstitution() local 762 long hash2 = testCall.callOptions.getOption(XdsNameResolver.RPC_HASH_KEY); in resolved_rpcHashingByHeader_withSubstitution() local 802 long hash2 = testCall.callOptions.getOption(XdsNameResolver.RPC_HASH_KEY); in resolved_rpcHashingByChannelId() local
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-cplusplus.cc | 117 std::hash<hb::shared_ptr<hb_buffer_t>> hash2 {}; in main() local
|
/aosp_15_r20/external/libyuv/util/ |
H A D | compare.cc | 35 uint32_t hash2 = 5381; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | hash_enum_test.cpp | 35 BOOST_HASH_TEST_NAMESPACE::hash<test::enum2> hash2; in main() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | CalendarCache.java | 109 private final int hash2(long key) { in hash2() method in CalendarCache
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | CalendarCache.java | 107 private final int hash2(long key) { in hash2() method in CalendarCache
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | SurfaceControlRegistryTests.java | 101 int hash2 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls() local
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-filter-hash.c | 184 struct tracecmd_filter_id *hash2) in tracecmd_filter_id_compare()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/ |
H A D | fingerprinting_test.cc | 102 uint64 hash2 = ComputeHash(graph_def2); in TEST() local
|