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

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_versioning.py 47 k.set_contents_from_string(s1)
53 k.set_contents_from_string(s2)
96 k.set_contents_from_string(s1)
104 k.set_contents_from_string(s2)
120 k.set_contents_from_string(s1)
126 k.set_contents_from_string(s2)
157 k.set_contents_from_string(s1)
163 k.set_contents_from_string(s2)
202 k.set_contents_from_string(s1)
208 k.set_contents_from_string(s2
    [all...]
test_storage_uri.py 59 k.set_contents_from_string("stringdata")
71 k.set_contents_from_string("stringdata")
108 key_uri.set_contents_from_string("data1")
137 key_uri1.set_contents_from_string(data1)
139 key_uri2.set_contents_from_string(data2)
test_basic.py 92 k.set_contents_from_string(s1)
132 k.set_contents_from_string(s1, headers)
136 k.set_contents_from_string(s1)
138 k.set_contents_from_string(s1)
140 k.set_contents_from_string(s1)
142 k.set_contents_from_string(s1)
145 k.set_contents_from_string(s2)
175 k.set_contents_from_string('testdata', headers)
201 k.set_contents_from_string(s1)
286 k1.set_contents_from_string(s
    [all...]
test_generation_conditionals.py 69 k.set_contents_from_string(s1, if_generation=999)
71 k.set_contents_from_string(s1, if_generation=0)
76 k.set_contents_from_string(s2, if_generation=int(g1)+1)
78 k.set_contents_from_string(s2, if_generation=g1)
116 k.set_contents_from_string(s1)
181 k.set_contents_from_string(s1)
225 k.set_contents_from_string(s1)
275 k.set_contents_from_string("test1")
314 k.set_contents_from_string("test1")
356 k.set_contents_from_string(s1
    [all...]
testcase.py 99 k.set_contents_from_string(data)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/
test_s3.py 59 k.set_contents_from_string(s1, headers=DEVPAY_HEADERS)
82 k.set_contents_from_string(s1, headers)
86 k.set_contents_from_string(s1, headers=DEVPAY_HEADERS)
88 k.set_contents_from_string(s1, headers=DEVPAY_HEADERS)
90 k.set_contents_from_string(s1, headers=DEVPAY_HEADERS)
92 k.set_contents_from_string(s1, headers=DEVPAY_HEADERS)
95 k.set_contents_from_string(s2, headers=DEVPAY_HEADERS)
121 k.set_contents_from_string(s1, headers=DEVPAY_HEADERS)
142 k.set_contents_from_string('This is a test', headers=DEVPAY_HEADERS)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_encryption.py 69 k.set_contents_from_string(s1)
79 k.set_contents_from_string(s2, encrypt_key=True)
93 k.set_contents_from_string(s1)
102 k.set_contents_from_string(s1, encrypt_key=True)
test_connection.py 56 k.set_contents_from_string(s1)
98 k.set_contents_from_string(s1, headers)
103 k.set_contents_from_string(s1)
105 k.set_contents_from_string(s1)
107 k.set_contents_from_string(s1)
109 k.set_contents_from_string(s1)
112 k.set_contents_from_string(s2)
141 k.set_contents_from_string(s1)
162 k.set_contents_from_string('This is a test')
191 k.set_contents_from_string('This key has reduced redundancy'
    [all...]
test_versioning.py 60 k.set_contents_from_string(s1)
73 k.set_contents_from_string(s2)
127 kv1.set_contents_from_string("v1")
137 kv2.set_contents_from_string("v2")
test_multidelete.py 101 key.set_contents_from_string('this is a test')
109 key.set_contents_from_string('this is a test')
159 key.set_contents_from_string('this is a test')
test_key.py 367 key.set_contents_from_string('')
384 key.set_contents_from_string('Some text here.')
396 key.set_contents_from_string('{"abc": 123}')
413 key.set_contents_from_string('foo')
459 k.set_contents_from_string(content, headers=header)
483 k.set_contents_from_string(body)
508 k.set_contents_from_string(first_content)
517 k.set_contents_from_string(second_content)
test_pool.py 44 bucket.new_key(name).set_contents_from_string(name)
206 bucket.new_key(name).set_contents_from_string(str(i))
218 bucket.new_key(big_name).set_contents_from_string(contents)
test_mfa.py 69 k.set_contents_from_string(s1)
test_bucket.py 63 key.set_contents_from_string(key_name)
95 key.set_contents_from_string(key_name)
mock_storage_service.py 159 def set_contents_from_string(self, s, headers=NOT_IMPL, replace=NOT_IMPL, member in class:MockKey
577 def set_contents_from_string(self, s, headers=NOT_IMPL, replace=NOT_IMPL, member in class:MockBucketStorageUri
581 key.set_contents_from_string(s)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_rm.py 105 key_uri.set_contents_from_string('bar')
107 key_uri.set_contents_from_string('baz')
129 key_uri.set_contents_from_string('bar')
131 key_uri.set_contents_from_string('baz')
150 k1_uri.set_contents_from_string('bar')
151 k2_uri.set_contents_from_string('bar2')
154 k1_uri.set_contents_from_string('baz')
155 k2_uri.set_contents_from_string('baz2')
183 k1_uri.set_contents_from_string('bar')
184 k2_uri.set_contents_from_string('bar2'
    [all...]
test_ls.py 144 k1_uri.set_contents_from_string('baz')
146 k2_uri.set_contents_from_string('bar')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/storage_uri/
test_storage_uri.py 56 the_key.set_contents_from_string(
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_key.py 91 k.set_contents_from_string('test')
103 k.set_contents_from_string('test')
test_keyfile.py 37 key.set_contents_from_string(self.contents)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
storage_uri.py 644 def set_contents_from_string(self, s, headers=None, replace=True, member in class:BucketStorageUri
647 self._check_object_uri('set_contents_from_string')
653 'set_contents_from_string')
654 result = key.set_contents_from_string(
657 result = key.set_contents_from_string(
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
unit_testcase.py 363 key_uri.set_contents_from_string(contents)
integration_testcase.py 313 key_uri.set_contents_from_string(contents)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
queue.py 445 key.set_contents_from_string(m.get_body())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
sdbmanager.py 357 key.set_contents_from_string(value.value)

Completed in 410 milliseconds

1 2