OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HashFunction
(Results
1 - 11
of
11
) sorted by null
/external/guava/guava/src/com/google/common/hash/
HashFunction.java
97
* are convenient shortcut methods defined directly on {@link
HashFunction
} to make this
131
public interface
HashFunction
{
136
*
HashFunction
hf = Hashing.md5();
/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;
/frameworks/compile/mclinker/include/mcld/Support/
HandleToArea.h
50
typedef hash::StringHash<hash::BKDR>
HashFunction
;
/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_;
/external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h
257
ShHashFunction64
HashFunction
;
/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 3666 milliseconds