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

<<31323334353637383940>>

  /external/dbus/bus/
selinux.c 699 * Function for freeing hash table data. These SIDs
733 * @param service_table is the table to hash them into.
779 /* These are owned by the hash, so clear them to avoid unref */
802 * service is not found in the hash table. This should be nearly a
806 * @param service_table the hash table to check for service name.
855 * For debugging: Print out the current hash table of service SIDs.
activation.c 31 #include <dbus/dbus-hash.h>
165 if (pending_activation == NULL) /* hash table requires this */
231 if (entry == NULL) /* hash table requires this */
368 /* Also remove path to entries hash since we want this in sync with
369 * the entries hash table */
496 * hash entries it already added.
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 185 * overlaid by a dirent the two low bits of the hash version will be
186 * zero. Therefore, the hash version mod 4 should never be 0.
207 __u32 hash; member in struct:ext2_dx_entry
260 #define EXT2_INDEX_FL 0x00001000 /* hash-indexed directory */
575 __u32 s_hash_seed[4]; /* HTREE hash seed */
576 __u8 s_def_hash_version; /* Default hash version to use */
  /external/openssl/crypto/rand/
md_rand.c 206 * the last block). Each of these blocks is run through the hash
207 * function as follows: The data passed to the hash function
214 * hash function.
370 * Input into the hash function the local 'md' (which is initialized from
379 * are fed into the hash function and the results are kept in the
437 * ssleay_rand_add expects to have something to hash. */
  /external/quake/src/com/android/quake/
DownloaderActivity.java 646 String hash = getHash(digest); local
647 if (!hash.equalsIgnoreCase(part.md5)) {
650 + part.md5 + "\n got " + hash);
722 String hash = getHash(digest); local
723 if (!hash.equalsIgnoreCase(part.md5)) {
726 + part.md5 + " got " + hash);
    [all...]
  /frameworks/base/awt/java/awt/geom/
Rectangle2D.java 803 HashCode hash = new HashCode(); local
804 hash.append(getX());
805 hash.append(getY());
806 hash.append(getWidth());
807 hash.append(getHeight());
808 return hash.hashCode();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 159 * Returns a target from a hash that was generated by {@link IAndroidTarget#hashString()}.
161 * @param hash the {@link IAndroidTarget} hash string.
164 public IAndroidTarget getTargetFromHashString(String hash) {
165 if (hash != null) {
167 if (hash.equals(target.hashString())) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 392 /* Hash table routines. There is no way to free up a hash table. */
394 /* An element in the hash table. Most uses will actually use a larger
399 /* Next entry for this hash code. */ member in struct:bfd_hash_entry
403 /* Hash code. This is the full hash code, not the index into the
405 unsigned long hash;
408 /* A hash table. */
412 /* The hash array. */
414 /* The number of slots in the hash table. *
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 214 HCRYPTHASH hash; local
232 wpa_printf(MSG_INFO, "%s - only MD5-SHA1 hash supported",
239 if (!CryptCreateHash(priv->crypt_prov, CALG_SSL3_SHAMD5, 0, 0, &hash))
246 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len,
253 wpa_printf(MSG_INFO, "CryptoAPI: Invalid hash size (%u != %d)",
259 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) {
271 if (!CryptSignHash(hash, priv->key_spec, NULL, 0, buf, &len)) {
282 CryptDestroyHash(hash);
337 } else if (strncmp(name, "hash://", 7) == 0) {
340 const char *hash = name + 7 local
    [all...]
x509v3.c 1312 u8 hash[20]; local
    [all...]
  /external/elfutils/tests/
Makefile 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c
47 show-abbrev$(EXEEXT) hash$(EXEEXT) asm-tst1$(EXEEXT) \
130 hash_SOURCES = hash.c
131 hash_OBJECTS = hash.$(OBJEXT)
186 get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c \
193 get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c \
315 run-show-abbrev.sh hash asm-tst1 asm-tst2 \
455 hash$(EXEEXT): $(hash_OBJECTS) $(hash_DEPENDENCIES)
456 @rm -f hash$(EXEEXT)
523 include ./$(DEPDIR)/hash.P
    [all...]
Makefile.in 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c
47 show-abbrev$(EXEEXT) hash$(EXEEXT) asm-tst1$(EXEEXT) \
130 hash_SOURCES = hash.c
131 hash_OBJECTS = hash.$(OBJEXT)
186 get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c \
193 get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c \
315 run-show-abbrev.sh hash asm-tst1 asm-tst2 \
455 hash$(EXEEXT): $(hash_OBJECTS) $(hash_DEPENDENCIES)
456 @rm -f hash$(EXEEXT)
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 277 * Returns a target from a hash that was generated by {@link IAndroidTarget#hashString()}.
279 * @param hash the {@link IAndroidTarget} hash string.
282 public IAndroidTarget getTargetFromHashString(String hash) {
283 return mManager.getTargetFromHashString(hash);
318 // save the target hash string in the project persistent property
390 * <p/>This method will get the target hash string from the project properties, and resolve
397 String hash = state.getTargetHashString(); local
398 if (hash != null) {
399 state.setTarget(target = getTargetFromHashString(hash));
    [all...]
  /build/core/
Makefile 362 # The algorithm here is that we go collect a hash for each of the notice
363 # files and write the names of the files that match that hash. Then
375 $(1) $(2) $(4)/hash-timestamp: PRIVATE_DIR := $(4)
376 $(4)/hash-timestamp: $(5) $(BUILD_SYSTEM)/Makefile
378 $$(hide) rm -rf $$@ $$(PRIVATE_DIR)/hash
379 $$(hide) mkdir -p $$(PRIVATE_DIR)/hash
381 hash=$$$$($(MD5SUM) $$$$file | sed -e "s/ .*//"); \
382 hashfile=$$(PRIVATE_DIR)/hash/$$$$hash; \
386 $(1): $(4)/hash-timestam
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 927 u8 *hash; local
939 "R-Hash derivation");
946 hash = wpabuf_put(msg, SHA256_MAC_LEN);
956 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
957 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", hash, SHA256_MAC_LEN);
962 hash = wpabuf_put(msg, SHA256_MAC_LEN);
966 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
967 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash2", hash, SHA256_MAC_LEN);
1630 u8 hash[SHA256_MAC_LEN]; local
1670 u8 hash[SHA256_MAC_LEN]; local
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/
CharBuffer.java 418 * Calculates this buffer's hash code from the remaining chars. The
419 * position, limit, capacity and mark don't affect the hash code.
421 * @return the hash code calculated from the remaining chars.
426 int hash = 0; local
428 hash = hash + get(myPosition++);
430 return hash;
  /external/bison/lib/
Makefile 42 getopt.c getopt1.c hard-locale.c hard-locale.h hash.c hash.h \
57 $(top_srcdir)/m4/hash.m4 $(top_srcdir)/m4/iconv.m4 \
95 am__DEPENDENCIES_1 = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
168 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
172 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
382 include $(DEPDIR)/hash.Po
  /external/kernel-headers/original/linux/
list.h 587 * Mostly useful for hash tables where the two pointer list head is
636 * hlist_del_rcu - deletes entry from hash list without re-initialization
637 * @n: the element to delete from the hash list.
644 * pointers that may still be used for walking the hash list.
702 * @n: the element to add to the hash list.
754 * @n: the new element to add to the hash list.
783 * @n: the new element to add to the hash list.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 102 OP(HASH, "#") /* digraphs */ \
553 /* The structure of a node in the hash table. The hash table has
564 /* Hash node flags. */
575 /* Different flavors of hash node. */
654 pointer. Otherwise you should pass in an initialized hash table
907 /* In hash.c */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/bin/
ld 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-ld 
  /dalvik/vm/
Sync.c 92 * lock count thread id hash state 0
98 * pointer hash state 1
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 271 * @return the hash code
274 int hash = (local != null) ? local.hashCode() : 0; local
276 hash = (hash * 31 + type.hashCode()) * 31 + reg;
277 return hash;
  /dalvik/libcore/luni/src/main/java/java/util/
IdentityHashMap.java 535 int index, next, hash;
556 hash = getModuloHash(object, length);
557 hashedOk = hash > index;
559 hashedOk = hashedOk || (hash <= next);
561 hashedOk = hashedOk && (hash <= next);
WeakHashMap.java 58 int hash; field in class:WeakHashMap.Entry
73 hash = isNull ? 0 : key.hashCode();
106 return hash + (value == null ? 0 : value.hashCode());
576 int index = (toRemove.hash & 0x7FFFFFFF) % elementData.length;
649 int index = entry.isNull ? 0 : (entry.hash & 0x7FFFFFFF)

Completed in 781 milliseconds

<<31323334353637383940>>