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

  /external/chromium_org/remoting/protocol/
authentication_method.h 31 enum HashFunction {
38 static AuthenticationMethod Spake2(HashFunction hash_function);
48 static std::string ApplyHashFunction(HashFunction hash_function,
59 HashFunction hash_function() const;
73 AuthenticationMethod(MethodType type, HashFunction hash_function);
76 HashFunction hash_function_;
82 AuthenticationMethod::HashFunction hash_function;
authentication_method.cc 21 AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) {
53 HashFunction hash_function,
86 HashFunction hash_function)
92 AuthenticationMethod::HashFunction AuthenticationMethod::hash_function() const {
negotiating_host_authenticator.h 39 AuthenticationMethod::HashFunction hash_function,
negotiating_host_authenticator.cc 37 AuthenticationMethod::HashFunction hash_function,
negotiating_authenticator_unittest.cc 58 AuthenticationMethod::HashFunction hash_function,
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 27 * Static methods to obtain {@link HashFunction} instances, and other static
49 public static HashFunction goodFastHash(int minimumBits) {
59 HashFunction[] hashFunctions = new HashFunction[hashFunctionsNeeded];
72 public static HashFunction murmur3_32(int seed) {
81 public static HashFunction murmur3_32() {
93 public static HashFunction murmur3_128(int seed) {
103 public static HashFunction murmur3_128() {
113 public static HashFunction md5() {
117 private static final HashFunction MD5 = new MessageDigestHashFunction("MD5")
    [all...]
HashFunction.java 97 * are convenient shortcut methods defined directly on {@link HashFunction} to make this
131 public interface HashFunction {
136 * HashFunction hf = Hashing.md5();
AbstractCompositeHashFunction.java 15 final HashFunction[] functions;
17 AbstractCompositeHashFunction(HashFunction... functions) {
AbstractNonStreamingHashFunction.java 12 * Skeleton implementation of {@link HashFunction}, appropriate for non-streaming algorithms.
18 abstract class AbstractNonStreamingHashFunction implements HashFunction {
AbstractStreamingHashFunction.java 26 * Skeleton implementation of {@link HashFunction}. Provides default implementations which
35 abstract class AbstractStreamingHashFunction implements HashFunction {
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 31 HashFunction hasher = Hashing.goodFastHash(i);
41 private static void assertInvariants(HashFunction hashFunction) {
46 HashCode hashcode1 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
47 HashCode hashcode2 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
49 assertEquals(hashFunction.bits(), hashcode1.bits());
50 assertEquals(hashFunction.bits(), hashcode1.asBytes().length * 8);
55 assertHashBytesThrowsCorrectExceptions(hashFunction);
58 private static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) {
    [all...]
  /frameworks/compile/mclinker/lib/Support/
HandleToArea.cpp 24 bucket.hash_value = HashFunction()(
44 unsigned int hash_value = HashFunction()(
62 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
80 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
  /sdk/emulator/qtools/
hash_table.h 30 uint32_t HashFunction(const char *key);
84 uint32_t HashTable<T>::HashFunction(const char *key)
100 int pos = HashFunction(key) & mask_;
129 int pos = HashFunction(key) & mask_;
153 int pos = HashFunction(key) & mask_;
  /frameworks/compile/mclinker/include/mcld/Support/
HandleToArea.h 50 typedef hash::StringHash<hash::BKDR> HashFunction;
  /external/chromium_org/third_party/angle_dx11/include/GLSLANG/
ShaderLang.h 230 ShHashFunction64 HashFunction;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ShaderLang.cpp 132 resources->HashFunction = NULL;
Compiler.cpp 95 hashFunction = resources.HashFunction;
178 if (success && (compileOptions & SH_MAP_LONG_VARIABLE_NAMES) && hashFunction == NULL)
363 CollectAttribsUniforms collect(attribs, uniforms, hashFunction);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 45 import com.google.common.hash.HashFunction;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 962 milliseconds