HomeSort by relevance Sort by last modified time
    Searched refs:CreateObject (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
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...]
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',
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')
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...]
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...]
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)
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')
test_trace.py 31 key_uri = self.CreateObject(contents='0123456789')
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')
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',
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...]
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,
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...]
mock_cloud_api.py 69 def CreateObject(self, object_name, contents=''):
144 self.buckets[bucket_name].CreateObject(object_name, contents=contents)
test_signurl.py 58 object_url = self.CreateObject(contents='z')
113 obj_urls.append(self.CreateObject(bucket_uri=bucket,
test_Doption.py 64 key_uri = self.CreateObject(contents='0123456789')
test_mv.py 103 object_uri = self.CreateObject(bucket_uri=bucket_uri, contents='data2')
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')
    [all...]
  /external/lzma/CPP/7zip/Archive/
DllExports2.cpp 54 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject)
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 154 ON_CALL(pkcs11_, CreateObject(_, _, _, _))
155 .WillByDefault(Invoke(this, &KeyStoreTest::CreateObject));
178 virtual uint32_t CreateObject(const brillo::SecureBlob& isolate,
399 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
471 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
480 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
490 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
499 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
518 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _))
530 EXPECT_CALL(pkcs11_, CreateObject(_, _, _, _)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 156 Func_CreateObject CreateObject;
193 return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
LoadCodecs.cpp 509 lib.CreateObject = (Func_CreateObject)lib.Lib.GetProc("CreateObject");
510 if (lib.CreateObject)
742 return Libs[ci.LibIndex].CreateObject(&ci.Decoder, iid, (void **)coder);
758 return Libs[ci.LibIndex].CreateObject(&ci.Encoder, iid, (void **)coder);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
integration_testcase.py 249 self.CreateObject(bucket_uri=bucket_uri,
273 def CreateObject(self, bucket_uri=None, object_name=None, contents=None,
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):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 61 STDMETHOD(CreateObject)(THIS_ REFCLSID rclsid, LPUNKNOWN pUnkOuter, REFIID riid, LPVOID *ppvObj) PURE;
114 #define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,d)
152 #define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,d)
200 STDMETHOD(CreateObject)(THIS_ REFCLSID rclsid, LPUNKNOWN pUnkOuter, REFIID riid, LPVOID *ppvObj) PURE;
254 #define IDirect3DRM2_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,d)
293 #define IDirect3DRM2_CreateObject(p,a,b,c,d) (p)->CreateObject(a,b,d)
342 STDMETHOD(CreateObject)(THIS_ REFCLSID rclsid, LPUNKNOWN pUnkOuter, REFIID riid, LPVOID *ppvObj) PURE;
401 #define IDirect3DRM3_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,d)
    [all...]

Completed in 436 milliseconds

1 2