Home
last modified time | relevance | path

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/
Dlayer1.py1515 scan_index_forward=None, exclusive_start_key=None, argument
1928 if scan_index_forward is not None:
1929 params['ScanIndexForward'] = scan_index_forward
Dtable.py1206 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/
Dlayer1.py466 scan_index_forward=True, exclusive_start_key=None, argument
522 if scan_index_forward:
Dlayer2.py630 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/
Dtest_table.py2384 scan_index_forward=False,
2435 scan_index_forward=False,
2807 …= self.users.query_count(username__gt='somename', consistent=True, scan_index_forward=False, limit…