HomeSort by relevance Sort by last modified time
    Searched full:storage_class (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
connection.py 51 storage_class='STANDARD'):
71 :type storage_class: string
72 :param storage_class: Either 'STANDARD' or 'DURABLE_REDUCED_AVAILABILITY'.
86 if storage_class:
88 % storage_class)
bucket.py 119 metadata=None, src_version_id=None, storage_class='STANDARD',
146 :type storage_class: string
147 :param storage_class: The storage class of the new key. By
181 storage_class=storage_class, preserve_acl=preserve_acl,
    [all...]
key.py 53 :ivar storage_class: The storage class of the object. Currently, one of:
97 self.storage_class = value
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_lifecycle.py 72 self.assertEqual(transition.storage_class, 'GLACIER')
82 t = Transition(days=30, storage_class='GLACIER')
91 t = Transition(date='2012-11-30T00:00:000Z', storage_class='GLACIER')
test_key.py 96 sc_value = k.storage_class
102 k.storage_class = 'GLACIER'
117 self.assertEqual(k.storage_class, 'STANDARD')
141 self.assertEqual(k.storage_class, 'STANDARD')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
lifecycle.py 141 :ivar storage_class: The storage class to transition to. Valid
145 def __init__(self, days=None, date=None, storage_class=None):
148 self.storage_class = storage_class
159 self.storage_class = value
166 return '<Transition: %s, %s>' % (how_long, self.storage_class)
170 s += '<StorageClass>%s</StorageClass>' % self.storage_class
multipart.py 140 self.storage_class = None
185 self.storage_class = value
304 storage_class=None,
connection.py 240 conditions=None, storage_class='STANDARD',
277 :type storage_class: string
278 :param storage_class: Storage class to use for storing the object.
320 if storage_class:
322 'value': storage_class})
323 conditions.append('{"x-amz-storage-class": "%s"}' % storage_class)
key.py 67 :ivar storage_class: The storage class of the object. Currently, one of:
212 storage_class = property(_get_storage_class, _set_storage_class) variable in class:Key
492 storage_class = 'REDUCED_REDUNDANCY'
494 storage_class = self.storage_class
497 storage_class=storage_class,
524 self.storage_class = value
694 self.storage_class = 'REDUCED_REDUNDANCY'
696 headers[provider.storage_class_header] = self.storage_class
    [all...]
bucket.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_bucket.py 220 transition = Transition(days=30, storage_class='GLACIER')
228 self.assertEqual(transition.storage_class, 'GLACIER')
239 Transition(days=4, storage_class=sc))
241 Transition(date=date, storage_class=sc))
259 self.assertEqual(rule.transition.storage_class, sc)
263 self.assertEqual(rule.transition.storage_class, sc)
mock_storage_service.py 242 storage_class=NOT_IMPL, preserve_acl=NOT_IMPL,
376 policy=NOT_IMPL, storage_class=NOT_IMPL):
461 policy=NOT_IMPL, storage_class=NOT_IMPL):
569 src_version_id=NOT_IMPL, storage_class=NOT_IMPL,
test_connection.py 201 assert k.storage_class == 'REDUCED_REDUNDANCY'
  /external/vixl/
CPPLINT.cfg 9 filter=+build/storage_class
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
integration_testcase.py 196 def CreateBucket(self, bucket_name=None, test_objects=0, storage_class=None,
207 storage_class: storage class to use. If not provided we us standard.
220 storage_class=storage_class)
244 bucket_uri.create_bucket(storage_class=storage_class, headers=headers)
317 storage_class=None):
327 storage_class: storage class to use. If not provided we us standard.
334 if storage_class:
337 storageClass=storage_class)
    [all...]
unit_testcase.py 310 def CreateBucket(self, bucket_name=None, test_objects=0, storage_class=None,
322 storage_class: storage class to use. If not provided we us standard.
333 bucket_uri.create_bucket(storage_class=storage_class)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
mb.py 168 storage_class = None
176 storage_class = self._Normalize_Storage_Class(a)
179 storageClass=storage_class)
188 # Pass storage_class param only if this is a GCS bucket. (In S3 the
ls.py 271 storage_class = bucket.storageClass
273 'storage_class': storage_class,
299 '\tStorage class:\t\t\t{storage_class}\n'
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
storage_uri.py 553 storage_class=None):
556 # Pass storage_class param only if this is a GCS bucket. (In S3 the
560 storage_class)
695 src_version_id=None, storage_class='STANDARD',
706 storage_class=storage_class, preserve_acl=preserve_acl,
714 storage_class=storage_class, preserve_acl=preserve_acl,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_translation.py 286 # Pass storage_class param only if this is a GCS bucket. (In S3 the
292 storage_class = ''
294 storage_class = metadata.storageClass
297 storage_class=storage_class)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 278 enum c_storage_class storage_class; member in struct:c_declspecs
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c     [all...]
  /art/tools/
cpplint.py 179 'build/storage_class',
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 175 'build/storage_class',
    [all...]

Completed in 321 milliseconds

1 2