Home
last modified time | relevance | path

Searched refs:batch_list (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
Dtest_layer2.py328 batch_list = c.new_batch_list()
329 batch_list.add_batch(table, [(item2_key, item2_range),
331 response = batch_list.submit()
335 batch_list = c.new_batch_list()
336 batch_list.add_batch(table, [])
337 response = batch_list.submit()
365 batch_list = c.new_batch_write_list()
366 batch_list.add_batch(table, puts=[item4, item5])
367 response = batch_list.submit()
388 batch_list = c.new_batch_write_list()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dlayer2.py495 def batch_get_item(self, batch_list): argument
507 request_items = batch_list.to_dict()
511 def batch_write_item(self, batch_list): argument
521 request_items = batch_list.to_dict()
/external/autotest/client/common_lib/cros/graphite/
Des_utils.py328 batch_list = [{'terms': {k: v}} for k, v in batch_constraints if k]
330 constraints = eq_list + batch_list + range_list + regex_list