Searched refs:Create (Results 126 - 150 of 877) sorted by relevance

1234567891011>>

/external/chromium/crypto/
H A Dsignature_creator_win.cc13 SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) { function in class:crypto::SignatureCreator
/external/chromium/net/base/
H A Dkeygen_handler_openssl.cc19 crypto::RSAPrivateKey::Create(key_size_in_bits_));
H A Dnetwork_change_notifier.h64 static NetworkChangeNotifier* Create();
75 // Like Create(), but for use in tests. The mock object doesn't monitor any
81 // called back with notifications. This is safe to call if Create() has not
82 // been called (as long as it doesn't race the Create() call on another
89 // this is safe to call if Create() has not been called (as long as it doesn't
90 // race the Create() call on another thread), in which case it will simply do
/external/chromium/net/http/
H A Durl_security_manager.h44 static URLSecurityManager* Create(const HttpAuthFilter* whitelist_default,
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h57 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
71 // Create returns false if there was an error determining the
79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncudpsocket.h43 static AsyncUDPSocket* Create(SocketFactory* factory,
H A Dwin32window.h48 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
/external/clang/include/clang/Lex/
H A DHeaderMap.h45 /// HeaderMap::Create - This attempts to load the specified file as a header
47 static const HeaderMap *Create(const FileEntry *FE, FileManager &FM);
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h57 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
71 // Create returns false if there was an error determining the
79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
/external/llvm/unittests/VMCore/
H A DIRBuilderTest.cpp31 F = Function::Create(FTy, Function::ExternalLinkage, "", M.get());
32 BB = BasicBlock::Create(getGlobalContext(), "", F);
78 BasicBlock *TBB = BasicBlock::Create(getGlobalContext(), "", F);
79 BasicBlock *FBB = BasicBlock::Create(getGlobalContext(), "", F);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h57 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
71 // Create returns false if there was an error determining the
79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h55 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
69 // Create returns false if there was an error determining the
77 static bool Create(const char* statement, const RE* regex,
137 virtual bool Create(const char* statement, const RE* regex,
144 virtual bool Create(const char* statement, const RE* regex,
159 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
/external/qemu/elff/
H A Delff_api.cc29 ElfFile* elf_file = ElfFile::Create(elf_file_path);
/external/skia/include/effects/
H A DSkKernel33MaskFilter.h60 static SkFlattenable* Create(SkFlattenableReadBuffer& rb);
H A DSkTransparentShader.h37 static SkFlattenable* Create(SkFlattenableReadBuffer& buffer) { function in class:SkTransparentShader
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.h18 static GrPathRenderer* Create(GrContext* context);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumInit.cpp70 networkChangeNotifier.reset(net::NetworkChangeNotifier::Create());
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.h31 static EventWrapper* Create();
H A Dthread_posix.h23 static ThreadWrapper* Create(ThreadRunFunction func, ThreadObj obj,
/external/chromium/base/
H A Dbase_paths_linux.cc66 scoped_ptr<base::Environment> env(base::Environment::Create());
113 scoped_ptr<base::Environment> env(base::Environment::Create());
H A Dtemplate_util.h67 static From Create();
90 internal::ConvertHelper::Create<From>())) ==
H A Dtools_sanity_unittest.cc125 PlatformThread::Create(0, thread1, &a);
126 PlatformThread::Create(0, thread2, &b);
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc185 csd_service_.reset(ClientSideDetectionService::Create(model_path, NULL));
197 csd_service_.reset(ClientSideDetectionService::Create(model_path, NULL));
205 csd_service_.reset(ClientSideDetectionService::Create(model_path, NULL));
213 csd_service_.reset(ClientSideDetectionService::Create(
228 csd_service_.reset(ClientSideDetectionService::Create(
278 csd_service_.reset(ClientSideDetectionService::Create(
296 csd_service_.reset(ClientSideDetectionService::Create(
306 csd_service_.reset(ClientSideDetectionService::Create(
/external/chromium/chrome/browser/ui/
H A Dbrowser_tab_restore_service_delegate.cc72 TabRestoreServiceDelegate* TabRestoreServiceDelegate::Create(Profile* profile) { function in class:TabRestoreServiceDelegate
73 Browser* browser = Browser::Create(profile);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp107 MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Context);
108 const MCExpr *Four = MCConstantExpr::Create(4, Context);

Completed in 401 milliseconds

1234567891011>>