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

  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
cloudstorage_api.py 46 _account_id=None):
68 _account_id: Internal-use only.
82 account_id=_account_id)
99 def delete(filename, retry_params=None, _account_id=None):
106 _account_id: Internal-use only.
112 account_id=_account_id)
120 def stat(filename, retry_params=None, _account_id=None):
127 _account_id: Internal-use only.
138 account_id=_account_id)
189 delimiter=None, retry_params=None, _account_id=None)
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/
_gcs.py 101 def __init__(self, filenames, index=0, buffer_size=None, _account_id=None,
110 _account_id: Internal use only. See cloudstorage documentation.
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/
output_writers.py 633 options=options, _account_id=account_id)
    [all...]
input_readers.py     [all...]

Completed in 103 milliseconds