HomeSort by relevance Sort by last modified time
    Searched defs:itemHash (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 106 int itemHash = equivalence.hash(item);
108 assertWithTemplate("the $HASH (" + itemHash + ") of $ITEM must be equal to the $HASH ("
109 + relatedHash + ") of $OTHER", itemInfo, relatedInfo, itemHash == relatedHash);
  /bootable/recovery/minzip/
Zip.c 148 unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen);
152 itemHash, pEntry, hashcmpZipEntry, true);
478 unsigned int itemHash = computeHash(entryName, strlen(entryName));
481 itemHash, (char*) entryName, hashcmpZipName, false);

Completed in 161 milliseconds