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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer1.py 43 self.hash_key_type = 'S'
49 'AttributeType': self.hash_key_type},
71 hash_key_type = self.hash_key_type
83 assert result_schema['HashKeyElement']['AttributeType'] == hash_key_type
121 hash_key_name: {hash_key_type: item1_key},
134 key1 = {'HashKeyElement': {hash_key_type: item1_key},
141 invalid_key = {'HashKeyElement': {hash_key_type: 'bogus_key'},
182 hash_key_name: {hash_key_type: item2_key},
193 key2 = {'HashKeyElement': {hash_key_type: item2_key}
    [all...]
test_layer2.py 84 assert table.schema.hash_key_type == get_dynamodb_type(self.hash_key_proto_value)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
schema.py 30 :ivar hash_key_type: The DynamoDB type specification for the
61 :param hash_key: A tuple of (hash_key_name, hash_key_type)
91 def hash_key_type(self): member in class:Schema
110 self.hash_key_type == other.hash_key_type and
layer2.py 267 if list(dynamodb_value.keys())[0] != schema.hash_key_type:
268 msg = 'Hashkey must be of type: %s' % schema.hash_key_type
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
test_layer2.py 76 self.assertEqual(schema.hash_key_type, 'N')
83 self.assertEqual(schema.hash_key_type, 'S')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_layer1.py 40 self.hash_key_type = 'S'
48 'AttributeType': self.hash_key_type,
250 'AttributeType': self.hash_key_type,
  /external/tcpdump/
print-lspping.c 443 uint8_t hash_key_type; member in struct:lspping_tlv_downstream_map_info_t
    [all...]

Completed in 237 milliseconds