HomeSort by relevance Sort by last modified time
    Searched defs:CreateObject (Results 1 - 9 of 9) sorted by null

  /external/lzma/CPP/7zip/Archive/
DllExports2.cpp 54 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
mock_cloud_api.py 69 def CreateObject(self, object_name, contents=''):
144 self.buckets[bucket_name].CreateObject(object_name, contents=contents)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
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):
integration_testcase.py 249 self.CreateObject(bucket_uri=bucket_uri,
273 def CreateObject(self, bucket_uri=None, object_name=None, contents=None,
  /external/libchrome/base/memory/
weak_ptr_unittest.cc 29 FROM_HERE, base::Bind(OffThreadObjectCreator::CreateObject, &result));
35 static void CreateObject(T** result) {
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
asptlb.h     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 215 milliseconds