Searched refs:scan_index_forward (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | layer1.py | 1515 scan_index_forward=None, exclusive_start_key=None, argument 1928 if scan_index_forward is not None: 1929 params['ScanIndexForward'] = scan_index_forward
|
D | table.py | 1206 query_filter=None, scan_index_forward=True, limit=None, argument 1299 scan_index_forward=scan_index_forward,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | layer1.py | 466 scan_index_forward=True, exclusive_start_key=None, argument 522 if scan_index_forward:
|
D | layer2.py | 630 scan_index_forward=True, exclusive_start_key=None, argument 718 'scan_index_forward': scan_index_forward,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
D | test_table.py | 2384 scan_index_forward=False, 2435 scan_index_forward=False, 2807 …= self.users.query_count(username__gt='somename', consistent=True, scan_index_forward=False, limit…
|