Home
last modified time | relevance | path

Searched refs:hashLong (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java247 private static int hashLong(long val) { in hashLong() method in QuotaController
361 result = 31 * result + hashLong(expirationTimeElapsed); in hashCode()
362 result = 31 * result + hashLong(windowSizeMs); in hashCode()
363 result = 31 * result + hashLong(jobCountLimit); in hashCode()
364 result = 31 * result + hashLong(sessionCountLimit); in hashCode()
365 result = 31 * result + hashLong(executionTimeInWindowMs); in hashCode()
367 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()
370 result = 31 * result + hashLong(inQuotaTimeElapsed); in hashCode()
371 result = 31 * result + hashLong(jobRateLimitExpirationTimeElapsed); in hashCode()
373 result = 31 * result + hashLong(sessionRateLimitExpirationTimeElapsed); in hashCode()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDoubleArrayList.java112 result = (31 * result) + Internal.hashLong(bits); in hashCode()
DLongArrayList.java111 result = (31 * result) + Internal.hashLong(array[i]); in hashCode()
DAbstractMessage.java612 protected static int hashLong(long n) { in hashLong() method in AbstractMessage
DInternal.java221 public static int hashLong(long n) { in hashLong() method in Internal
DGeneratedMessageLite.java1865 hashCode = (53 * hashCode) + Internal.hashLong(Double.doubleToLongBits(mine)); in visitDouble()
1877 hashCode = (53 * hashCode) + Internal.hashLong(mine); in visitLong()
1909 hashCode = (53 * hashCode) + Internal.hashLong(Double.doubleToLongBits((Double) mine)); in visitOneofDouble()
1921 hashCode = (53 * hashCode) + Internal.hashLong((Long) mine); in visitOneofLong()