Searched
full:hash (Results
601 -
625 of
2206) sorted by null
<<21222324252627282930>>
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 89 int hash = 0; local 94 hash = (hash * 31) + oneHash; 97 return hash;
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Map.java | 65 * Returns an integer hash code for the receiver. {@code Object} which are 68 * @return the receiver's hash code. 147 * Returns an integer hash code for the receiver. {@code Object}s which are equal 150 * @return the receiver's hash.
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
FieldPositionTest.java | 229 assertTrue("test 1: hash codes are not equal for equal objects.", 233 assertTrue("test 2: hash codes are equal for non equal objects.", 237 assertTrue("test 3: hash codes are not equal for equal objects.", 243 assertTrue("test 4: hash codes are equal for non equal objects.",
|
/dalvik/vm/ |
Dalvik.h | 51 #include "Hash.h"
|
/external/bluetooth/glib/gio/ |
gicon.c | 54 * To obtain a hash of a #GIcon, see g_icon_hash(). 116 * Gets a hash for an icon. 118 * Returns: a #guint containing a hash for the @icon, suitable for 130 return (* iface->hash) ((GIcon *)icon);
|
/external/bluetooth/glib/glib/ |
grel.h | 58 * equality and hash functions. this must be done before any
|
/external/dbus/bus/ |
config-parser.h | 32 #include <dbus/dbus-hash.h>
|
services.h | 29 #include <dbus/dbus-hash.h>
|
/external/dbus/dbus/ |
Android.mk | 17 dbus-hash.c \
|
dbus-userdb.c | 25 #include "dbus-hash.h" 45 if (info == NULL) /* hash table will pass NULL */ 61 if (info == NULL) /* hash table will pass NULL */ 171 /* insert into hash */
|
dbus-userdb.h | 34 #include <dbus/dbus-hash.h>
|
/external/dropbear/ |
bignum.c | 62 /* hash the ssh representation of the mp_int mp */
|
/external/e2fsprogs/lib/et/ |
compile_et.1 | 47 numbers (starting with a large number computed as a hash function of
|
/external/e2fsprogs/tests/m_dasd_bs/ |
expect.1 | 56 Default directory hash: tea
|
/external/e2fsprogs/tests/m_large_file/ |
expect.1 | 55 Default directory hash: tea
|
/external/elfutils/libasm/ |
asm_newcomsym.c | 85 /* Put the symbol in the hash table so that we can later find it. */
|
/external/elfutils/libebl/ |
ebldynamictagname.c | 39 "NULL", "NEEDED", "PLTRELSZ", "PLTGOT", "HASH", "STRTAB",
|
eblsectiontypename.c | 42 KNOWNSTYPE (HASH),
|
/external/elfutils/libelf/ |
ChangeLog | 37 * dl-hash.h (_dl_elf_hash): Likewise.
|
/external/emma/core/java12/com/vladium/util/ |
IntSet.java | 46 * @param initialCapacity initial number of hash buckets in the table [may not be negative, 0 is equivalent to 1]. 84 // index into the corresponding hash bucket: 141 // index into the corresponding hash bucket: 233 // index into the corresponding new hash bucket:
|
/external/guava/src/com/google/common/collect/ |
SingletonImmutableSet.java | 47 // Guaranteed to be non-null by the presence of the pre-computed hash code.
|
/external/icu4c/common/ |
rbbirb.h | 43 class RBBISymbolTableEntry : public UMemory { // The symbol table hash table contains one 171 // RBBISetTableEl is an entry in the hash table of UnicodeSets that have 176 // The hash table is used to avoid creating duplicate 180 // The Hash Table owns these RBBISetTableEl structs and
|
/external/icu4c/i18n/ |
rbt_data.cpp | 19 #include "hash.h"
|
zonemeta.h | 15 #include "hash.h"
|
/external/libxml2/ |
Android.mk | 14 hash.c \
|
Completed in 66 milliseconds
<<21222324252627282930>>