/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_du.py | 32 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 …]
|
D | test_rm.py | 204 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 …]
|
D | test_rsync.py | 88 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 …]
|
D | test_stat.py | 29 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',
|
D | test_compose.py | 35 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')
|
D | test_setmeta.py | 32 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')
|
D | test_cp.py | 266 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 …]
|
D | test_cat.py | 29 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)
|
D | test_tabcomplete.py | 74 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')
|
D | test_acl.py | 60 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 …]
|
D | test_parallel_cp.py | 133 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',
|
D | test_ls.py | 132 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,
|
D | mock_cloud_api.py | 69 def CreateObject(self, object_name, contents=''): member in MockBucket 144 self.buckets[bucket_name].CreateObject(object_name, contents=contents)
|
D | test_signurl.py | 58 object_url = self.CreateObject(contents='z') 113 obj_urls.append(self.CreateObject(bucket_uri=bucket,
|
D | test_trace.py | 31 key_uri = self.CreateObject(contents='0123456789')
|
D | test_naming.py | 176 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')
|
D | test_Doption.py | 64 key_uri = self.CreateObject(contents='0123456789')
|
/external/lzma/CPP/7zip/Archive/ |
D | Archive.def | 2 CreateObject PRIVATE 6 CreateObject PRIVATE
|
D | Archive2.def | 2 CreateObject PRIVATE
|
D | DllExports2.cpp | 54 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) in CreateObject() function
|
/external/curl/lib/ |
D | mk-ca-bundle.vbs | 43 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/ |
D | LoadCodecs.h | 156 Func_CreateObject CreateObject; member 193 …return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive… in CreateArchiveHandler()
|
D | LoadCodecs.cpp | 509 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/ |
D | integration_testcase.py | 249 self.CreateObject(bucket_uri=bucket_uri, 273 def CreateObject(self, bucket_uri=None, object_name=None, contents=None, member in GsUtilIntegrationTestCase
|
D | unit_testcase.py | 340 self.CreateObject(bucket_uri=bucket_uri, object_name=name, 344 def CreateObject(self, bucket_uri=None, object_name=None, contents=None): member in GsUtilUnitTestCase
|