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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.cpp 135 unsigned QualifiedName::QualifiedNameImpl::computeHash() const
  /external/chromium_org/third_party/WebKit/Source/wtf/
StringHasher.h 216 template<typename T, UChar Converter(T)> static unsigned computeHash(const T* data, unsigned length)
223 template<typename T, UChar Converter(T)> static unsigned computeHash(const T* data)
230 template<typename T> static unsigned computeHash(const T* data, unsigned length)
232 return computeHash<T, defaultConverter>(data, length);
235 template<typename T> static unsigned computeHash(const T* data)
237 return computeHash<T, defaultConverter>(data);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 33 * "void updateHash(int[], byte[], int, int)" and "void computeHash(int[])", -
39 * the "computeHash(int[])" method is invoked on the frame to compute updated hash,
44 * The "computeHash(..)" method generates a 160 bit hash value using
73 static void computeHash(int[] arrW) {
149 * the "computeHash(int[])" method is invoked on the array to compute updated hash,
198 computeHash(intArray);
222 computeHash(intArray); // buffer is full, computing hash
  /dalvik/libdex/
ZipArchive.cpp 103 static unsigned int computeHash(const char* str, int len)
392 hash = computeHash(name, nameLen);
503 unsigned int hash = computeHash(entryName, nameLen);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 397 unsigned int hash = computeHash(name, nameLen);
418 /*static*/ unsigned int ZipFileRO::computeHash(const char* str, int len)
461 unsigned int hash = computeHash(fileName, nameLen);
  /bootable/recovery/minzip/
Zip.c 136 static unsigned int computeHash(const char* name, int nameLen)
148 unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen);
508 unsigned int itemHash = computeHash(entryName, strlen(entryName));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1143 milliseconds