Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/sax/java/android/sax/
DChildren.java31 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()
/frameworks/native/libs/utils/
DJenkinsHash.cpp26 hash_t JenkinsHashWhiten(uint32_t hash) { in JenkinsHashWhiten()
33 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
49 uint32_t JenkinsHashMixShorts(uint32_t hash, const uint16_t* shorts, size_t size) { in JenkinsHashMixShorts()
DBasicHashtable.cpp109 ssize_t BasicHashtableImpl::find(ssize_t index, hash_t hash, in find()
148 size_t BasicHashtableImpl::add(hash_t hash, const void* entry) { in add()
213 hash_t hash = fromBucket.cookie & Bucket::HASH_MASK; in rehash() local
DZipFileRO.cpp355 unsigned int fileNameLen, extraLen, commentLen, hash; in parseZipArchive() local
384 unsigned int hash = 0; in computeHash() local
395 void ZipFileRO::addToHash(const char* str, int strLen, unsigned int hash) in addToHash()
425 unsigned int hash = computeHash(fileName, nameLen); in findEntryByName() local
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl27 void setLockPattern(in byte[] hash, int userId); in setLockPattern()
28 boolean checkPattern(in byte[] hash, int userId); in checkPattern()
29 void setLockPassword(in byte[] hash, int userId); in setLockPassword()
30 boolean checkPassword(in byte[] hash, int userId); in checkPassword()
/frameworks/base/libs/hwui/utils/
DTinyHashMap.h39 hash_t hash = hash_t(key); in put() local
54 hash_t hash = hash_t(key); in get() local
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp41 unsigned int hash = SectionMap::hash(pFrom); in find() local
47 unsigned int hash = SectionMap::hash(pFrom); in find() local
113 unsigned int SectionMap::hash(const std::string& pString) in hash() function in SectionMap
/frameworks/native/include/utils/
DBasicHashtable.h119 inline static hash_t trimHash(hash_t hash) { in trimHash()
126 inline static size_t chainStart(hash_t hash, size_t count) { in chainStart()
133 inline static size_t chainIncrement(hash_t hash, size_t count) { in chainIncrement()
279 inline ssize_t find(ssize_t index, hash_t hash, const TKey& key) const { in find()
292 inline size_t add(hash_t hash, const TEntry& entry) { in add()
DJenkinsHash.h32 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
DLruCache.h116 hash_t hash = hash_type(key); in get() local
133 hash_t hash = hash_type(key); in put() local
152 hash_t hash = hash_type(key); in remove() local
/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h96 hasher& hash() in hash() function
99 const hasher& hash() const in hash() function
/frameworks/base/services/java/com/android/server/
DLockSettingsService.java261 public void setLockPattern(byte[] hash, int userId) throws RemoteException { in setLockPattern()
264 writeFile(getLockPatternFilename(userId), hash); in setLockPattern() local
268 public boolean checkPattern(byte[] hash, int userId) throws RemoteException { in checkPattern()
291 public void setLockPassword(byte[] hash, int userId) throws RemoteException { in setLockPassword()
294 writeFile(getLockPasswordFilename(userId), hash); in setLockPassword() local
298 public boolean checkPassword(byte[] hash, int userId) throws RemoteException { in checkPassword()
344 private void writeFile(String name, byte[] hash) { in writeFile()
/frameworks/base/tools/aapt/
DResourceIdCache.cpp36 static inline uint32_t hashround(uint32_t hash, int c) { in hashround()
40 static uint32_t hash(const android::String16& hashableString) { in hash() function
41 uint32_t hash = 5381; in hash() local
/frameworks/compile/mclinker/lib/LD/
DSectionRules.cpp47 uint32_t hash = hash_func(pName); in find() local
63 uint32_t hash = hash_func(pName); in find() local
/frameworks/base/libs/hwui/
DTextDropShadowCache.cpp32 hash_t ShadowText::hash() const { in hash() function in android::uirenderer::ShadowText
34 uint32_t hash = JenkinsHashMix(0, len); in hash() local
DGradientCache.cpp42 hash_t GradientCacheEntry::hash() const { in hash() function in android::uirenderer::GradientCacheEntry
43 uint32_t hash = JenkinsHashMix(0, count); in hash() local
/frameworks/opt/telephony/src/java/android/telephony/
DSmsCbLocation.java103 int hash = mPlmn.hashCode(); in hashCode() local
/frameworks/base/location/java/android/location/
DCountry.java176 int hash = mHashCode; in hashCode() local
/frameworks/base/core/java/android/content/pm/
DVerificationParams.java173 int hash = 3; in hashCode() local
DContainerEncryptionParams.java260 int hash = 3; in hashCode() local
/frameworks/base/core/java/com/android/internal/http/
DHttpDateTime.java148 int hash = Character.toLowerCase(monthString.charAt(0)) + in getMonth() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java742 public boolean createBondOutOfBand(byte[] hash, byte[] randomizer) { in createBondOutOfBand()
764 public boolean setDeviceOutOfBandData(byte[] hash, byte[] randomizer) { in setDeviceOutOfBandData()
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
DAppLaunchTest.java297 private int hash(Object obj) { in hash() method in AppLaunchTest.ProcessError
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java244 int hash = 0; in hashCode() local
360 int hash = mType; in hashCode() local
450 int hash = mType; in hashCode() local
664 int hash = mType; in hashCode() local
825 int hash = mType; in hashCode() local
928 int hash = mType; in hashCode() local
1029 int hash = mFormat != null ? mFormat.hashCode() : 0; in hashCode() local
1404 int hash = mType; in hashCode() local
1515 int hash = mMimeType != null ? mMimeType.hashCode() : 0; in hashCode() local
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java353 private int hash(Object obj) { in hash() method in ProcessErrorsTest.ProcessError

12