/aosp12/frameworks/base/sax/java/android/sax/ |
H A D | Children.java | 31 int hash = uri.hashCode() * 31 + localName.hashCode(); in getOrCreate() local 66 int hash = uri.hashCode() * 31 + localName.hashCode(); in get() local 88 final int hash; field in Children.Child 92 int hash) { in Child()
|
/aosp12/system/core/libutils/ |
H A D | JenkinsHash.cpp | 30 hash_t JenkinsHashWhiten(uint32_t hash) { in JenkinsHashWhiten() 37 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes() 56 uint32_t JenkinsHashMixShorts(uint32_t hash, const uint16_t* shorts, size_t size) { in JenkinsHashMixShorts()
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/ |
H A D | ContiguousFIFOAggregator.java | 100 final int hash = key.hashCode(); in expect() local 167 final int hash = key.hashCode(); in execute() local 201 final int hash = first.hashCode(); in maybeExecuteNow() local 224 final int hash = key.hashCode(); in onFirstExpectedChanged() local 257 final int hash = key.hashCode(); in prettyPrint() local
|
/aosp12/system/bt/btif/test/ |
H A D | btif_keystore_test.cc | 41 std::string hash = "test"; in TEST_F() local 51 std::string hash = ""; in TEST_F() local 59 std::string hash = ""; in TEST_F() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | SmallHash.java | 32 public static int hash(String in) { in hash() method in SmallHash 41 public static int hash(int in) { in hash() method in SmallHash
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | SmallHash.java | 29 public static int hash(String in) { in hash() method in SmallHash 39 public static int hash(int in) { in hash() method in SmallHash
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
H A D | hsearch_r.c | 44 hsearch_lookup_free(struct __hsearch *hsearch, size_t hash) in hsearch_lookup_free() 62 size_t hash; in hsearch_hash() local 80 size_t hash, index, i, old_hash, old_count, new_count; in hsearch_r() local
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | HashCombine.h | 22 static inline void hashCombineSingleHashed(size_t& combinedHash, size_t hash) { in hashCombineSingleHashed() 33 size_t hash = 0; in hashCombine() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerUtils.java | 77 final int hash = getUnsignedHashUnCached(s); in getUnsignedHashCached() local 78 sHashCache.put(s.intern(), hash); in getUnsignedHashCached() local 120 final int hash = getUnsignedHashCached(packageName) ^ getAndroidIdHash(); in shouldSamplePackageForAtom() local
|
/aosp12/system/core/libcutils/ |
H A D | hashmap.cpp | 29 int hash; member 37 int (*hash)(void* key); member 96 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() 169 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() 193 int hash = hashKey(map, key); in hashmapPut() local 225 int hash = hashKey(map, key); in hashmapGet() local 240 int hash = hashKey(map, key); in hashmapRemove() local
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | sha.h | 27 uint8_t hash[SHA256_DIGEST_LENGTH]; variable 47 uint8_t hash[SHA512_DIGEST_LENGTH]; variable
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | crypto.rs | 102 let hash = Sha256Hasher::new()?.update(&[0; 0])?.finalize()?; in verify_hash_values() localVariable 106 let hash = Sha256Hasher::new()? in verify_hash_values() localVariable 118 let hash = Sha256Hasher::new()?.update(&[0u8; 4096])?.finalize()?; in sha256_of_4096_zeros() localVariable
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | BackupPasswordManager.java | 187 BackupPasswordHash hash = getPasswordHashFileCodec().deserialize(); in loadStateFromFilesystem() local 252 public String hash; field in BackupPasswordManager.BackupPasswordHash 255 BackupPasswordHash(String hash, byte[] salt) { in BackupPasswordHash() 303 String hash = dataInputStream.readUTF(); in deserialize() local
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | HashBase.h | 88 hasher& hash() { return m_Hasher; } in hash() function 90 const hasher& hash() const { return m_Hasher; } in hash() function
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-history.js | 17 setHash: function(hash) { argument 39 add: function(hash) { argument
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | Predictor.cpp | 240 void Predictor::describeLayerStack(NonBufferHash hash, std::string& result) const { in describeLayerStack() 263 for (NonBufferHash hash : similarStacks) { in listSimilarStacks() local 287 Prediction& Predictor::getPrediction(NonBufferHash hash) { in getPrediction() 332 NonBufferHash hash; in getApproximateMatch() local 428 for (NonBufferHash hash : similarStacks) { in findSimilarPrediction() local 457 NonBufferHash hash; in dumpPredictionsByFrequency() member
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | verity_writer_android_unittest.cc | 62 brillo::Blob hash = {0x1c, 0xea, 0xf7, 0x3d, 0xf4, 0x0e, 0x53, in TEST_F() local 110 brillo::Blob hash = {0xad, 0x7f, 0xac, 0xb2, 0x58, 0x6f, 0xc6, 0xe9, in TEST_F() local 135 brillo::Blob hash = {0xad, 0x7f, 0xac, 0xb2, 0x58, 0x6f, 0xc6, 0xe9, in TEST_F() local
|
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunk/ |
H A D | ChunkListingMap.java | 58 public boolean hasChunk(ChunkHash hash) { in hasChunk() 70 public Entry getChunkEntry(ChunkHash hash) { in getChunkEntry()
|
/aosp12/art/libartbase/base/ |
H A D | data_hash.h | 26 size_t hash = 0x811c9dc5; in HashBytes() local 56 uint32_t hash = 0; in operator() local
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceIdCache.cpp | 34 static inline uint32_t hashround(uint32_t hash, int c) { in hashround() 38 static uint32_t hash(const android::String16& hashableString) { in hash() function 39 uint32_t hash = 5381; in hash() local
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | Hasher.h | 89 IGNORE_INTEGER_OVERFLOW inline uint32_t hash() { in hash() function 90 uint32_t hash = mHash; in hash() local
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/ |
H A D | CoverArtTest.java | 156 String hash = artwork.getImageHash(); in testGetImageHash() local 166 String hash = artwork.getImageHash(); in testGetImageHashSameForMultipleCalls() local 179 String hash = artwork.getImageHash(); in testGetImageHashSameForSameImages() local 194 String hash = artwork.getImageHash(); in testGetImageHashDifferentForDifferentImages() local
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | DeviceFiles.cpp | 25 bool Hash(const std::string& data, std::string* hash) { in Hash() 75 std::string hash; in StoreFileWithHash() local 213 std::string hash; in RetrieveHashedFile() local
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | LSHProjection.cpp | 54 const RunTimeOperandInfo* hash = GetInput(operation, operands, kHashTensor); in Prepare() local 125 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash, in SparseLshProjection() 146 void DenseLshProjection(const RunTimeOperandInfo* hash, const RunTimeOperandInfo* input, in DenseLshProjection()
|
/aosp12/frameworks/av/media/libnblog/ |
H A D | Entry.cpp | 179 log_hash_t FormatEntry::hash() const in hash() function in android::NBLog::FormatEntry 185 log_hash_t hash; in hash() local 230 log_hash_t HistogramEntry::hash() const in hash() function in android::NBLog::HistogramEntry
|