/aosp14/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()
|
/aosp14/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()
|
/aosp14/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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/ |
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
|
/aosp14/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
|
/aosp14/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
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerUtils.java | 83 final int hash = getUnsignedHashUnCached(s); in getUnsignedHashCached() local 84 sHashCache.put(s.intern(), hash); in getUnsignedHashCached() local 126 final int hash = getUnsignedHashCached(packageName) ^ getAndroidIdHash(); in shouldSamplePackageForAtom() local
|
/aosp14/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
|
/aosp14/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
|
/aosp14/system/core/libutils/include/utils/ |
H A D | JenkinsHash.h | 35 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarVerifier.java | 111 private final byte[] hash; field in StrictJarVerifier.VerifierEntry 117 VerifierEntry(String name, MessageDigest digest, byte[] hash, in VerifierEntry() 247 final String hash = attributes.getValue(algorithm + "-Digest"); in initEntry() local 506 String hash = attributes.getValue(algorithm + entry); in verify() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | ArrayMap.java | 128 private static int binarySearchHashes(int[] hashes, int N, int hash) { in binarySearchHashes() 141 int indexOf(Object key, int hash) { in indexOf() 579 final int hash; in put() local 646 final int hash = key == null ? 0 in append() local 684 int hash = mHashes[i]; in validate() local
|
H A D | ArraySet.java | 97 private int binarySearch(int[] hashes, int hash) { in binarySearch() 107 private int indexOf(Object key, int hash) { in indexOf() 458 final int hash; in add() local 521 final int hash = value == null ? 0 in append() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/ |
H A D | BackupPasswordManagerTest.java | 194 String hash = PasswordUtils.buildPasswordHash( in writeV1HashToFile() local 199 private void writeHashAndSaltToFile(String hash, byte[] salt) throws Exception { in writeHashAndSaltToFile()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ProcessLoggingHandler.java | 132 void enqueueProcessChecksum(final LoggingInfo loggingInfo, final byte[] hash) { in enqueueProcessChecksum() 136 void processChecksum(final LoggingInfo loggingInfo, final byte[] hash) { in processChecksum()
|
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | CodeUtils.kt | 30 fun hash(position: String, messageString: String, logLevel: LogLevel, logGroup: LogGroup): Int { regex
|
H A D | ViewerConfigParser.kt | 71 val hash = key.toIntOrNull() regex
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayAdjustments.java | 89 int hash = 17; in hashCode() local
|
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | AttributionKey.java | 66 int hash = 7; in hashCode() local
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/ |
H A D | MarshalRegistry.java | 115 private final int hash; field in MarshalRegistry.MarshalToken
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | EconomyManagerInternal.java | 54 int hash = 0; in AnticipatedAction() local 92 int hash = 0; in ActionBill() local
|
/aosp14/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | ProtoLogViewerConfigReader.java | 98 int hash = Integer.parseInt(key); in loadViewerConfig() local
|
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | ViewDumpParser.java | 58 Object hash = getProperty(props, "__hash__"); in getFirstView() local
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | EditorBoundsInfo.java | 172 int hash = Objects.hashCode(mEditorBounds); in EditorBoundsInfo() local
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | SmsCbLocation.java | 116 int hash = mPlmn.hashCode(); in hashCode() local
|