Searched refs:_account_id (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | cloudstorage_api.py | 46 _account_id=None): argument 82 account_id=_account_id) 99 def delete(filename, retry_params=None, _account_id=None): argument 112 account_id=_account_id) 120 def stat(filename, retry_params=None, _account_id=None): argument 138 account_id=_account_id) 189 delimiter=None, retry_params=None, _account_id=None): argument 262 account_id=_account_id)
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/ |
D | _gcs.py | 101 def __init__(self, filenames, index=0, buffer_size=None, _account_id=None, argument 118 self._account_id = _account_id 244 _account_id=account_id)]) 254 shard_filenames, buffer_size=buffer_size, _account_id=account_id, 293 if self._account_id: 294 options["_account_id"] = self._account_id
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | output_writers.py | 633 options=options, _account_id=account_id) 934 cloudstorage_api.delete(filename, _account_id=account_id) 945 f = cloudstorage_api.open(tmpfile, _account_id=account_id) 1030 _account_id=account_id):
|
D | input_readers.py | 2299 def __init__(self, filenames, index=0, buffer_size=None, _account_id=None, argument 2314 self._account_id = _account_id 2437 _account_id=account_id)]) 2447 shard_filenames, buffer_size=buffer_size, _account_id=account_id, 2495 if self._account_id: 2496 options["_account_id"] = self._account_id 2601 def __init__(self, filenames, index=0, buffer_size=None, _account_id=None, argument 2604 _account_id, delimiter)
|