HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 1426 - 1450 of 2206) sorted by null

<<51525354555657585960>>

  /external/guava/src/com/google/common/primitives/
generate.sh 77 * Returns a hash code for {@code value}; equal to the result of invoking
81 * @return a hash code for the value
  /external/icu4c/common/unicode/
chariter.h 127 * Generates a hash code for this iterator.
128 * @return the hash code.
  /external/icu4c/common/
usprep.cpp 199 /* if the hash table still exists. The mutex */
329 * hash table which is safe
  /external/icu4c/i18n/
tblcoll.cpp 589 * Create a hash code for this collation. Just hash the main rule table -- that
tmutfmt.cpp 15 #include "hash.h"
797 * set hash table value comparator
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 270 /* device name hash chain */
449 /* device index hash chain */
  /external/opencore/doc/oscl_html/
oscl__string_8h-source.html 70 00137 OSCL_IMPORT_REF <span class="keyword">virtual</span> int8 <a class="code" href="classOSCL__String.html#a19">hash</a>() <span class="keyword">const</span>;
132 00239 OSCL_IMPORT_REF <span class="keyword">virtual</span> int8 <a class="code" href="classOSCL__wString.html#a19">hash</a>() <span class="keyword">const</span>;
  /external/openssl/crypto/
mem_dbg.c 84 static LHASH *mh=NULL; /* hash-table of memory requests (address as key);
107 static LHASH *amih=NULL; /* hash-table with those app_mem_info_st's
  /external/openssl/crypto/rand/
rand_win.c 787 /* Get the hash of the bitmap */
790 /* Seed the random generator with the hash value */
  /external/openssl/crypto/sha/
sha512.c 16 * As you might have noticed 32-bit hash algorithms:
28 * - it's the only 64-bit hash algorithm for the moment of this writing,
  /external/v8/src/
debug.h 172 // Calculate the hash value from the key (script id).
173 static uint32_t Hash(int key) { return ComputeIntegerHash(key); }
handles.cc 327 // hidden symbols hash code is zero (and no other string has hash
  /external/v8/test/cctest/
test-heap.cc 733 non_ascii_str->Hash();
737 ascii_str->Hash();
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 88 static unsigned hash(const IntegerArray&);
93 unsigned IntegerArrayHash::hash(const IntegerArray& array) function in class:WebCore::IntegerArrayHash
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 200 - (NSUInteger)hash
202 return [(NSString*)core(_private)->urlString() hash];
  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm 457 // compute first hash
464 // compute second hash
  /external/wpa_supplicant/
config_ssid.h 323 * hash://certificate_thumbprint_in_hex
325 * For example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 733 if (len < 3 + 8 + 16 /* min hash len */ ||
768 if (pos + 16 /* min hash len */ >= plain + len || *pos != 0x00) {
  /frameworks/base/awt/java/awt/
Color.java 661 * Returns a hash code of this Color object.
663 * @return a hash code of this Color object.
  /frameworks/base/awt/java/awt/font/
TextLayout.java 232 * Returns a hash code of this TextLayout object.
234 * @return a hash code of this TextLayout object.
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 537 * Note: the hash code is defined as the encoding used in Account
580 * Note: the hash code is defined as the encoding used in Account
  /packages/apps/IM/libwbxml/src/
csp13values_hash.c 75 hash (str, len) function
597 register int key = hash (str, len);
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 691 LogTag.debug("Conversation.Cache.put: conv= " + c + ", hash: " + c.hashCode());
719 LogTag.debug(" conv: " + c.toString() + " hash: " + c.hashCode());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 200 // Get the project's target's hash string (if it exists)
204 // if there is no hash string we only show this if the SDK is loaded.
  /external/blktrace/
blkparse.c 73 * some duplicated effort here, we can unify this hash and the ppi hash later
151 .name = "hash-by-name",
    [all...]

Completed in 1679 milliseconds

<<51525354555657585960>>