/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | hash_utils_test.cc | 235 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local 270 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local 346 uint64 hash1 = GetHash(gd, *shuffle_ds); in TEST_F() local 395 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local 431 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local 469 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local 537 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local 603 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local 651 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local 699 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | BloomFilterStrategies.java | 56 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local 79 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local 110 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local 131 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | BloomFilterStrategies.java | 56 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local 79 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local 110 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local 131 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
|
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/ |
H A D | LeakStatusTest.kt | 425 val hash1 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant 453 val hash1 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant 481 val hash1 = 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 | 50 Long hash1 = HashUtils.murmur2Hash64("process.name.A"); in testConvertGaugeDataList_putsCorrectDataIntoPersistableBundle() local 136 Long hash1 = HashUtils.murmur2Hash64("process.name.A"); 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 | 40 val hash1 = 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 | 302 int hash1 = function.hashInt(key1).asInt(); in checkNoFunnels() local 349 int hash1 = function.hashInt(key1).asInt(); in checkAvalanche() local 395 int hash1 = function.hashInt(key1).asInt(); in checkNo2BitCharacteristics() local 446 int hash1 = function.hashInt(key1).asInt(); in check2BitAvalanche() local
|
H A D | HashCodeTest.java | 186 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingBaseEncoding() local 218 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingFromString() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | HashTestUtils.java | 302 int hash1 = function.hashInt(key1).asInt(); in checkNoFunnels() local 349 int hash1 = function.hashInt(key1).asInt(); in checkAvalanche() local 395 int hash1 = function.hashInt(key1).asInt(); in checkNo2BitCharacteristics() local 446 int hash1 = function.hashInt(key1).asInt(); in check2BitAvalanche() local
|
H A D | HashCodeTest.java | 186 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingBaseEncoding() local 218 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingFromString() local
|
/aosp_15_r20/external/cronet/net/tools/transport_security_state_generator/ |
H A D | cert_util_unittest.cc | 137 SPKIHash hash1; in TEST() local 164 SPKIHash hash1; in TEST() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_fast.c | 178 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local 545 const size_t hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_dictMatchState_generic() local 726 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_extDict_generic() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_cse.cpp | 310 uint32_t hash1 = hash_reg(hash, inst->src[1]); in hash_inst() local 333 uint32_t hash1 = hash_reg(hash, inst->src[1]); in hash_inst() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | itestvalue.hpp | 149 std::size_t hash1 = (priority_hash)(t1); in priority_order() local 277 std::size_t hash1 = boost::hash<int>()(t1); in priority_order() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | XdsNameResolverTest.java | 722 long hash1 = testCall.callOptions.getOption(XdsNameResolver.RPC_HASH_KEY); in resolved_rpcHashingByHeader_withoutSubstitution() local 756 long hash1 = testCall.callOptions.getOption(XdsNameResolver.RPC_HASH_KEY); in resolved_rpcHashingByHeader_withSubstitution() local 796 long hash1 = testCall.callOptions.getOption(XdsNameResolver.RPC_HASH_KEY); in resolved_rpcHashingByChannelId() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | link_ext_test.cpp | 13 int f(std::size_t hash1, int* x1) { in f()
|
D | hash_enum_test.cpp | 34 BOOST_HASH_TEST_NAMESPACE::hash<test::enum1> hash1; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/ip/ |
D | address.cpp | 132 std::size_t hash1 = std::hash<ip::address>()(addr1); in test() local
|
D | address_v4.cpp | 156 std::size_t hash1 = std::hash<ip::address_v4>()(addr1); in test() local
|
D | address_v6.cpp | 175 std::size_t hash1 = std::hash<ip::address_v6>()(addr1); in test() local
|
/aosp_15_r20/external/libyuv/util/ |
H A D | compare.cc | 34 uint32_t hash1 = 5381; in main() local
|
/aosp_15_r20/external/AFLplusplus/test/unittests/ |
H A D | unit_hash.c | 55 u64 hash1 = hash64(bitmap, sizeof(bitmap), 0xa5b35705); in test_hash() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | SurfaceControlRegistryTests.java | 93 int hash1 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls() local
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-filter-hash.c | 183 int tracecmd_filter_id_compare(struct tracecmd_filter_id *hash1, in tracecmd_filter_id_compare()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/ |
H A D | fingerprinting_test.cc | 93 uint64 hash1 = ComputeHash(*graph_def); in TEST() local
|