/external/skia/tests/ |
HashCacheTest.cpp | 36 class HashKey { 38 HashKey(int key) : fKey(key) {} 42 static bool LessThan(const HashElement& entry, const HashKey& key) { 45 static bool Equals(const HashElement& entry, const HashKey& key) { 63 GrTHashTable<HashElement, HashKey, 4> cache; 92 cache.insert(HashKey(i), &negHashElements[i]);
|
/system/core/libcutils/ |
hashmap.c | 80 static inline int hashKey(Hashmap* map, void* key) { 190 int hash = hashKey(map, key); 222 int hash = hashKey(map, key); 237 int hash = hashKey(map, key); 253 int hash = hashKey(map, key); 285 int hash = hashKey(map, key);
|
/external/chromium/chrome/browser/safe_browsing/ |
bloom_filter.h | 32 typedef uint64 HashKey; 33 typedef std::vector<HashKey> HashKeys;
|
bloom_filter.cc | 16 uint32 HashMix(BloomFilter::HashKey hash_key, uint32 c) { 121 HashKey key;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
hamt.c | 56 unsigned long (*HashKey) (const char *key); 81 HashKey(const char *key) 133 hamt->HashKey = HashKey_nocase; 137 hamt->HashKey = HashKey; 228 key = hamt->HashKey(str); 384 key = hamt->HashKey(str);
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
cldutil.h | 1042 uint32 subscr, hashkey; local 1091 uint32 subscr, hashkey; local [all...] |
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
datamap.cpp | 106 UnicodeString hashKey(key, -1, US_INV); 107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey);
|
/external/icu4c/tools/ctestfw/ |
datamap.cpp | 106 UnicodeString hashKey(key, -1, US_INV); 107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey);
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
ft_hash.h | 103 #define HashKey(E) ((E)->pKey)
|
fulltext.c | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
MemoryActivatedFont.mm | 107 WTF::String hashKey = hashKeyFromNSFont(nsFont); 108 RefPtr<MemoryActivatedFont> font(fontCacheByFontName().get(hashKey));
|
/external/iproute2/ |
README.iproute2+tc | 114 hashkey mask 0x00ff0000 at 8 \
|
/external/chromium_org/third_party/icu/source/common/ |
locid.cpp | 638 UHashTok hashKey; 639 hashKey.pointer = fullName; 640 return uhash_hashChars(hashKey);
|
uresbund.c | 326 UHashTok hashkey; local 345 hashkey.pointer = (void *)&find; 346 /*hashValue = hashEntry(hashkey);*/ [all...] |
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
value.h | 675 typedef unsigned int HashKey; 732 HashKey hashedKey ); 734 HashKey hash( const char *key ) const; [all...] |
/external/iproute2/tc/ |
f_u32.c | 37 fprintf(stderr, " [ ht HTID ] [ hashkey HASHKEY_SPEC ]\n"); 1018 } else if (matches(*argv, "hashkey") == 0) { 1021 fprintf(stderr, "Illegal \"hashkey\"\n");
|
/external/chromium_org/third_party/icu/source/i18n/ |
numfmt.cpp | 1097 int32_t hashKey; [all...] |
/external/icu4c/i18n/ |
numfmt.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImpl.h | 139 // AtomicString's HashKey, but still needs to compare correctly.
|
/external/ipsec-tools/src/racoon/ |
oakley.c | 973 vchar_t *hashkey = NULL; local 1002 hashkey = iph1->skeyid; 1044 hashkey = hash; 1087 res = oakley_prf(hashkey, buf, iph1); [all...] |
/external/icu4c/common/ |
uresbund.cpp | 324 /*UHashTok hashkey; */ 343 /*hashkey.pointer = (void *)&find;*/ 344 /*hashValue = hashEntry(hashkey);*/ [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | [all...] |