Home
last modified time | relevance | path

Searched refs:CreateObject (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_du.py32 obj_uris.append(self.CreateObject(
34 obj_uris.append(self.CreateObject(
36 obj_uris.append(self.CreateObject(
38 obj_uris.append(self.CreateObject(
44 obj_uri = self.CreateObject(contents='foo')
54 obj_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
83 obj_uri1 = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
84 obj_uri2 = self.CreateObject(bucket_uri=bucket_uri, contents='foo2')
99 obj_uri1 = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
100 obj_uri2 = self.CreateObject(bucket_uri=bucket_uri, contents='zebra')
[all …]
Dtest_rm.py204 object_uri = self.CreateObject(bucket_uri=bucket_uri, object_name='present',
279 object_uri = self.CreateObject(bucket_uri, contents='foo')
298 self.CreateObject(bucket_uri, 'obj', 'z')
299 self.CreateObject(bucket_uri, 'obj', 'z')
300 final_uri = self.CreateObject(bucket_uri, 'obj', 'z')
327 ouri1 = self.CreateObject(bucket_uri=buri1, object_name='o1', contents='z')
328 ouri2 = self.CreateObject(bucket_uri=buri2, object_name='o2', contents='z')
329 self.CreateObject(bucket_uri=buri3, object_name='o3', contents='z')
346 key_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
354 ouri1 = self.CreateObject(bucket_uri=bucket_uri,
[all …]
Dtest_rsync.py88 obj1 = self.CreateObject(bucket_uri=bucket_uri, object_name='obj1',
122 self.CreateObject(bucket_uri=bucket1_uri, object_name='obj1',
124 self.CreateObject(bucket_uri=bucket1_uri, object_name='.obj2',
126 self.CreateObject(bucket_uri=bucket1_uri, object_name='subdir/obj3',
128 self.CreateObject(bucket_uri=bucket2_uri, object_name='.obj2',
130 self.CreateObject(bucket_uri=bucket2_uri, object_name='obj4',
132 self.CreateObject(bucket_uri=bucket2_uri, object_name='subdir/obj5',
167 self.CreateObject(bucket_uri=bucket1_uri, object_name='obj6',
169 self.CreateObject(bucket_uri=bucket2_uri, object_name='obj7',
208 self.CreateObject(bucket_uri=bucket1_uri, object_name='obj1',
[all …]
Dtest_stat.py29 object_uri = self.CreateObject(contents='z')
58 object_uri = self.CreateObject(contents='z')
73 self.CreateObject(bucket_uri=bucket_uri, object_name='notmissing',
83 self.CreateObject(bucket_uri=bucket_uri, object_name='notmissing',
93 self.CreateObject(bucket_uri=bucket_uri, object_name='foo', contents='z')
101 object1_uri = self.CreateObject(bucket_uri=bucket_uri, object_name='foo1',
103 object2_uri = self.CreateObject(bucket_uri=bucket_uri, object_name='foo2',
Dtest_compose.py35 components = [self.CreateObject(bucket_uri=bucket_uri, contents=data).uri
87 component1 = self.CreateObject(
89 component2 = self.CreateObject(
101 k1_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data1')
102 k2_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data2')
119 object_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
Dtest_setmeta.py32 objuri = suri(self.CreateObject(contents='foo'))
47 objuri = suri(self.CreateObject(contents='foo'))
64 object_uri = self.CreateObject(contents='foo')
89 object_uri = self.CreateObject(contents='foo')
119 object1_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
120 object2_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
139 objuri = self.CreateObject(contents='foo')
Dtest_cp.py266 key_uri = self.CreateObject(contents='foo')
289 key_uri = self.CreateObject(bucket_uri=bucket1_uri, contents='foo')
510 k1_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data2')
511 k2_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data1')
565 self.CreateObject(bucket_uri=bucket1_uri, object_name='k', contents='data0')
566 self.CreateObject(bucket_uri=bucket1_uri, object_name='k',
657 k1_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data1')
688 k1_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data1')
706 k1_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data1')
707 k2_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data2')
[all …]
Dtest_cat.py29 key_uri = self.CreateObject(contents='0123456789')
62 uri1 = self.CreateObject(bucket_uri=bucket_uri, contents='data1')
63 uri2 = self.CreateObject(bucket_uri=bucket_uri,
93 obj_uri1 = self.CreateObject(bucket_uri=bucket_uri, contents=data1)
94 obj_uri2 = self.CreateObject(bucket_uri=bucket_uri, contents=data2)
Dtest_tabcomplete.py74 object_uri = self.CreateObject(object_name=object_name, contents='data')
86 object_uri = self.CreateObject(object_name=object_name, contents='data')
115 object_uri = self.CreateObject(object_name=object_name, contents='data')
131 self.CreateObject(
134 self.CreateObject(
291 object_uri = self.CreateObject(
319 object_uri = self.CreateObject(object_name='obj', contents='test data')
342 object_uri = self.CreateObject(object_name='obj', contents='test data')
Dtest_acl.py60 obj_uri = suri(self.CreateObject(contents='foo'))
76 obj_uri = suri(self.CreateObject(contents='foo'))
94 obj_uri = suri(self.CreateObject(contents='foo'))
110 obj_uri = suri(self.CreateObject(contents='foo'))
137 obj_uri = suri(self.CreateObject(contents='foo'))
149 obj_uri1 = suri(self.CreateObject(bucket_uri=bucket_uri, contents='foo'))
156 obj_uri2 = suri(self.CreateObject(bucket_uri=bucket_uri, contents='foo2'))
163 obj_uri3 = suri(self.CreateObject(bucket_uri=bucket_uri, contents='foo3'))
175 uri = self.CreateObject(bucket_uri=bucket_uri, contents='data')
433 obj = self.CreateObject(bucket_uri=self.sample_uri, contents='something')
[all …]
Dtest_parallel_cp.py133 self.CreateObject(src_bucket_uri, object_name='f1', contents='foo')
170 self.CreateObject(dst_bucket_uri, object_name='subdir0/existing',
172 self.CreateObject(dst_bucket_uri, object_name='subdir1/existing',
203 self.CreateObject(dst_bucket_uri, object_name='d0/placeholder',
205 self.CreateObject(dst_bucket_uri, object_name='d1/placeholder',
Dtest_ls.py132 obj_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
184 obj_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
293 self.CreateObject(bucket_uri=bucket_uri, contents='x' * 2048)
351 key_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo',
376 key_uri = self.CreateObject()
410 self.CreateObject(bucket_uri=bucket_uri, object_name='/', contents='foo')
420 self.CreateObject(bucket_uri=bucket_uri, object_name='//', contents='foo')
431 object_uri = self.CreateObject(bucket_uri=bucket_uri,
Dmock_cloud_api.py69 def CreateObject(self, object_name, contents=''): member in MockBucket
144 self.buckets[bucket_name].CreateObject(object_name, contents=contents)
Dtest_signurl.py58 object_url = self.CreateObject(contents='z')
113 obj_urls.append(self.CreateObject(bucket_uri=bucket,
Dtest_trace.py31 key_uri = self.CreateObject(contents='0123456789')
Dtest_naming.py176 self.CreateObject(bucket_uri=dst_bucket_uri, object_name='abc_$folder$',
490 self.CreateObject(bucket_uri=bucket_uri, object_name='a')
491 self.CreateObject(bucket_uri=bucket_uri, object_name='b/a')
505 src_uri = self.CreateObject(object_name='abc', contents='bar')
1021 self.CreateObject(bucket_uri=bucket_uri, object_name=object_name,
1030 obj_uri = self.CreateObject(
1074 src_uri = self.CreateObject(contents='foo')
Dtest_Doption.py64 key_uri = self.CreateObject(contents='0123456789')
/external/lzma/CPP/7zip/Archive/
DArchive.def2 CreateObject PRIVATE
6 CreateObject PRIVATE
DArchive2.def2 CreateObject PRIVATE
DDllExports2.cpp54 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) in CreateObject() function
/external/curl/lib/
Dmk-ca-bundle.vbs43 Set objNetwork = WScript.CreateObject("WScript.Network")
44 Set objShell = WScript.CreateObject("WScript.Shell")
45 Set objFSO = WScript.CreateObject("Scripting.FileSystemObject")
46 Set objHttp = WScript.CreateObject("WinHttp.WinHttpRequest.5.1")
47 If objHttp Is Nothing Then Set objHttp = WScript.CreateObject("WinHttp.WinHttpRequest")
213 Set objStream = CreateObject("ADODB.Stream")
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h156 Func_CreateObject CreateObject; member
193 …return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive… in CreateArchiveHandler()
DLoadCodecs.cpp509 lib.CreateObject = (Func_CreateObject)lib.Lib.GetProc("CreateObject"); in LoadDll()
510 if (lib.CreateObject) in LoadDll()
742 return Libs[ci.LibIndex].CreateObject(&ci.Decoder, iid, (void **)coder); in CreateDecoder()
758 return Libs[ci.LibIndex].CreateObject(&ci.Encoder, iid, (void **)coder); in CreateEncoder()
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
Dintegration_testcase.py249 self.CreateObject(bucket_uri=bucket_uri,
273 def CreateObject(self, bucket_uri=None, object_name=None, contents=None, member in GsUtilIntegrationTestCase
Dunit_testcase.py340 self.CreateObject(bucket_uri=bucket_uri, object_name=name,
344 def CreateObject(self, bucket_uri=None, object_name=None, contents=None): member in GsUtilUnitTestCase

12