HomeSort by relevance Sort by last modified time
    Searched refs:hashers (Results 1 - 9 of 9) sorted by null

  /external/guava/guava/src/com/google/common/hash/
AbstractCompositeHashFunction.java 24 * the hashers are the same order as the functions given to the constructor.
27 /* protected */ abstract HashCode makeHash(Hasher[] hashers);
31 final Hasher[] hashers = new Hasher[functions.length]; local
32 for (int i = 0; i < hashers.length; i++) {
33 hashers[i] = functions[i].newHasher();
37 for (Hasher hasher : hashers) {
44 for (Hasher hasher : hashers) {
51 for (Hasher hasher : hashers) {
58 for (Hasher hasher : hashers) {
65 for (Hasher hasher : hashers) {
    [all...]
Hashing.java 283 HashCode makeHash(Hasher[] hashers) {
286 for (Hasher hasher : hashers) {
  /external/chromium_org/third_party/brotli/src/brotli/enc/
backward_references.h 34 Hashers* hashers,
35 Hashers::Type hash_type,
backward_references.cc 243 Hashers* hashers,
244 Hashers::Type hash_type,
247 case Hashers::HASH_15_8_4:
251 hashers->hash_15_8_4.get(),
254 case Hashers::HASH_15_8_2:
258 hashers->hash_15_8_2.get(),
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractNonStreamingHashFunctionTest.java 26 List<Hasher> hashers = ImmutableList.of( local
33 RandomHasherAction.pickAtRandom(random).performAction(random, hashers);
35 HashCode[] codes = new HashCode[hashers.size()];
36 for (int i = 0; i < hashers.size(); i++) {
37 codes[i] = hashers.get(i).hash();
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 359 VP8LColorCache hashers; local
365 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
399 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
400 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
403 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
418 VP8LColorCacheInsert(&hashers, argb[i + k]);
432 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
434 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
437 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
449 if (cc_init) VP8LColorCacheClear(&hashers);
572 VP8LColorCache hashers; local
718 VP8LColorCache hashers; local
890 VP8LColorCache hashers; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 2323 milliseconds