HomeSort by relevance Sort by last modified time
    Searched defs:hashers (Results 1 - 25 of 50) sorted by null

1 2

  /external/guava/guava/src/com/google/common/hash/
AbstractCompositeHashFunction.java 43 * the hashers are the same order as the functions given to the constructor.
46 /* protected */ abstract HashCode makeHash(Hasher[] hashers);
50 final Hasher[] hashers = new Hasher[functions.length]; local
51 for (int i = 0; i < hashers.length; i++) {
52 hashers[i] = functions[i].newHasher();
56 for (Hasher hasher : hashers) {
63 for (Hasher hasher : hashers) {
70 for (Hasher hasher : hashers) {
77 for (Hasher hasher : hashers) {
84 for (Hasher hasher : hashers) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractNonStreamingHashFunctionTest.java 40 List<Hasher> hashers = ImmutableList.of( local
47 RandomHasherAction.pickAtRandom(random).performAction(random, hashers);
49 HashCode[] codes = new HashCode[hashers.size()];
50 for (int i = 0; i < hashers.size(); i++) {
51 codes[i] = hashers.get(i).hash();
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 260 STDAPI GetHashers(IHashers **hashers)
263 *hashers = new CHashers; local
264 if (*hashers)
265 (*hashers)->AddRef();
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 273 VP8LColorCache hashers; local
280 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
320 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
321 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
327 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
339 VP8LColorCacheInsert(&hashers, argb[i + k]);
352 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
354 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
360 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
369 if (cc_init) VP8LColorCacheClear(&hashers);
486 VP8LColorCache hashers; local
637 VP8LColorCache hashers; local
826 VP8LColorCache hashers; local
    [all...]
  /external/webp/src/enc/
backward_references.c 324 VP8LColorCache* const hashers,
328 const uint32_t key = VP8LColorCacheGetIndex(hashers, pixel);
329 if (VP8LColorCacheLookup(hashers, key) == pixel) {
333 VP8LColorCacheSet(hashers, key, pixel);
347 VP8LColorCache hashers; local
349 if (use_color_cache && !VP8LColorCacheInit(&hashers, cache_bits)) {
354 AddSingleLiteral(argb[0], use_color_cache, &hashers, refs);
372 VP8LColorCacheInsert(&hashers, argb[i + k]);
377 AddSingleLiteral(argb[i], use_color_cache, &hashers, refs);
381 if (use_color_cache) VP8LColorCacheClear(&hashers);
395 VP8LColorCache hashers; local
603 VP8LColorCache hashers; local
738 VP8LColorCache hashers; local
842 VP8LColorCache hashers; local
956 VP8LColorCache hashers; local
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0/
compiler-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha7/
compiler-2.2.0-alpha7.jar 

Completed in 811 milliseconds

1 2