/external/webkit/WebCore/platform/graphics/qt/ |
FontPlatformData.h | 156 unsigned hash() const;
|
FontPlatformDataQt.cpp | 106 unsigned FontPlatformData::hash() const function in class:WebCore::FontPlatformData
|
/external/webkit/WebCore/platform/graphics/wx/ |
FontPlatformData.h | 90 unsigned hash() const { function in class:WebCore::FontPlatformData
|
/external/webkit/WebCore/svg/ |
SVGAnimatedTemplate.h | 75 static unsigned hash(const SVGAnimatedTypeWrapperKey& key) function in struct:WebCore::SVGAnimatedTypeWrapperKeyHash
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_openssl.c | 170 HCRYPTHASH hash; local 188 wpa_printf(MSG_INFO, "%s - only MD5-SHA1 hash supported", 195 if (!CryptCreateHash(priv->crypt_prov, CALG_SSL3_SHAMD5, 0, 0, &hash)) 202 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len, 209 wpa_printf(MSG_INFO, "CryptoAPI: Invalid hash size (%u != %d)", 215 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) { 227 if (!CryptSignHash(hash, priv->key_spec, NULL, 0, buf, &len)) { 238 CryptDestroyHash(hash); 293 } else if (strncmp(name, "hash://", 7) == 0) { 296 const char *hash = name + 7 local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
pmksa_cache.c | 58 unsigned char hash[SHA256_MAC_LEN]; local 66 hmac_sha256_vector(pmk, pmk_len, 3, addr, len, hash); 69 hmac_sha1_vector(pmk, pmk_len, 3, addr, len, hash); 70 os_memcpy(pmkid, hash, PMKID_LEN);
|
/frameworks/base/awt/java/awt/ |
RenderingHints.java | 462 * Returns the hash code for this RenderingHints object. 464 * @return the hash code for this RenderingHints object. 530 * Returns the hash code for this Key object. 532 * @return the hash code for this Key object.
|
/frameworks/base/core/java/android/content/ |
SyncAdapterType.java | 95 // don't include userVisible or supportsUploading the hash
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustring.h | 168 static hashvalue_t hash (const char* f1, const char* l1); 245 { return (string::hash (v.begin(), v.end())); } 249 { return (string::hash (v, v + strlen(v))); } 253 { return (string::hash (v, v + strlen(v))); }
|
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
libthread_db.so | |
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
libthread_db.so | |
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
libthread_db.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
libthread_db.so | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ |
ResourceQualifier.java | 109 * Returns a hash code value for the object.
|
/system/core/sh/ |
builtins.def | 66 hashcmd hash
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 219 * hashCode() method testing. Tests that for equal objects hash codes 235 assertTrue("Equal objects should have the same hash codes.",
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
NativeCollation.java | 165 * Returns a hash of this collation object 167 * @return hash of this collation object
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Boolean.java | 128 * Returns an integer hash code for this boolean. 130 * @return this boolean's hash code, which is {@code 1231} for {@code true}
|
/dalvik/libcore/security/src/main/java/java/security/ |
Permissions.java | 41 * collection, based on a hash table, will be used. 52 // Hash to store PermissionCollection's
|
/external/apache-http/src/org/apache/http/conn/ |
MultihomePlainSocketFactory.java | 203 * Obtains a hash code for this object. 204 * All instances of this class have the same hash code.
|
/external/bison/src/ |
state.h | 241 /* Create/destroy the states hash table. */ 249 /* Insert STATE in the state hash table. */
|
/external/bluetooth/glib/glib/ |
gstring.c | 56 /* Hash Functions. 84 * Converts a string to a hash value. 88 * Returns: a hash value corresponding to the key 93 /* 31 bit hash function */ 522 * @str: a string to hash 524 * Creates a hash code for @str; for use with #GHashTable. 526 * Returns: hash code for @str 528 /* 31 bit hash function */ [all...] |
/external/dbus/dbus/ |
Makefile.am | 102 dbus-hash.c \ 103 dbus-hash.h \
|
dbus-server-debug-pipe.c | 29 #include "dbus-hash.h" 178 /* server keeps the pipe hash ref */
|
dbus-sha.c | 36 * sha.h : Implementation of the Secure Hash Algorithm 48 /* SHA: NIST's Secure Hash Algorithm */ 71 * @brief SHA-1 hash 73 * Types and functions related to computing SHA-1 hash. 126 /* The initial expanding function. The hash function is defined over an 428 * @param data the additional data to hash 537 _dbus_warn ("Expected hash %s got %s for SHA-1 sum\n", 884 fprintf (stderr, " for line %d got hash %s expected %s\n",
|