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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.cpp 133 unsigned QualifiedName::QualifiedNameImpl::computeHash() const
  /external/chromium_org/third_party/WebKit/Source/wtf/
StringHasher.h 171 template<typename T, UChar Converter(T)> static unsigned computeHash(const T* data, unsigned length)
178 template<typename T> static unsigned computeHash(const T* data, unsigned length)
180 return computeHash<T, defaultConverter>(data, length);
  /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
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 272 computeHash(Entry);
457 void DIEHash::computeHash(const DIE &Die) {
477 computeHash(*C);
525 computeHash(Die);
549 computeHash(Die);
  /bootable/recovery/minzip/
Zip.c 136 static unsigned int computeHash(const char* name, int nameLen)
148 unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen);
482 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 259 milliseconds