Searched refs:hashers (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DAbstractCompositeHashFunction.java24 * the hashers are the same order as the functions given to the constructor.
27 /* protected */ abstract HashCode makeHash(Hasher[] hashers); argument
31 final Hasher[] hashers = new Hasher[functions.length];
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...]
H A DHashing.java283 HashCode makeHash(Hasher[] hashers) { argument
286 for (Hasher hasher : hashers) {
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dbackward_references.h34 Hashers* hashers,
H A Dbackward_references.cc243 Hashers* hashers,
251 hashers->hash_15_8_4.get(),
258 hashers->hash_15_8_2.get(),
237 CreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, const float* literal_cost, size_t ringbuffer_mask, const size_t max_backward_limit, Hashers* hashers, Hashers::Type hash_type, std::vector<Command>* commands) argument
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractNonStreamingHashFunctionTest.java26 List<Hasher> hashers = ImmutableList.of(
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/
H A Dbackward_references.c359 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/webp/src/enc/
H A Dbackward_references.c359 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/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 132 milliseconds