HomeSort by relevance Sort by last modified time
    Searched refs:HashKey (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_highlevel.py 31 from boto.dynamodb2.fields import (HashKey, RangeKey, KeysOnlyIndex,
50 HashKey('username'),
57 HashKey('username'),
327 HashKey('username')
335 # A single query term should fail on a table with *ONLY* a HashKey.
375 HashKey('user_id'),
401 HashKey('user_id'),
408 HashKey('user_id')
440 HashKey('user_id')
447 HashKey('username')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
fields.py 64 class HashKey(BaseSchemaField):
71 >>> HashKey('username')
72 >>> HashKey('date_joined', data_type=NUMBER)
85 >>> HashKey('username')
86 >>> HashKey('date_joined', data_type=NUMBER)
168 ... HashKey('username'),
183 ... HashKey('username'),
198 ... HashKey('username'),
275 ... HashKey('username'),
294 ... HashKey('username')
    [all...]
table.py 3 from boto.dynamodb2.fields import (HashKey, RangeKey,
83 ... HashKey('username'),
90 ... HashKey('username')
95 ... HashKey('zipcode'),
174 ... HashKey('username'),
184 ... HashKey('zipcode'),
268 HashKey(field['AttributeName'], data_type=data_type)
478 ... HashKey('requiredHashkey', data_type=STRING),
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 38 FX_DWORD CFX_MapPtrToPtr::HashKey(void* key) const {
56 for (FX_DWORD nBucket = (HashKey(pAssocRet->key) % m_nHashTableSize) + 1;
100 nHash = HashKey(key) % m_nHashTableSize;
146 ppAssocPrev = &m_pHashTable[HashKey(key) % m_nHashTableSize];
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
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/jsoncpp/include/json/
value.h 671 typedef unsigned int HashKey;
718 Value& unsafeAdd(const char* key, bool isStatic, HashKey hashedKey);
720 HashKey hash(const char* key) const;
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 699 FX_DWORD HashKey(void* key) const;

Completed in 265 milliseconds