OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_contents
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
testcase.py
87
def _MakeKey(self, data='', bucket=None,
set_contents
=True):
90
if data and not
set_contents
:
91
# The data and
set_contents
parameters are mutually exclusive.
93
'but
set_contents
was set to False.')
98
if
set_contents
:
test_resumable_uploads.py
81
dst_key = self._MakeKey(
set_contents
=False)
100
dst_key = self._MakeKey(
set_contents
=False)
117
dst_key = self._MakeKey(
set_contents
=False)
146
dst_key = self._MakeKey(
set_contents
=False)
164
dst_key = self._MakeKey(
set_contents
=False)
182
dst_key = self._MakeKey(
set_contents
=False)
203
dst_key = self._MakeKey(
set_contents
=False)
221
dst_key = self._MakeKey(
set_contents
=False)
244
dst_key = self._MakeKey(
set_contents
=False)
281
dst_key = self._MakeKey(
set_contents
=False
[
all
...]
/system/update_engine/common/
action_pipe_unittest.cc
56
a.out_pipe()->
set_contents
("foo");
action_pipe.h
65
void
set_contents
(const ObjectType& contents) { contents_ = contents; }
function in class:chromeos_update_engine::ActionPipe
action.h
205
out_pipe_->
set_contents
(out_obj);
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_acl.py
642
set_contents
= self.CreateTempFile(contents=stdout)
643
self.RunGsUtil(self._set_acl_prefix + [
set_contents
, suri(obj_uri)])
649
set_contents
= self.CreateTempFile(contents=stdout)
650
self.RunGsUtil(self._set_acl_prefix + [
set_contents
, suri(bucket_uri)])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_key.py
86
#
set_contents
should write full content to key.
120
#
set_contents
should write full content to key.
Completed in 709 milliseconds