Searched refs:HashKey (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/ |
D | test_highlevel.py | 31 from boto.dynamodb2.fields import (HashKey, RangeKey, KeysOnlyIndex, 50 HashKey('username'), 57 HashKey('username'), 327 HashKey('username') 375 HashKey('user_id'), 401 HashKey('user_id'), 408 HashKey('user_id') 440 HashKey('user_id') 447 HashKey('username'), 498 HashKey('thread'), [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
D | test_table.py | 3 from boto.dynamodb2.fields import (HashKey, RangeKey, 22 hash_key = HashKey('hello') 52 alt_key = HashKey('alt', data_type=NUMBER) 70 HashKey('username'), 103 HashKey('username'), 136 HashKey('username'), 176 HashKey('username'), 217 HashKey('username'), 259 HashKey('username'), 303 HashKey('username'), [all …]
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_maps.cpp | 38 FX_DWORD CFX_MapPtrToPtr::HashKey(void* key) const { in HashKey() function in CFX_MapPtrToPtr 56 for (FX_DWORD nBucket = (HashKey(pAssocRet->key) % m_nHashTableSize) + 1; in GetNextAssoc() 100 nHash = HashKey(key) % m_nHashTableSize; in GetAssocAt() 146 ppAssocPrev = &m_pHashTable[HashKey(key) % m_nHashTableSize]; in RemoveKey()
|
/external/jsoncpp/src/lib_json/ |
D | json_internalmap.inl | 207 HashKey hashedKey = hash(key); 228 HashKey hashedKey = hash(key); 249 HashKey hashedKey = hash(key); 328 ValueInternalMap::unsafeAdd(const char* key, bool isStatic, HashKey hashedKey) { 350 ValueInternalMap::HashKey ValueInternalMap::hash(const char* key) const { 351 HashKey hash = 0;
|
/external/jsoncpp/include/json/ |
D | value.h | 671 typedef unsigned int HashKey; typedef 718 Value& unsafeAdd(const char* key, bool isStatic, HashKey hashedKey); 720 HashKey hash(const char* key) const;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | fields.py | 64 class HashKey(BaseSchemaField): class
|
D | table.py | 3 from boto.dynamodb2.fields import (HashKey, RangeKey, 268 HashKey(field['AttributeName'], data_type=data_type)
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 1437 struct HashKey struct 1440 HashKey(part _a, part _b) : a(_a), b(_b) {} in HashKey() function 1444 inline bool operator == (const HashKey& h1, const HashKey& h2) in operator ==() 1449 inline bool operator < (const HashKey& h1, const HashKey& h2) in operator <() 2584 HashKey k(src.hash(), crc64((const uchar*)prefix.c_str(), prefix.size())); in getProg() 2591 phash.insert(std::pair<HashKey,Program>(k, prog)); in getProg() 2602 struct HashKey struct 2604 HashKey(hash_t _a, hash_t _b) : a(_a), b(_b) {} in HashKey() function 2605 bool operator < (const HashKey& k) const { return a < k.a || (a == k.a && b < k.b); } in operator <() argument 2606 bool operator == (const HashKey& k) const { return a == k.a && b == k.b; } in operator ==() argument [all …]
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 699 FX_DWORD HashKey(void* key) const;
|