Searched defs:hash (Results 1 – 5 of 5) 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
135 protected static byte[] hash(InputStream in) throws Exception { in hash() method in DownloadManagerTestBase
353 public static byte[] hash(InputStream in) throws Exception { in hash() method
1096 int hash = (ssid ^ (tsid<<2) ^ (class<<4)) & 0x1ff; in grant() local