Searched
full:hash (Results
1401 -
1425 of
2206) sorted by null
<<51525354555657585960>>
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
| WidgetClassLoader.java | 296 * @return An hash map which keys are the super classes looked for and which values are
|
| /sdk/traceview/src/com/android/traceview/ |
| MethodData.java | 222 // Convert the hash values to an array of ProfileData
|
| /system/core/libmincrypt/ |
| rsa.c | 159 /* Verify a 2048 bit RSA PKCS1.5 signature against an expected SHA-1 hash.
|
| /system/core/sh/ |
| cd.c | 247 hashcd(); /* update command hash table */
|
| /system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
| tiwlnif.h | 397 /* SHA1 hash (of certificate)*/
|
| /dalvik/libcore/auth/src/main/java/javax/security/auth/ |
| Subject.java | 394 * Returns a hash code of this {@code Subject}. 396 * @return a hash code of this {@code Subject}.
|
| /dalvik/libcore/luni/src/main/java/java/util/ |
| Date.java | 346 * Returns an integer hash code for the receiver. Objects which are equal 349 * @return this {@code Date}'s hash.
|
| Locale.java | 620 * Returns an integer hash code for the receiver. Objects which are equal 623 * @return the receiver's hash.
|
| /dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
| DateTest.java | 435 assertEquals("Returned incorrect hash", 1900000, d2.hashCode()); 436 assertEquals("Returned incorrect hash", 0, d1.hashCode());
|
| HashtableTest.java | 347 // // these three elements hash to the same bucket in a 7 element Hashtable 698 // // these three elements hash to the same bucket in a 7 element Hashtable
|
| /dalvik/libcore/nio_char/src/main/java/java/nio/charset/ |
| Charset.java | 783 * Gets the hash code of this charset. 785 * @return the hash code of this charset.
|
| /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
| DecimalFormatSymbolsTest.java | 428 assertTrue("Hash codes of equal object are equal", dfs2 431 assertTrue("Hash codes of non-equal objects are equal", dfs2
|
| /dalvik/libcore/x-net/src/main/native/ |
| org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 197 static jint NativeCrypto_EVP_DigestFinal(JNIEnv* env, jclass clazz, EVP_MD_CTX* ctx, jbyteArray hash, jint offset) { 198 // LOGI("NativeCrypto_EVP_DigestFinal%x, %x, %d, %d", ctx, hash, offset); 200 if (ctx == NULL || hash == NULL) { 207 jbyte* hashBytes = env->GetByteArrayElements(hash, NULL); 209 env->ReleaseByteArrayElements(hash, hashBytes, 0); 233 jniThrowRuntimeException(env, "Hash algorithm not found"); 313 jniThrowRuntimeException(env, "Hash algorithm not found"); [all...] |
| /dalvik/vm/ |
| AllocTracker.c | 314 * want to be thorough we can generate a hash value for each string and 315 * use the VM hash table implementation, or we can do a quick & dirty job
|
| /external/dbus/bus/ |
| services.c | 24 #include <dbus/dbus-hash.h> 719 /* the service may not be in the hash, if [all...] |
| /external/dropbear/libtomcrypt/ |
| makefile.shared | 63 HASH=hashsum 258 #This rule makes the hash program included with libtomcrypt
|
| /external/e2fsprogs/intl/ |
| Makefile.in | 71 hash-string.h \ 437 dcigettext.$lo loadmsgcat.$lo: $(srcdir)/hash-string.h
|
| /external/grub/netboot/ |
| sis900.c | 663 /* Configure Multicast Hash Table in Receive Filter 666 /* why plus 0x04? That makes the correct value for hash table. */
|
| /external/guava/javadoc/com/google/common/collect/ |
| MapDifference.ValueDifference.html | 136 The hash code equals the value 218 <DD>The hash code equals the value
|
| /external/guava/src/com/google/common/primitives/ |
| Chars.java | 54 * Returns a hash code for {@code value}; equal to the result of invoking 58 * @return a hash code for the value
|
| Doubles.java | 47 * Returns a hash code for {@code value}; equal to the result of invoking 51 * @return a hash code for the value
|
| Floats.java | 47 * Returns a hash code for {@code value}; equal to the result of invoking 51 * @return a hash code for the value
|
| Ints.java | 54 * Returns a hash code for {@code value}; equal to the result of invoking 58 * @return a hash code for the value
|
| Longs.java | 54 * Returns a hash code for {@code value}; equal to the result of invoking 58 * @return a hash code for the value
|
| Shorts.java | 54 * Returns a hash code for {@code value}; equal to the result of invoking 58 * @return a hash code for the value
|
Completed in 1357 milliseconds
<<51525354555657585960>>