Searched defs:hash (Results 1 – 8 of 8) sorted by relevance
32 public static int hash(String in) { in hash() method in SmallHash41 public static int hash(int in) { in hash() method in SmallHash
33 jint hash = env->CallIntMethod(coreClass, midHashCode); in Java_android_jni_cts_ClassLoaderHelper_nativeGetHashCode() local
121 int hash = uri.hashCode(); in uriToColor() local
270 public static byte[] hash(InputStream in) throws Exception { in hash() method
135 protected static byte[] hash(InputStream in) throws Exception { in hash() method in DownloadManagerTestBase
198 unsigned long hash; member
1096 int hash = (ssid ^ (tsid<<2) ^ (class<<4)) & 0x1ff; in grant() local