| /frameworks/base/sax/java/android/sax/ | 
| D | Children.java | 31         int hash = uri.hashCode() * 31 + localName.hashCode();  in getOrCreate()  local66         int hash = uri.hashCode() * 31 + localName.hashCode();  in get()  local
 88         final int hash;  field in Children.Child
 92                 int hash) {  in Child()
 
 | 
| /frameworks/opt/bitmap/src/com/android/bitmap/ | 
| D | ContiguousFIFOAggregator.java | 100         final int hash = key.hashCode();  in expect()  local167         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
 
 | 
| /frameworks/base/services/core/java/com/android/server/notification/ | 
| D | SmallHash.java | 32     public static int hash(String in) {  in hash()  method in SmallHash41     public static int hash(int in) {  in hash()  method in SmallHash
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/ | 
| D | SmallHash.java | 29     public static int hash(String in) {  in hash()  method in SmallHash39     public static int hash(int in) {  in hash()  method in SmallHash
 
 | 
| /frameworks/native/libs/math/include/math/ | 
| D | HashCombine.h | 22 static inline void hashCombineSingleHashed(size_t& combinedHash, size_t hash) {  in hashCombineSingleHashed()33     size_t hash = 0;  in hashCombine()  local
 
 | 
| /frameworks/base/services/core/java/com/android/server/am/ | 
| D | ActivityManagerUtils.java | 83             final int hash = getUnsignedHashUnCached(s);  in getUnsignedHashCached()  local84             sHashCache.put(s.intern(), hash);  in getUnsignedHashCached()  local
 126         final int hash = getUnsignedHashCached(packageName) ^ getAndroidIdHash();  in shouldSamplePackageForAtom()  local
 
 | 
| /frameworks/base/services/backup/java/com/android/server/backup/ | 
| D | BackupPasswordManager.java | 187             BackupPasswordHash hash = getPasswordHashFileCodec().deserialize();  in loadStateFromFilesystem()  local252         public String hash;  field in BackupPasswordManager.BackupPasswordHash
 255         BackupPasswordHash(String hash, byte[] salt) {  in BackupPasswordHash()
 303             String hash = dataInputStream.readUTF();  in deserialize()  local
 
 | 
| /frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ | 
| D | Predictor.cpp | 260 void Predictor::describeLayerStack(NonBufferHash hash, std::string& result) const {  in describeLayerStack()283         for (NonBufferHash hash : similarStacks) {  in listSimilarStacks()  local
 307 Prediction& Predictor::getPrediction(NonBufferHash hash) {  in getPrediction()
 352     NonBufferHash hash;  in getApproximateMatch()  local
 448     for (NonBufferHash hash : similarStacks) {  in findSimilarPrediction()  local
 477         NonBufferHash hash;  in dumpPredictionsByFrequency()  member
 
 | 
| D | LayerState.cpp | 68     size_t hash = 0;  in getHash()  local169     size_t hash = 0;  in getNonBufferHash()  local
 
 | 
| /frameworks/compile/mclinker/include/mcld/ADT/ | 
| D | HashBase.h | 88   hasher& hash() { return m_Hasher; }  in hash()  function90   const hasher& hash() const { return m_Hasher; }  in hash()  function
 
 | 
| /frameworks/base/tools/aapt/ | 
| 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
 
 | 
| /frameworks/minikin/include/minikin/ | 
| D | Hasher.h | 89     IGNORE_INTEGER_OVERFLOW inline uint32_t hash() {  in hash()  function90         uint32_t hash = mHash;  in hash()  local
 
 | 
| /frameworks/av/drm/mediadrm/plugins/clearkey/common/ | 
| D | DeviceFiles.cpp | 36 bool Hash(const std::string& data, std::string* hash) {  in Hash()80     std::string hash;  in StoreFileWithHash()  local
 216     std::string hash;  in RetrieveHashedFile()  local
 
 | 
| /frameworks/av/media/libnblog/ | 
| D | Entry.cpp | 179 log_hash_t FormatEntry::hash() const  in hash()  function in android::NBLog::FormatEntry185     log_hash_t hash;  in hash()  local
 230 log_hash_t HistogramEntry::hash() const  in hash()  function in android::NBLog::HistogramEntry
 
 | 
| D | Writer.cpp | 110 void Writer::logFormat(const char *fmt, log_hash_t hash, ...)  in logFormat()121 void Writer::logEventHistTs(Event event, log_hash_t hash)  in logEventHistTs()
 233 void Writer::logVFormat(const char *fmt, log_hash_t hash, va_list argp)  in logVFormat()
 
 | 
| /frameworks/base/tools/protologtool/src/com/android/protolog/tool/ | 
| D | CodeUtils.kt | 30     fun hash(position: String, messageString: String, logLevel: LogLevel, logGroup: LogGroup): Int {  in <lambda>()  method
 | 
| D | ViewerConfigParser.kt | 71             val hash = key.toIntOrNull()  in <lambda>()  constant
 | 
| /frameworks/native/libs/attestation/ | 
| D | HmacKeyManager.cpp | 36     std::array<uint8_t, 32> hash;  in sign()  local
 | 
| /frameworks/base/core/java/android/util/jar/ | 
| D | StrictJarVerifier.java | 111         private final byte[] hash;  field in StrictJarVerifier.VerifierEntry117         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
 
 | 
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/ | 
| D | BackupPasswordManagerTest.java | 194         String hash = PasswordUtils.buildPasswordHash(  in writeV1HashToFile()  local199     private void writeHashAndSaltToFile(String hash, byte[] salt) throws Exception {  in writeHashAndSaltToFile()
 
 | 
| /frameworks/base/core/java/android/util/ | 
| 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
 
 | 
| 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
 
 | 
| /frameworks/base/services/core/java/com/android/server/pm/ | 
| 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()
 
 | 
| /frameworks/av/media/libnblog/include/media/nblog/ | 
| D | Events.h | 81     log_hash_t hash;  member87     log_hash_t hash;  member
 
 | 
| /frameworks/av/drm/mediadrm/plugins/clearkey/common/protos/ | 
| D | DeviceFiles.proto | 51   optional bytes hash = 2;  field
 |