Home
last modified time | relevance | path

Searched refs:set_contents_from_string (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtest_versioning.py47 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 …]
Dtest_storage_uri.py59 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)
Dtest_generation_conditionals.py69 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)
Dtest_basic.py92 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)
Dtestcase.py99 k.set_contents_from_string(data)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_connection.py56 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',
Dtest_encryption.py69 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)
Dtest_versioning.py60 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")
Dtest_pool.py44 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)
Dtest_key.py367 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)
Dtest_multidelete.py101 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')
Dtest_mfa.py69 k.set_contents_from_string(s1)
Dtest_bucket.py63 key.set_contents_from_string(key_name)
95 key.set_contents_from_string(key_name)
Dmock_storage_service.py159 def set_contents_from_string(self, s, headers=NOT_IMPL, replace=NOT_IMPL, member in MockKey
577 def set_contents_from_string(self, s, headers=NOT_IMPL, replace=NOT_IMPL, member in MockBucketStorageUri
581 key.set_contents_from_string(s)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/
Dtest_s3.py59 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/gslib/tests/
Dtest_rm.py105 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 …]
Dtest_ls.py144 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/
Dtest_storage_uri.py56 the_key.set_contents_from_string(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_key.py91 k.set_contents_from_string('test')
103 k.set_contents_from_string('test')
Dtest_keyfile.py37 key.set_contents_from_string(self.contents)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dstorage_uri.py644 def set_contents_from_string(self, s, headers=None, replace=True, member in BucketStorageUri
654 result = key.set_contents_from_string(
657 result = key.set_contents_from_string(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
Dqueue.py445 key.set_contents_from_string(m.get_body())
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
Dintegration_testcase.py313 key_uri.set_contents_from_string(contents)
Dunit_testcase.py363 key_uri.set_contents_from_string(contents)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dkey.py651 def set_contents_from_string(self, s, headers=None, replace=True, member in Key

12